Skip to content

Commit

Permalink
Release 1.0.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 19, 2023
1 parent a470977 commit cdd9d1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.0.0 (Sep 19, 2023)

An automatically generated list of changes can be found on GitHub at: [1.0.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v1.0.0)

## 0.11.0 (Aug 29, 2023)

An automatically generated list of changes can be found on GitHub at: [0.10.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.10.0)
An automatically generated list of changes can be found on GitHub at: [0.11.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.11.0)

## 0.10.0 (Jul 19, 2022)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-plus-go-client?logo=github&sort=semver)](https://github.com/nginxinc/nginx-plus-go-client/releases/latest)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginxinc/nginx-plus-go-client?logo=go)
[![Slack](https://img.shields.io/badge/slack-nginxcommunity-green?logo=slack)](https://nginxcommunity.slack.com)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginx-plus-go-client/blob/main/SECURITY.md)

# NGINX Plus Go Client

Expand Down Expand Up @@ -51,14 +53,15 @@ go test
Prerequisites:

- Docker
- Docker Compose
- golang
- Make
- NGINX Plus license - put `nginx-repo.crt` and `nginx-repo.key` into the `docker` folder.

Run Tests:

```console
make docker-build && make test
make test
```

This will build and run two NGINX Plus containers and create one docker network of type bridge, execute the client tests
Expand Down

0 comments on commit cdd9d1b

Please sign in to comment.