Skip to content

Releases: persona-id/proxysql-agent

v1.1.2

19 Feb 17:58
55b6841
Compare
Choose a tag to compare

Changelog

  • 212a23f Merge pull request #30 from persona-id/kuzmik/25/checksum-satellites
  • 55b6841 Merge pull request #31 from persona-id/dependabot/go_modules/k8s.io/client-go-0.29.2
  • 9d5d063 Revert "Changing how core pods watch the cluster to use Informer() rather than a manual loop"
  • b25ff40 build(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2
  • c890cab feat: use kubernetes informers to notify when pods enter/exit the cluster

v1.0.2

18 Dec 17:44
127bf5a
Compare
Choose a tag to compare

Changelog

  • 127bf5a Merge pull request #24 from persona-id/kuzmik/fix-versioning
  • c1df2ec fix: fix the versioning info that goreleaser injects into the ldflags

v1.0.1

18 Dec 17:10
77c8841
Compare
Choose a tag to compare

Changelog

  • 886e809 Merge pull request #21 from persona-id/dependabot/go_modules/github.com/spf13/viper-1.18.1
  • 4b79f43 Merge pull request #22 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.29.0
  • 77c8841 Merge pull request #23 from persona-id/dependabot/go_modules/k8s.io/client-go-0.29.0
  • 6ff13ad build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1
  • 29c8b6e build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.0
  • f199a62 build(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0

v1.0.0

07 Dec 02:17
1d2dc01
Compare
Choose a tag to compare

Changelog

  • 8dd1af5 Create codeql.yml
  • 0746c9d Create codeql.yml
  • 13cb1de Create dependabot.yml
  • bb4e45c Create go.yml
  • 23c641a Initial commit
  • f96d053 Merge branch 'main' into main
  • c3cbb9e Merge pull request #1 from kuzmik/kuzmik/configuration-tests
  • e221717 Merge pull request #1 from kuzmik/main
  • 8985427 Merge pull request #10 from persona-id/main
  • 021fa77 Merge pull request #11 from persona-id/main
  • ac18a07 Merge pull request #12 from persona-id/kuzmik/reorg
  • 26f7e50 Merge pull request #2 from kuzmik/kuzmik/proxysql-tests
  • 9c7d9c0 Merge pull request #2 from persona-id/kuzmik/build-fixes
  • 1d2dc01 Merge pull request #20 from persona-id/kuzmik/update-docs-and-modules
  • 65b7a9f Merge pull request #3 from kuzmik/kuzmik/dump-data
  • 6801976 Merge pull request #4 from kuzmik/main
  • 389b9ff Merge pull request #5 from kuzmik/kuzmik/license-etc
  • ac58e5f Merge pull request #5 from persona-id/kuzmik/add-ns-to-pod-selector
  • d881c97 Merge pull request #6 from kuzmik/kuzmik/more-probe-work
  • f9610d8 Merge pull request #7 from kuzmik/kuzmik/pre-stop-hook
  • cfc0f40 Merge pull request #7 from persona-id/kuzmik/rename-paths
  • a12ef30 Merge pull request #8 from persona-id/main
  • 196ad88 added LICENSE; added golangci-lint workflow
  • ace0090 added ping to the loops to keep the connections open
  • 54a8d34 feat(proxysql-agent): add the ability to dump query digests and rules to csv files
  • 7c2f8cc feat(proxysql-agent): changes references to rhe persona-id repo
  • e755610 feat(proxysql-agent): http server for k8s probes
  • aff479a feat(proxysql-agent): more http endpoints for k8s probes
  • 3f40c9c feat: added a Config struct; moved the proxysql package into main and combined the files, got overly complex
  • 519cf65 feat: added viper for configuration; switched from zerolog to slog
  • c81647e feat: initial import of the proxysql-agent code i've been working on
  • 8198459 fix(proxysql-agent): fix the missing build time variable
  • 71f43fb fix: add a configurable namespace to the core pod selector
  • 1884ec1 re-create codeql.yml
  • 9f7194a some golangci-lint fixes
  • c591b39 started work on pre-stop hook
  • fe70ff7 style(proxysql-agent): reorganized the project layout
  • 468c451 style(proxysql-agent): reorganized the project layout (#6)
  • eae838f test: added some tests for the configuration file
  • d8ca800 tiny useless updates
  • e6eb11f updated license from MPL to BSD 3 clause
  • 3edafa4 updated to go 1.21.4

What's Changed

  • test: added some tests for the configuration file by @kuzmik in #1
  • added ping to the loops to keep the connections open by @kuzmik in #2
  • feat(proxysql-agent): add the ability to dump query digests and rules… by @kuzmik in #3
  • feat(proxysql-agent): more http endpoints for k8s probes by @kuzmik in #6
  • Create codeql.yml by @kuzmik in #8
  • Updates to build process by @kuzmik in #10
  • fix(proxysql-agent): fix the missing build time variable by @kuzmik in #9
  • Updates to LICENSE, dockerfile by @kuzmik in #11
  • style(proxysql-agent): reorganized the project layout by @kuzmik in #12
  • docs: updated the README and CHANGELOG files by @kuzmik in #20

Full Changelog: https://github.com/persona-id/proxysql-agent/commits/v1.0.0