-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from persona-id/kuzmik/update-docs-and-modules
docs: updated the README and CHANGELOG files
- Loading branch information
Showing
6 changed files
with
48 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
## 1.0.0 | ||
|
||
- Go module updates, fixed a breaking change that Viper introduced | ||
- Followed some guides on go project layouts to redo the project layout | ||
- Enabled some extra golangci checks and addressed as many of the findings as possible | ||
- fix: add a configurable namespace to the core pod selector. We have several proxysql namespaces, | ||
so being able to configure it at runtime is important | ||
- Add goreleaser config and workflow | ||
- Added a config flag for logging format, defaults to json structured logs | ||
- Added restapi for proxysql healthcheck endpoints | ||
- Added the /shutdown rest api endpoint to gracefully drain traffic from ProxySQL before killing the container and pod | ||
|
||
## 0.9.0 | ||
|
||
Initial beta release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters