Releases: arangodb/kube-arangodb
Releases · arangodb/kube-arangodb
1.2.31
CHANGELOG:
- (Improvement) Block traffic on the services if there is more than 1 active leader in ActiveFailover mode
- (Improvement) Improve master endpoint validation.
- (Feature) Agency Improvements
- (Bugfix) Fix agency timeout
- (Improvement) Extract Agency Timeout
- (Feature) Rebalancer V2
- (Bugfix) Fix for ContextExceeded error during backup upload
- (Feature) Version Check V2
- (Bugfix) Disable VersionCheck V2 by default
- (Bugfix) Fix Rebalancer V2 Job (From/To)
What's Changed
- GT-449 Block traffic on the services if there is more than 1 active leader in ActiveFailover mode by @jwierzbo in #1337
- GT-452 Improve master endpoint validation by @jwierzbo in #1339
- GT-449 Documentation update by @jwierzbo in #1338
- GT-449 Update Features table in doc by @jwierzbo in #1340
- [Feature] Agency Improvements by @ajanikow in #1341
- [Bugfix] Fix agency timeout by @ajanikow in #1343
- [Feature] Extract Agency timeout by @ajanikow in #1344
- [Doc] Restore defaults from last accepted state of deployment by @jwierzbo in #1346
- Update ArangoDB version used in examples YAMLs by @nikita-vanyasin in #1342
- GT-457 [Feature] Rebalancer V2 by @ajanikow in #1345
- GT-313 Fix for ContextExceeded error during backup upload by @jwierzbo in #1263
- [Feature] Version Check V2 by @ajanikow in #1348
- Bump google.golang.org/grpc from 1.47.0 to 1.53.0 by @dependabot in #1349
- [Bugfix] Disable VersionCheck V2 by default by @ajanikow in #1352
- Bump tough-cookie from 4.1.2 to 4.1.3 in /dashboard by @dependabot in #1351
- Update storage examples by @jwierzbo in #1353
- [Bugfix] Fix Rebalancer V2 Job (From/To) by @ajanikow in #1355
Full Changelog: 1.2.30...1.2.31
1.2.30
CHANGELOG:
- (Feature) AgencyCache Interface
- (Feature) Agency Cache Poll EE Extension
- (Feature) Metrics Counter
- (Feature) Requests Bytes Counter
- (Feature) Agency Poll System
- (Bugfix) (CE) Agency Lock bugfix
What's Changed
- [Feature] Extract AgencyCache Interface by @ajanikow in #1328
- [Feature] Agency cache generic by @ajanikow in #1329
- GT-432 [Feature] Agency Cache Poll EE Extension by @ajanikow in #1330
- [Feature] [GT-444] Metrics counter by @ajanikow in #1333
- [Feature] Requests Bytes Counter by @ajanikow in #1334
- [Feature] [GT-432] Agency Poll System by @ajanikow in #1332
- [Feature] [GT-432] Agency Lock bugfix by @ajanikow in #1335
Full Changelog: 1.2.29...1.2.30
1.2.29
CHANGELOG:
- (Maintenance) Add govulncheck to pipeline, update golangci-linter
- (Feature) Agency Cache memory usage reduction
- (Bugfix) (LocalStorage) Add feature to pass ReclaimPolicy from StorageClass to PersistentVolumes
What's Changed
- Adjust release scripts for MacOS usage by @jwierzbo in #1323
- [Maintenance] GT-435 | Update ArangoDB version used in examples YAMLs by @nikita-vanyasin in #1324
- Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #1322
- Add govulncheck to pipeline, update golangci-linter by @nikita-vanyasin in #1302
- GT-432 [Feature] Agency Cache memory usage reduction by @ajanikow in #1325
- GT-439 [Bugfix] [LocalStorage] Add feature to pass ReclaimPolicy from Storag… by @ajanikow in #1326
- [Bugfix] Fix executor by @ajanikow in #1327
Full Changelog: 1.2.28...1.2.29
1.2.28
CHANGELOG:
- (Feature) ArangoBackup create retries and MaxIterations limit
- (Feature) Add Reason in OOM Metric
- (Feature) PersistentVolume Inspector
- (Bugfix) Discover Arango image during ID phase
- (Feature) PV Unschedulable condition
- (Feature) Features startup logging
- (Maintenance) Generics for type handling
- (Bugfix) Fix creating sync components with EA type set to Managed and headless svc
- (Feature) Check if Volume with LocalStorage is missing
- (Feature) Add allowConcurrent option to ArangoBackupPolicy
- (Feature) Allow to recreate Local volumes
What's Changed
- GT-143 ArangoBackup: create retries and MaxIterations limit by @jwierzbo in #1269
- GT-405 Documentation - Extend the default timeout for Force Shard Rebuild by @jwierzbo in #1304
- [Feature] Add Reason in OOM Metric by @ajanikow in #1308
- GT-198 Cleanout calculation - prefer dbservers without shards by @jwierzbo in #1267
- Fix 'make generate' command in ZSH by @jwierzbo in #1305
- Bump webpack from 5.74.0 to 5.76.3 in /dashboard by @dependabot in #1279
- Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 by @dependabot in #1307
- [Feature] PersistentVolume Inspector by @ajanikow in #1309
- [Bugfix] Image ID fix by @ajanikow in #1310
- [Feature] PV Unschedulable condition by @ajanikow in #1311
- [Feature] Features startup logging by @ajanikow in #1312
- [Feature] Generics for type handling by @ajanikow in #1313
- Fix creating sync components with EA type set to Managed and headless svc by @nikita-vanyasin in #1314
- [Feature] Check if Volume with LocalStorage is missing by @ajanikow in #1315
- GT-428 Add disallowConcurrent option to ArangoBackupPolicy by @nikita-vanyasin in #1318
- [Feature] Allow to recreate Local volumes by @ajanikow in #1319
- Fix doc for AllowConcurrent in BackupPolicySpec by @nikita-vanyasin in #1320
Full Changelog: 1.2.27...1.2.28
1.2.27
CHANGELOG:
- (Feature) Add InSync Cache
- (Feature) Force Rebuild Out Synced Shards
What's Changed
- [Maintenance] Lint project by @ajanikow in #1297
- [Feature] Add InSync Cache by @ajanikow in #1298
- [Maintenance] Regenerate manifests by @ajanikow in #1299
- GT-405 Automatically fix out of sync shards with broken MerkleTree by @jwierzbo in #1296
- GT-405 Extend the default timeout for Force Shard Rebuild by @jwierzbo in #1300
Full Changelog: 1.2.26...1.2.27
1.2.26
CHANGELOG:
- (Bugfix) Fix manual overwrite for ReplicasCount in helm
- (Bugfix) Fix for ArangoTask list error
- (Improvement) Deprecate Endpoint field in ArangoDeployment
What's Changed
- GT-233 Fix manual overwrite for ReplicasCount in helm by @jwierzbo in #1290
- GT-402 Fix for ArangoTask list error by @jwierzbo in #1289
- GT-403 Deprecate Endpoint field in ArangoDeployment by @jwierzbo in #1293
Full Changelog: 1.2.25...1.2.26
1.2.25
CHANGELOG:
- (Feature) Add Generics & Drop policy/v1beta1 support
- (Feature) Add Kubernetes Client logger
- (Feature) CreationFailed ArangoMember Phase
- (Bugfix) Fix Rebalancer NPE in case if member is missing in Status
- (Feature) SilentRotation High plan
- (Improvement) Update arangosync-client package for new API capabilities and better HTTP handling
- (Maintenance) Fix generated license dates
- (Improvement) Reduce CI on Commit Travis runs
- (Maintenance) Add license range rewrite command
- (Feature) Optional Action
- (Maintenance) Add & Enable YAML Linter
- (Feature) Optional ResignLeadership Action
- (Feature) Improve CRD Management and deprecate CRD Chart
- (Bugfix) Fix invalid Timeout calculation in case of ActionList
- (Feature) Optional JSON logger format
- (Improvement) Change Operator default ReplicasCount to 1
- (Maintenance) Change MD content injection method
- (Maintenance) Generate README Platforms
- (Improvement) Cleanout calculation - picks members with the lowest number of shards
- (Improvement) Add new field to CR for more precise calculation of DC2DC replication progress
- (Maintenance) Bump GO Modules
- (Feature) Optional Graceful Restart
- (Maintenance) Manual Recovery documentation
- (Feature) Headless DNS CommunicationMethod
What's Changed
- [Feature] Add Generics & Drop policy/v1beta1 support by @ajanikow in #1233
- [Feature] Add Kubernetes Client logger by @ajanikow in #1235
- [Feature] CreationFailed ArangoMember Phase by @ajanikow in #1237
- [Bugfix] Fix Rebalancer NPE in case if member is missing in Status by @ajanikow in #1236
- [Feature] SilentRotation High plan by @ajanikow in #1238
- GT-228 Update arangosync-client package for new API capabilities and better HTTP handling by @nikita-vanyasin in #1234
- [Maintenance] Fix generated license dates by @ajanikow in #1244
- [Improvement] Reduce CI on Commit Travis runs by @ajanikow in #1249
- [Maintenace] Add license range rewrite command by @ajanikow in #1248
- [Feature] Optional Action by @ajanikow in #1245
- [Maintenance] Add & Enable YAML Linter by @ajanikow in #1251
- [Feature] Optional ResignLeadership by @ajanikow in #1246
- [Feature] Improve CRD Management and deprecate CRD Chart by @ajanikow in #1247
- GT-341 Fix invalid Timeout calculation in case of ActionList by @jwierzbo in #1243
- GT-345 Optional JSON logger format by @jwierzbo in #1252
- GT-233 Change Operator default ReplicasCount to 1 by @jwierzbo in #1255
- [Maintenance] Change MD content injection method by @ajanikow in #1256
- [Maintenance] Generate README Platforms by @ajanikow in #1257
- [Doc] overrideDetectedTotalMemory documentation by @jwierzbo in #1258
- GT-198 Cleanout calculation - picks members with the lowest number of shards by @jwierzbo in #1261
- Bump json5 from 1.0.1 to 1.0.2 in /dashboard by @dependabot in #1225
- [Improvement] GT-228 Add new field to CR for more precise calculation of DC2DC replication progress by @nikita-vanyasin in #1239
- Fix Helm chart rendering by @jwierzbo in #1264
- [Maintenance] Bump Go modules by @ajanikow in #1268
- [Feature] Optional Graceful Restart by @ajanikow in #1278
- GT-390 Manual recovery documentation by @jwierzbo in #1281
- [Feature] Headless DNS CommunicationMethod by @ajanikow in #1282
Full Changelog: 1.2.24...1.2.25
1.2.24
CHANGELOG:
- (Bugfix) Fix deployment creation on ARM64
- (DebugPackage) Add Agency Dump & State
- (Bugfix) Fix After leaked GoRoutines
- (Bugfix) Ensure proper ArangoDeployment Spec usage in ArangoSync
What's Changed
- [Documentation] Update ReadOnly Spec Docs by @ajanikow in #1228
- GT-311 Fix deployment creation on ARM64 by @jwierzbo in #1224
- [License] Update to 2023 by @ajanikow in #1229
- [DebugPackage] Add Agency Dump & State by @ajanikow in #1230
- [Bugfix] Fix After leaked GoRoutines by @ajanikow in #1231
- [Bugfix] Ensure proper ArangoDeployment Spec usage in ArangoSync by @ajanikow in #1232
Full Changelog: 1.2.23...1.2.24
1.2.23
CHANGELOG:
- (Bugfix) Remove PDBs if group count is 0
- (Feature) Add SpecPropagated condition
- (Bugfix) Recover from locked ShuttingDown state
- (Feature) Add tolerations runtime rotation
- (Feature) Promote Version Check Feature
- (Bugfix) Ensure PDBs Consistency
- (Bugfix) Fix LocalStorage WaitForFirstConsumer mode
- (Bugfix) Fix Tolerations propagation in case of toleration removal
What's Changed
- [Bugfix] Remove PDBs if group count is 0 by @ajanikow in #1213
- [Feature] Add SpecPropagated condition by @ajanikow in #1212
- [Bugfix] Recover from locked ShuttingDown state by @ajanikow in #1215
- [Feature] Add tolerations runtime rotation by @ajanikow in #1214
- [Update] Update Go to 1.19 by @ajanikow in #1216
- [Feature] Promote Version Check Feature by @ajanikow in #1217
- [Bugfix] Ensure PDBs Consistency by @ajanikow in #1221
- [Bugfix] Fix LocalStorage WaitForFirstConsumer mode by @ajanikow in #1219
- [Bugfix] Switch tolerations compare by @ajanikow in #1222
Full Changelog: 1.2.22...1.2.23