Skip to content

Tags: clyso/chorus

Tags

v0.7.6

Toggle v0.7.6's commit message
update golang.org/x/crypto to v0.52.0

Signed-off-by: Askar Sabyrov <kyrkaz@gmail.com>

v0.7.5

Toggle v0.7.5's commit message
fix: use global vars for Prometheus metrics registration in middleware

Move Prometheus metric registrations to package-level vars in both
http_middleware.go and worker_middleware.go, consistent with the
pattern used in service.go. Prevents duplicate registration panic
when multiple storage types invoke the same middleware.

Fixes #200

Signed-off-by: senol.colak <senol.colak@sap.com>

v0.7.4

Toggle v0.7.4's commit message
upgrade grpc version

Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>

v0.7.3

Toggle v0.7.3's commit message
Fix code review

Signed-off-by: Andrei Ivashchenko <aiivashchenko@users.noreply.github.com>

v0.7.2

Toggle v0.7.2's commit message
remove agent and add webhook to helm chart

Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>

v0.7.1

Toggle v0.7.1's commit message
Diff support for swift

Signed-off-by: Andrei Ivashchenko <aiivashchenko@users.noreply.github.com>

v0.7.0

Toggle v0.7.0's commit message
adjust docs and chart

Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>

v0.6.0

Toggle v0.6.0's commit message
fix agent-based deployment

Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>

v0.5.15

Toggle v0.5.15's commit message
standalone: don't print secrets by default

By default, the standalone proxy prints all configured credentials on
startup, including the secret access keys.
This can be considered a security issue, depending on the environment
where the service is running.

With this commit, the standalone proxy avoids printing the secret keys
unless printing of secrets is explicitly requested in the config.

Signed-off-by: Lukas Thiemeier <thiemeier@strato.de>

v0.5.14

Toggle v0.5.14's commit message
bucket switch api adjustments

Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>