Skip to content

Commit d43aa55

Browse files
chore: Update AKO tag (#438)
* chore: Update AKO tag * Update management-lib SHA
1 parent a3c3ecc commit d43aa55

35 files changed

+46
-51
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go
2727
FROM registry.access.redhat.com/ubi10/ubi-minimal:latest
2828

2929
# Version of Operator (build arg)
30-
ARG VERSION="4.2.0"
30+
ARG VERSION="4.3.0"
3131

3232
# User to run container as
3333
ARG USER="root"

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323

2424
AEROSPIKE_CUSTOM_INIT_REGISTRY="568976754000.dkr.ecr.ap-south-1.amazonaws.com"
2525
AEROSPIKE_CUSTOM_INIT_REGISTRY_NAMESPACE="aerospike"
26-
AEROSPIKE_CUSTOM_INIT_NAME_TAG="aerospike-kubernetes-init:2.5.0-dev2"
26+
AEROSPIKE_CUSTOM_INIT_NAME_TAG="aerospike-kubernetes-init:2.5.0"
2727
}
2828

2929
stages {
@@ -238,7 +238,7 @@ boolean isNightly() {
238238
}
239239

240240
String getVersion() {
241-
def prefix = "4.2.0"
241+
def prefix = "4.3.0"
242242
def candidateName = ""
243243
if(isNightly()) {
244244
def timestamp = new Date().format("yyyy-MM-dd")

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OPENSHIFT_VERSION="v4.10"
1111
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1212
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1313
# TODO: Version must be pulled from git tags
14-
VERSION ?= 4.2.0
14+
VERSION ?= 4.3.0
1515

1616
# Platforms supported
1717
PLATFORMS ?= linux/amd64,linux/arm64
@@ -339,7 +339,7 @@ submodules: ## Pull and update git submodules recursively
339339

340340
# Generate bundle manifests and metadata, then validate generated files.
341341
# For OpenShift bundles run
342-
# CHANNELS=stable DEFAULT_CHANNEL=stable OPENSHIFT_VERSION=v4.10 IMG=docker.io/aerospike/aerospike-kubernetes-operator-nightly:4.2.0 make bundle
342+
# CHANNELS=stable DEFAULT_CHANNEL=stable OPENSHIFT_VERSION=v4.10 IMG=docker.io/aerospike/aerospike-kubernetes-operator-nightly:4.3.0 make bundle
343343
.PHONY: bundle
344344
bundle: manifests kustomize operator-sdk
345345
rm -rf $(ROOT_DIR)/bundle.Dockerfile $(BUNDLE_DIR)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Run the following command with the appropriate name and version for the operator
4444

4545
```sh
4646
IMAGE_TAG_BASE=aerospike/aerospike-kubernetes-operator-nightly
47-
VERSION=4.2.0
47+
VERSION=4.3.0
4848
make docker-buildx IMG=${IMAGE_TAG_BASE}:${VERSION} PLATFORMS=linux/amd64
4949
```
5050
**Note**: Change `PLATFORMS` var as per host machine or remove it to build multi-arch image
@@ -96,7 +96,7 @@ Set up the environment with image names.
9696
```shell
9797
export ACCOUNT=aerospike
9898
export IMAGE_TAG_BASE=${ACCOUNT}/aerospike-kubernetes-operator
99-
export VERSION=4.2.0
99+
export VERSION=4.3.0
100100
export IMG=docker.io/${IMAGE_TAG_BASE}-nightly:${VERSION}
101101
export BUNDLE_IMG=docker.io/${IMAGE_TAG_BASE}-bundle-nightly:${VERSION}
102102
```

api/v1/aerospikecluster_types.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ type AerospikePodSpec struct { //nolint:govet // for readability
358358
// created by the operator.
359359
// +optional
360360
AerospikeContainerSpec AerospikeContainerSpec `json:"aerospikeContainer,omitempty"`
361-
362361
// AerospikeInitContainerSpec configures the aerospike-init container
363362
// created by the operator.
364363
// +optional
@@ -591,7 +590,7 @@ type ValidationPolicySpec struct {
591590
SkipWorkDirValidate bool `json:"skipWorkDirValidate"`
592591

593592
// Deprecated: SkipXdrDlogFileValidate is no longer in use. Setting this field will produce an admission
594-
// warning. This field will be removed in future versions.
593+
// warning. This field will be blocked in future versions.
595594
SkipXdrDlogFileValidate bool `json:"skipXdrDlogFileValidate"`
596595
}
597596

@@ -1310,7 +1309,7 @@ type AerospikePodStatus struct { //nolint:govet // for readability
13101309

13111310
// AerospikeCluster is the schema for the AerospikeCluster API
13121311
// +operator-sdk:csv:customresourcedefinitions:displayName="Aerospike Cluster",resources={{Service, v1},{Pod,v1},{StatefulSet,v1}}
1313-
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.2.0"
1312+
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.3.0"
13141313
//
13151314
//nolint:lll // for readability
13161315
type AerospikeCluster struct { //nolint:govet // for readability

api/v1/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const (
8585
AerospikeInitContainerNameTagEnvVar = "AEROSPIKE_KUBERNETES_INIT_NAME_TAG"
8686
AerospikeInitContainerDefaultRegistry = "docker.io"
8787
AerospikeInitContainerDefaultRegistryNamespace = "aerospike"
88-
AerospikeInitContainerDefaultNameAndTag = "aerospike-kubernetes-init:2.5.0-dev2"
88+
AerospikeInitContainerDefaultNameAndTag = "aerospike-kubernetes-init:2.5.0"
8989
AerospikeAppLabel = "app"
9090
AerospikeAppLabelValue = "aerospike-cluster"
9191
AerospikeCustomResourceLabel = "aerospike.com/cr"

api/v1beta1/aerospikebackup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type AerospikeBackupStatus struct {
8686

8787
// +kubebuilder:object:root=true
8888
// +kubebuilder:subresource:status
89-
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.2.0"
89+
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.3.0"
9090
// +kubebuilder:printcolumn:name="Backup Service Name",type=string,JSONPath=`.spec.backupService.name`
9191
// +kubebuilder:printcolumn:name="Backup Service Namespace",type=string,JSONPath=`.spec.backupService.namespace`
9292
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

api/v1beta1/aerospikebackupservice_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ type ServiceContainerSpec struct {
161161

162162
// +kubebuilder:object:root=true
163163
// +kubebuilder:subresource:status
164-
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.2.0"
164+
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.3.0"
165165
// +kubebuilder:printcolumn:name="Image",type=string,JSONPath=`.spec.image`
166166
// +kubebuilder:printcolumn:name="Service Type",type=string,JSONPath=`.spec.service.type`
167167
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`

api/v1beta1/aerospikerestore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type AerospikeRestoreStatus struct {
8989

9090
// +kubebuilder:object:root=true
9191
// +kubebuilder:subresource:status
92-
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.2.0"
92+
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=4.3.0"
9393
// +kubebuilder:printcolumn:name="Backup Service Name",type=string,JSONPath=`.spec.backupService.name`
9494
// +kubebuilder:printcolumn:name="Backup Service Namespace",type=string,JSONPath=`.spec.backupService.namespace`
9595
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`

config/crd/bases/asdb.aerospike.com_aerospikebackups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
aerospike-kubernetes-operator/version: 4.2.0
6+
aerospike-kubernetes-operator/version: 4.3.0
77
controller-gen.kubebuilder.io/version: v0.18.0
88
name: aerospikebackups.asdb.aerospike.com
99
spec:

0 commit comments

Comments
 (0)