Releases: arangodb-helper/arangodb
Releases · arangodb-helper/arangodb
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
netgobuild tag for Windows to disable new Go resolver behaviour by @nikita-vanyasin in #352 - Add
rocksdb.encryption-key-generatorCLI 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
0.15.6
0.15.6-preview-2
Fix help message for passing through syncworker args (#346)
0.15.6-preview-1
What's Changed
- add configuration file log by @informalict in #339
- Fix travis CI config to fail on error properly, fix Multiarch build by @nikita-vanyasin in #340
- Refactor cluster sync tests code by @nikita-vanyasin in #343
- GT-287 Fix restarting cluster with arangosync enabled by @nikita-vanyasin in #344
- Upgrade go to v1.19.4 to fix CVEs by @nikita-vanyasin in #345
Full Changelog: 0.15.5...0.15.6-preview-1
0.15.5
0.15.5-preview-3
Unpin x/sys pkg and upgrade dependencies to mitigate CVEs (#336)
0.15.5-preview-2
[Make] Add releases target
0.15.5-preview-1
Merge pull request #328 from arangodb-helper/bugfix/limited-buffer-write Fix LimitedBuffer Write(): out of index error