Releases: arangodb/kube-arangodb
Releases · arangodb/kube-arangodb
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
1.2.22
1.2.21
CHANGELOG:
- (Improvement) Bump dependencies
- (Documentation) (1.3.0) EE & CE Definitions
- (Improvement) Arango Kubernetes Client Mod Implementation
- (Refactoring) Extract kerrors package
- (Refactoring) Extract Inspector Definitions package
- (Bugfix) Fix PDBs Version discovery
- (Feature) Agency ArangoSync State check
- (Improvement) Parametrize Make tools
- (Bugfix) Fix V2Alpha1 Generator
- (Feature) Create Internal Actions and move RebalancerGenerator
- (Dependencies) Bump K8S Dependencies to 1.22.15
- (Bugfix) Unlock broken inspectors
- (Debug) Allow to send package to stdout
- (Improvement) ArangoDB image validation (=>3.10) for ARM64 architecture
- (Improvement) Use inspector for ArangoMember
- (DebugPackage) Collect logs from pods
- (Bugfix) Move Agency CommitIndex log message to Trace
- (Feature) Force delete Pods which are stuck in init phase
- (Bugfix) Do not tolerate False Bootstrap condition in UpToDate evaluation
- (Improvement) Don't serialize and deprecate two DeploymentReplicationStatus fields
- (Improvement) Improve error message when replication can't be configured
- (Bugfix) Fix License handling in case of broken license secret
- (Bugfix) Check ArangoSync availability without checking healthiness
- (Improvement) Add Anonymous Inspector mods
- (Improvement) Do not check checksums for DeploymentReplicationStatus.IncomingSynchronization field values
- (Improvement) Add ServerGroup details into ServerGroupSpec
- (Improvement) Add Resource kerror Type
- (Bugfix) Do not block reconciliation in case of Resource failure
- (Improvement) Multi-arch support for ID member
- (Feature) Allow to change Pod Network and PID settings
- (Feature) Pre OOM Abort function
- (Bugfix) Fix ErrorArray String function
- (Feature) Switch services to Port names
- (Feature) Configurable ArangoD Port
- (Feature) Allow to exclude metrics
- (Bugfix) Do not stop Sync if Synchronization is in progress
- (Bugfix) Wait for Pod to be Ready in post-restart actions
- (Bugfix) Prevent Runtime update restarts
- (Bugfix) Change member port discovery
- (Feature) Do not change external service ports
- (Bugfix) Fix Operator Debug mode
- (Bugfix) Ensure NodePort wont be duplicated
- (Bugfix) Remove finalizer during sidecar update
What's Changed
- [Improvement] Refactor Resource Informer by @ajanikow in #1155
- Generate manifests with helm v3 by @informalict in #1154
- [Improvement] Bump dependencies by @ajanikow in #1156
- [Documentation] [1.3.0] EE & CE Definitions by @ajanikow in #1142
- [Improvement] Arango Kubernetes Client Mod Implementation by @ajanikow in #1157
- [Refactoring] Extract kerrors package by @ajanikow in #1162
- [Refactoring] Extract Inspector Definitions package by @ajanikow in #1163
- [Bugfix] Fix PDBs Version discovery by @ajanikow in #1164
- [Feature] Agency ArangoSync State check by @ajanikow in #1165
- [Improvement] Parametrize Make tools by @ajanikow in #1167
- [Bugfix] Fix V2Alpha1 Generator by @ajanikow in #1169
- [Improvement] Create Internal Actions and move RebalancerGenerator by @ajanikow in #1168
- [Feature] Unlock broken inspectors by @ajanikow in #1166
- [Debug] Allow to send package to stdout by @ajanikow in #1173
- GT-137 image validation for AMD64 arch by @jwierzbo in #1161
- [Feature] Use inspector for ArangoMember by @ajanikow in #1176
- [DebugPackage] Collect logs from pods by @ajanikow in #1175
- [Bugfix] Move Agency CommitIndex log message to Trace by @ajanikow in #1177
- [Feature] Force delete Pods which are stuck in init phase by @ajanikow in #1181
- [Bugfix] Do not tolerate False Bootstrap condition in UpToDate evalua… by @ajanikow in #1184
- Don't serialize and deprecate two DeploymentReplicationStatus fields by @nikita-vanyasin in #1172
- [Improvement] Improve error message when replication can't be configured by @nikita-vanyasin in #1160
- GT-239 Fix License handling in case of broken license secret by @jwierzbo in #1180
- [Bugfix] Quick checking ArangoSync availability by @informalict in #1188
- [Improvement] Add Anonymous Inspector mods by @ajanikow in #1189
- Do not check checksums for DeploymentReplicationStatus.IncomingSynchronization field values by @nikita-vanyasin in #1179
- [Improvement] Add ServerGroup details into ServerGroupSpec by @ajanikow in #1191
- [Improvement] Add Resource kerror Type by @ajanikow in #1192
- [Bugfix] Do not block reconciliation in case of Resource failure by @ajanikow in #1193
- GT-267 Multi-arch support for ID member by @jwierzbo in #1186
- [Feature] Allow to change Pod Network and PID settings by @ajanikow in #1195
- [Feature] Pre OOM Abort by @ajanikow in #1197
- [Bugfix] Fix ErrorArray String function by @ajanikow in #1198
- [Feature] Switch services to Port names by @ajanikow in #1196
- Bump loader-utils from 2.0.2 to 2.0.4 in /dashboard by @dependabot in #1185
- Bump minimatch and recursive-readdir in /dashboard by @dependabot in #1200
- [Feature] Configurable ArangoD Port by @ajanikow in #1199
- [Feature] Allow to exclude metrics by @ajanikow in #1194
- [Feature] Restart members only when Group is Ready by @jwierzbo in #1202
- [Bugfix] Do not stop Sync if Synchronization is in progress by @ajanikow in #1203
- [Bugfix] Wait for Pod to be Ready in post-restart actions by @ajanikow in #1206
- [Bugfix] Prevent Runtime update restarts by @ajanikow in #1205
- [Bugfix] Change member port discovery by @ajanikow in #1207
- [Feature] Do not change external service ports by @ajanikow in #1204
- [Bugfix] Fix Operator Debug mode by @ajanikow in #1208
- [Bugfix] Ensure NodePort wont be duplicated by @ajanikow in #1209
- [Bugfix] Remove finalizer during sidecar update by @ajanikow in #1210
Full Changelog: 1.2.20...1.2.21