Skip to content

Releases: persona-id/proxysql-agent

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 16:08
6c354f6

Changelog


Released by GoReleaser.

v1.2.1-rc

Choose a tag to compare

@andythompson andythompson released this 10 Mar 17:54

Changelog

  • 80d0a65: feat: add periodic reconciliation loop to clean stale proxysql_servers entries (@andythompson)

Released by GoReleaser.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 15:28
7c258ef

Changelog

  • 349c204: Merge pull request #136 from persona-id/dependabot/github_actions/dot-github/workflows/actions/setup-go-6 (@kuzmik)
  • 8d349d6: Merge pull request #137 from persona-id/dependabot/go_modules/github.com/spf13/pflag-1.0.10 (@kuzmik)
  • 2db95d3: Merge pull request #139 from persona-id/dependabot/go_modules/github.com/spf13/viper-1.21.0 (@kuzmik)
  • 8c2bcb4: Merge pull request #143 from persona-id/dependabot/go_modules/k8s.io/client-go-0.34.2 (@kuzmik)
  • ce676cb: Merge pull request #151 from persona-id/dependabot/go_modules/k8s.io/client-go-0.35.0 (@kuzmik)
  • 5f639e5: build(deps): bump actions/checkout from 4 to 5 in /.github/workflows (#131) (@dependabot[bot])
  • f9cc643: build(deps): bump actions/checkout from 5 to 6 in /.github/workflows (#146) (@dependabot[bot])
  • 498c596: build(deps): bump actions/setup-go from 5 to 6 in /.github/workflows (@dependabot[bot])
  • 748afa2: build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 (@dependabot[bot])
  • 421e793: build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 (@dependabot[bot])
  • d8e5fb2: build(deps): bump golangci/golangci-lint-action in /.github/workflows (#142) (@dependabot[bot])
  • bff6e26: build(deps): bump k8s.io/client-go from 0.33.4 to 0.34.2 (@dependabot[bot])
  • 83f8970: build(deps): bump k8s.io/client-go from 0.34.2 to 0.35.0 (@dependabot[bot])
  • 7c258ef: fix: correct health probe logic and fix multiple bugs (#159) (@andythompson)

Released by GoReleaser.

v1.1.9

Choose a tag to compare

@github-actions github-actions released this 17 Nov 22:14
c19a298

Changelog

  • 86dffaa Signal Handling: - SIGTERM/SIGINT captured in main.go and propagated via context cancellation - Both core and satellite modes handle graceful shutdown on signal receipt
  • a430de2 Merge pull request #100 from persona-id/kuzmik/redo-tests
  • b870c9c Merge pull request #106 from persona-id/dependabot/go_modules/github.com/lmittmann/tint-1.1.2
  • 975b75c Merge pull request #107 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.3
  • decc69e Merge pull request #111 from persona-id/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
  • 979bc41 Merge pull request #114 from persona-id/dependabot/go_modules/k8s.io/client-go-0.33.3
  • aa65c78 Merge pull request #115 from persona-id/andythompson/pause
  • 7df55bb Merge pull request #116 from persona-id/andythompson/docker-build
  • d4b03de Merge pull request #117 from persona-id/andythompson/docker-build-group
  • c19a298 Merge pull request #120 from persona-id/andythompson/shutdown-refactor
  • cf5be21 Merge pull request #84 from persona-id/dependabot/go_modules/k8s.io/api-0.32.2
  • 4e5c754 Merge pull request #86 from persona-id/dependabot/go_modules/k8s.io/client-go-0.32.2
  • 7d2e8cf Merge pull request #87 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.0
  • 2c480ae Merge pull request #88 from persona-id/dependabot/go_modules/golang.org/x/net-0.36.0
  • b4cffa9 Merge pull request #91 from persona-id/dependabot/go_modules/k8s.io/client-go-0.32.3
  • a62b2ed Merge pull request #93 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.1
  • 7b78f22 Merge pull request #94 from persona-id/dependabot/go_modules/github.com/spf13/viper-1.20.1
  • ca8b0fd Merge pull request #95 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.2
  • 172f515 Merge pull request #96 from persona-id/dependabot/go_modules/golang.org/x/net-0.38.0
  • d6dc4b9 build(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0
  • 1e86fac build(deps): bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1
  • e23baf2 build(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2
  • dcf8bca build(deps): bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3
  • 9413231 build(deps): bump github.com/go-viper/mapstructure/v2
  • 1723741 build(deps): bump github.com/lmittmann/tint from 1.0.7 to 1.1.2
  • 3f36f01 build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1
  • 3ef0dcd build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0
  • c08dfda build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
  • f48d63c build(deps): bump k8s.io/api from 0.32.1 to 0.32.2
  • 56def3d build(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2
  • 6ac7ffb build(deps): bump k8s.io/client-go from 0.32.2 to 0.32.3
  • fba7b7c build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.3
  • 5a2becb change addgroup to groupadd for debian
  • bcf9cbd fix shutdown race conditions and simplify graceful shutdown process
  • 8ac9a09 re-add dockerfile. switch to using debian as base
  • 7c77f10 refactor(tests): refactor tests to use more idiomatic Go

v1.1.8

Choose a tag to compare

@kuzmik kuzmik released this 26 Aug 20:16
d71a41d

What's Changed

  • chore(logging): more logging changes by @kuzmik in #130

Full Changelog: v1.1.7...v1.1.8

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:34
df92944

Changelog


Released by GoReleaser.

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:12
ea082e8

Changelog

  • 80dbfb3 Merge pull request #119 from persona-id/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
  • ea082e8 Merge pull request #121 from persona-id/kuzmik/INF-3418/upgrade-to-go1.25
  • 96b3e3f build(deps): bump github.com/go-viper/mapstructure/v2
  • ccca623 chore: upgrade to go1.25.0

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Aug 17:15
c19a298

Changelog

  • 86dffaa Signal Handling: - SIGTERM/SIGINT captured in main.go and propagated via context cancellation - Both core and satellite modes handle graceful shutdown on signal receipt
  • a430de2 Merge pull request #100 from persona-id/kuzmik/redo-tests
  • b870c9c Merge pull request #106 from persona-id/dependabot/go_modules/github.com/lmittmann/tint-1.1.2
  • 975b75c Merge pull request #107 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.3
  • decc69e Merge pull request #111 from persona-id/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
  • 979bc41 Merge pull request #114 from persona-id/dependabot/go_modules/k8s.io/client-go-0.33.3
  • aa65c78 Merge pull request #115 from persona-id/andythompson/pause
  • 7df55bb Merge pull request #116 from persona-id/andythompson/docker-build
  • d4b03de Merge pull request #117 from persona-id/andythompson/docker-build-group
  • c19a298 Merge pull request #120 from persona-id/andythompson/shutdown-refactor
  • cf5be21 Merge pull request #84 from persona-id/dependabot/go_modules/k8s.io/api-0.32.2
  • 4e5c754 Merge pull request #86 from persona-id/dependabot/go_modules/k8s.io/client-go-0.32.2
  • 7d2e8cf Merge pull request #87 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.0
  • 2c480ae Merge pull request #88 from persona-id/dependabot/go_modules/golang.org/x/net-0.36.0
  • b4cffa9 Merge pull request #91 from persona-id/dependabot/go_modules/k8s.io/client-go-0.32.3
  • a62b2ed Merge pull request #93 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.1
  • 7b78f22 Merge pull request #94 from persona-id/dependabot/go_modules/github.com/spf13/viper-1.20.1
  • ca8b0fd Merge pull request #95 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.2
  • 172f515 Merge pull request #96 from persona-id/dependabot/go_modules/golang.org/x/net-0.38.0
  • d6dc4b9 build(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0
  • 1e86fac build(deps): bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1
  • e23baf2 build(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2
  • dcf8bca build(deps): bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3
  • 9413231 build(deps): bump github.com/go-viper/mapstructure/v2
  • 1723741 build(deps): bump github.com/lmittmann/tint from 1.0.7 to 1.1.2
  • 3f36f01 build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1
  • 3ef0dcd build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0
  • c08dfda build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
  • f48d63c build(deps): bump k8s.io/api from 0.32.1 to 0.32.2
  • 56def3d build(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2
  • 6ac7ffb build(deps): bump k8s.io/client-go from 0.32.2 to 0.32.3
  • fba7b7c build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.3
  • 5a2becb change addgroup to groupadd for debian
  • bcf9cbd fix shutdown race conditions and simplify graceful shutdown process
  • 8ac9a09 re-add dockerfile. switch to using debian as base
  • 7c77f10 refactor(tests): refactor tests to use more idiomatic Go

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 13 Feb 19:49

Changelog

  • d92c816 Merge branch 'main' into dependabot/go_modules/k8s.io/client-go-0.30.1
  • 44cb72b Merge branch 'main' into kuzmik/upgrade-dependencies
  • 4c6ac9a Merge pull request #34 from persona-id/dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • dfb7674 Merge pull request #35 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.8.0
  • 6e30a0f Merge pull request #36 from persona-id/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • f47a068 Merge pull request #39 from persona-id/dependabot/go_modules/k8s.io/client-go-0.29.3
  • c262b44 Merge pull request #40 from persona-id/dependabot/go_modules/github.com/go-sql-driver/mysql-1.8.1
  • 550195d Merge pull request #41 from persona-id/kuzmik/upgrade-actions
  • ca927be Merge pull request #42 from persona-id/dependabot/go_modules/golang.org/x/net-0.23.0
  • 2895425 Merge pull request #43 from persona-id/dependabot/go_modules/k8s.io/api-0.30.0
  • 417500b Merge pull request #45 from persona-id/dependabot/go_modules/k8s.io/client-go-0.30.0
  • cfeeb8a Merge pull request #46 from persona-id/dependabot/go_modules/k8s.io/client-go-0.30.1
  • 1525221 Merge pull request #47 from persona-id/dependabot/go_modules/k8s.io/api-0.30.1
  • 89f96d7 Merge pull request #48 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.30.1
  • 1bc606a Merge pull request #49 from persona-id/dependabot/go_modules/github.com/spf13/viper-1.19.0
  • be0cb87 Merge pull request #50 from persona-id/dependabot/go_modules/k8s.io/client-go-0.30.2
  • d020c65 Merge pull request #51 from persona-id/dependabot/go_modules/k8s.io/api-0.30.2
  • 8338418 Merge pull request #52 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.30.2
  • 126835c Merge pull request #53 from persona-id/dependabot/go_modules/k8s.io/client-go-0.30.3
  • 36b0de3 Merge pull request #55 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.30.3
  • 4bf8255 Merge pull request #56 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.31.0
  • c3cbeb3 Merge pull request #61 from persona-id/kuzmik/dep-upgrades
  • 029d6f3 Merge pull request #62 from persona-id/dependabot/go_modules/k8s.io/apimachinery-0.31.1
  • 2ed436a Merge pull request #63 from persona-id/dependabot/go_modules/k8s.io/client-go-0.31.2
  • 84cfa83 Merge pull request #65 from persona-id/dependabot/go_modules/k8s.io/api-0.31.2
  • dd96f25 Merge pull request #66 from persona-id/kuzmik/fix-missing-field
  • 8e2e1d3 Merge pull request #68 from persona-id/dependabot/go_modules/k8s.io/api-0.31.3
  • 75cfe71 Merge pull request #69 from persona-id/dependabot/go_modules/k8s.io/client-go-0.31.3
  • 8c94b7e Merge pull request #70 from persona-id/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • 7746b03 Merge pull request #71 from persona-id/kuzmik/fix-dependabot-yaml
  • 72eb131 Merge pull request #79 from persona-id/dependabot/go_modules/github.com/spf13/pflag-1.0.6
  • d5d1309 Merge pull request #80 from persona-id/dependabot/go_modules/golang.org/x/net-0.33.0
  • 2117100 Merge pull request #83 from kuzmik/kuzmik/upgrade-dependencies
  • 9497cac build(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0
  • 9a3206f build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1
  • 05a2d53 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • 4f4a894 build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0
  • 379e57e build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • dfcda51 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • d3ab3e3 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
  • 6df8b8f build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0
  • d1e43cb build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • 819d870 build(deps): bump k8s.io/api from 0.29.3 to 0.30.0
  • 0baae78 build(deps): bump k8s.io/api from 0.30.0 to 0.30.1
  • 3814e16 build(deps): bump k8s.io/api from 0.30.1 to 0.30.2
  • fe68902 build(deps): bump k8s.io/api from 0.31.0 to 0.31.2
  • 39db19f build(deps): bump k8s.io/api from 0.31.2 to 0.31.3
  • 8ad12e7 build(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.1
  • 59a2aaa build(deps): bump k8s.io/apimachinery from 0.30.1 to 0.30.2
  • ecca106 build(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3
  • 4715123 build(deps): bump k8s.io/apimachinery from 0.30.3 to 0.31.0
  • 6986170 build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1
  • e6af6b1 build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3
  • 6d132a5 build(deps): bump k8s.io/client-go from 0.29.3 to 0.30.0
  • f71e952 build(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1
  • b9c0df3 build(deps): bump k8s.io/client-go from 0.30.1 to 0.30.2
  • 61c4375 build(deps): bump k8s.io/client-go from 0.30.2 to 0.30.3
  • 85b5081 build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.2
  • 65b9f84 build(deps): bump k8s.io/client-go from 0.31.2 to 0.31.3
  • ee8005f chore: dependency updates
  • 6995475 chore: upgrade dependencies
  • 41d445f fix: dependabot yaml was mis-indented
  • 0711e76 fix: missed the a field in the csv export header
  • d7c31bf trying to upgrade actions to stop the warnings

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 17:58
55b6841

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