-
link:https://travelaudience.atlassian.net/browse/DEVOPS-2357 Added support for GKE 1.22
-
Added support for Kubernetes 1.13+, and dropped support for previous versions.
-
Docker images are now based off of
gcr.io/distroless/static
instead of Alpine whenever possible. -
Added support for defining Aerospike server resource limits.
-
Miscellaneous improvements to build and runtime, including bump to Go 1.12.5 and adopt Go modules.
-
Deprecated the
--admission-enabled
and the--debug
flags. These will be removed in a future version.
-
Added support for Aerospike 4.3.0.8 and 4.3.0.10.
-
Updated
aerospike/aerospike-client-go
to 1.35.2.
❗
|
Before upgrading aerospike-operator , one MUST update the aerospike-operator cluster role using, e.g., kubectl apply -f docs/examples/00-prereqs.yml . Failure to do so will result in a deffective installation of aerospike-operator .
|
-
Promoted the API to
aerospike.travelaudience.com/v1alpha2
.-
Existing
aerospike.travelaudience.com/v1alpha1
resources are automatically converted to the new version whenaerospike-operator
starts. -
One is strongly adivsed to update their manifests to reflect this change (i.e. replacing
v1alpha1
withv1alpha2
). -
The
aerospike.travelaudience.com/v1alpha1
API is being deprecated, and will be permanently disabled in a future version.
-
-
Added the
secretNamespace
andsecretKey
fiels to BackupStorageSpec. This allows the secrets used to backup/restore to/from cloud storage to exist in a Kubernetes namespace different from the one holding the AerospikeCluster resource. -
Added the
data-in-memory
field to StorageSpec. -
Added additional printer colums to
AerospikeCluster
,AerospikeNamespaceBackup
andAerospikeNamespaceRestore
.-
Listing
AerospikeCluster
resources now displays version, node count and age. -
Listing
AerospikeNamespaceBackup
resources now displays target Aerospike cluster and namespace, as well as age. -
Listing
AerospikeNamespaceRestore
resources now displays target Aerospike cluster and namespace, as well as age.
-
-
Added support for the
/scale
and/status
subresources.-
It is now possible to scale an Aerospike cluster using
kubectl scale
.
-
-
Added support for Aerospike 4.0.0.6, 4.1.0.6, 4.3.0.2, 4.3.0.4, 4.3.0.6 and 4.3.0.7.
-
Updated
aerospike/aerospike-client-go
to 1.35.1.
-
Fixed a bug which caused
.status.conditions
not to be reported inAerospikeCluster
resources.
-
Usage: Improved the Installation Guide.
-
Change in the API in order to support deletion of PVCs by the garbage collector.
-
Add
persistentVolumeClaimTTL
field to StorageSpec. -
Action required: Persistent volume claims created in previous versions of
aerospike-operator
will be replaced by new ones when a restart or upgrade operation is performed on anAerospikeCluster
resource. To avoid losing data for Aerospike namespaces whose replication factor is equal to 1, one must create a backup of all Aerospike namespaces whose replication factor is equal to 1 before upgradingaerospike-operator
. Then, after upgradingaerospike-operator
, one must restore these backups to new Aerospike clusters.
-
-
Add support for deletion of expired resources via introduction of a garbage collector.
-
Support deletion of expired PVCs.
-
Support deletion of expired AerospikeNamespaceBackups.
-
-
Introduced
asinit
as a replacement tosed
.-
The image for the init container has been switched from
busybox
toquay.io/travelaudience/aerospike-operator-tools
.
-
-
aerospike-operator
will now wait for a node to join the existing cluster before proceeding with restarting the next node during a rolling-restart or upgrade procedure. -
Add support for Aerospike 4.2.0.10.
-
Use
aerospike/aerospike-client-go
1.35.0.
-
Fixed a bug which might under rare circumstances cause a node to form a separate cluster after being restarted.
-
Design: Add the Garbage Collection design document.
-
Design: Updated the Architecture design document.
-
Change the naming strategy for persistent volume claims to use
GenerateName
.-
Action required: Persistent volume claims created in previous versions of
aerospike-operator
will be replaced by new ones when a restart or upgrade operation is performed on anAerospikeCluster
resource. To avoid losing data for Aerospike namespaces whose replication factor is equal to 1, one must create a backup of all Aerospike namespaces whose replication factor is equal to 1 before upgradingaerospike-operator
. Then, after upgradingaerospike-operator
, one must restore these backups to new Aerospike clusters.
-
-
Add support for Kubernetes 1.11+.
-
Add support for the
device
(raw) storage type.-
Device storage requires a Kubernetes 1.11 cluster with alpha features enabled.
-
-
Use Aerospike Tools 3.15.3.14.
-
Use
aerospike/aerospike-client-go
1.34.1. -
Support running custom upgrade steps via the introduction of upgrade strategies.
-
Add support for Aerospike versions 4.0.0.4, 4.0.0.5, 4.1.0.1 and 4.2.0.5.
-
Design: Add an Upgrade Strategies design document.
❗
|
Before upgrading aerospike-operator to 0.7.0 or later, one should perform the actions indicated by the Action required items below as applicable.
|
-
Enforce the existence of a single Aerospike namespace per Aerospike cluster.
-
Action required: Existing
AerospikeCluster
resources with two Aerospike namespaces must be backed-up and restored to two new, separate Aerospike clusters with a single Aerospike namespace each.
-
-
Use stable node IDs for Aerospike nodes.
-
Prevent Aerospike from trying to establish heartbeat connections to IP addresses of pods that don’t exist anymore.
-
Support operating on up to six Aerospike clusters simultaneously instead of only two.
-
Prevent the
.status
field of anAerospikeCluster
resource from being deleted. -
Allow standby replicas of
aerospike-operator
to serve the validating admission webhook. -
Improving the handling of errors caused by the Kubernetes API forcibly closing open watch connections.
-
Wait for endpoints for custom resource definitions to be available before starting the controllers.
-
Improve logging when running with
--debug=false
.
-
Fix panics that might occur if some optional fields were absent from a
AerospikeCluster
resource.
-
Design: Make it clear that
.spec.backupSpec
is only required when one wants to upgrade an Aerospike cluster. -
Design: Make it clear that
.spec.nodeCount
must be greater than or equal to.spec.namespaces[*].replicationFactor
. -
Design: Add an OpenAPI spec for the
aerospike.travelaudience.com/v1alpha1
API. -
Design/Usage: Address single namespace limitation. * Usage: Briefly mention capacity planning as a precursor to the creation of
AerospikeCluster
resources. -
Usage: Make it clear that the secret used for backups and restores must contain a
key.json
entry. -
Usage: Fix the name of the
.spec.namespaces[*].storage.storageClassName
field. -
Usage: Add a "quickstart" subsection to the Installation Guide page.
-
Examples: Add missing permissions to the example cluster role binding.
-
Examples: Specify resource requests and limits for
aerospike-operator
pods in the example deployment. -
Other: Add links to
README.md
for better navigation. * Other: Mention supported Aerospike versions inREADME.md
. * Other: List existing design documents inREADME.md
.