Releases: arangodb-helper/arangodb
Releases · arangodb-helper/arangodb
0.17.0
0.16.0
CHANGELOG:
- Add sanity check for pass-through args usage
- Fix printing --starter.instance-up-timeout instead of hardcoded value
- Fix context handling in WaitUntilStarterReady for tests
- Show error when user tries to change value of "persistent" option
- Proper leader election and cluster upgrade without using observe and TTL features
What's Changed
- Fix context handling in WaitUntilStarterReady for tests by @nikita-vanyasin in #368
- Update dependencies by @nikita-vanyasin in #370
- Improve error messages for JWT rotation by @nikita-vanyasin in #364
- BTS-812 | Fix printing --starter.instance-up-timeout instead of hardcoded value by @nikita-vanyasin in #361
- BTS-1194 | Add sanity check for pass-through args usage by @nikita-vanyasin in #363
- GT-49 | Show error when user tries to change value of "persistent" option by @nikita-vanyasin in #366
- GT-451 | Proper leader election and upgrade without using observe and TTL features by @nikita-vanyasin in #367
- Bump go-helper and improve log for leader election by @nikita-vanyasin in #371
- Fix leader election edge-cases by @nikita-vanyasin in #373
- Use new key for leader election to avoid conflicts by @nikita-vanyasin in #374
- Update leader election implementation to fix edge-cases by @nikita-vanyasin in #375
Full Changelog: 0.15.8...0.16.0
0.16.0-preview-3
Update leader election implementation to fix edge-cases (#375)
0.16.0-preview-2
Fix leader election edge-cases (#373)
0.16.0-preview-1
Bump go-helper and improve log for leader election (#371)
0.15.8
CHANGELOG:
- Add passing ARANGODB_SERVER_DIR env variable when starting arangod instances
- Improve ArangoDB version detection
- Update containerd package
- Update go to 1.20.3, add vulncheck to pipeline
What's Changed
- GT-326 Add passing ARANGODB_SERVER_DIR env variable when starting arangod instances by @nikita-vanyasin in #355
- GT-363 Improve ArangoDB version detection by @nikita-vanyasin in #356
- Update containerd package by @nikita-vanyasin in #354
- Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 by @dependabot in #357
- Bump github.com/docker/docker from 23.0.0+incompatible to 23.0.3+incompatible by @dependabot in #358
- Update go to 1.20.3, add vulncheck to pipeline by @nikita-vanyasin in #359
New Contributors
- @dependabot made their first contribution in #357
Full Changelog: 0.15.7...0.15.8
0.15.8-preview-1
- Add passing ARANGODB_SERVER_DIR env variable when starting arangod instances
- Improve ArangoDB version detection
- Update containerd package
- Update go to 1.20.3, add vulncheck to pipeline
0.15.7
CHANGELOG:
- Improve deprecated notice for old passthrough flags
- Improve detection of arangod binary when running local installation (use --server.use-local-bin)
- Upgrade base Alpine image and Go dependencies to fix CVEs
- Remove netgo build tag for Windows to disable new Go resolver behaviour: golang/go#57757
- Add rocksdb.encryption-key-generator CLI option
- Add docker container name auto-detection when running under cgroups v2 unified hierarchy mode
What's Changed
- GT-324 Fix help message when passing deprecated pass-through args by @nikita-vanyasin in #347
- Improve detection of arangod binary when running local installation by @nikita-vanyasin in #349
- GT-325 Upgrade base Alpine image and Go dependencies to fix CVEs by @nikita-vanyasin in #351
- Add server.use-local-bin CLI option by @nikita-vanyasin in #350
- GT-330 Remove
netgo
build tag for Windows to disable new Go resolver behaviour by @nikita-vanyasin in #352 - Add
rocksdb.encryption-key-generator
CLI option by @nikita-vanyasin in #348 - GT-207 Improve container name detection in cgroups v2 unified hierarchy mode by @nikita-vanyasin in #341
Full Changelog: 0.15.6...0.15.7
0.15.7-preview-1
- Improve deprecated notice for old passthrough flags
- Improve detection of arangod binary when running local installation (use --server.use-local-bin)
- Upgrade base Alpine image and Go dependencies to fix CVEs
- Remove netgo build tag for Windows to disable new Go resolver behaviour: golang/go#57757
- Add rocksdb.encryption-key-generator CLI option
- Add docker container name auto-detection when running under cgroups v2 unified hierarchy mode