Skip to content

Commit

Permalink
Bump version to 3.5.0 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Mar 6, 2025
1 parent 5ac1ab0 commit 40f5c2a
Show file tree
Hide file tree
Showing 45 changed files with 81 additions and 83 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
# ======================================================================================================================

# The version of the Operator being build - this should be a valid SemVer format
VERSION ?= 3.4.3
VERSION ?= 3.5.0
MVN_VERSION ?= $(VERSION)

# The version number to be replaced by this release
PREV_VERSION ?= 3.4.2
PREV_VERSION ?= 3.4.3
NEXT_VERSION := $(shell sh ./hack/next-version.sh "$(VERSION)")

# The operator version to use to run certification tests against
CERTIFICATION_VERSION ?= $(VERSION)

# The previous Operator version used to run the compatibility tests.
COMPATIBLE_VERSION ?= 3.4.2
COMPATIBLE_VERSION ?= 3.4.3
# The selector to use to find Operator Pods of the COMPATIBLE_VERSION (do not put in double quotes!!)
COMPATIBLE_SELECTOR ?= control-plane=coherence

Expand Down
2 changes: 1 addition & 1 deletion config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ labels:
app.kubernetes.io/part-of: coherence-operator

commonLabels:
app.kubernetes.io/version: 3.4.3
app.kubernetes.io/version: 3.5.0
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ labels:
- pairs:
control-plane: coherence
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator

# Patch the SERVICE_NAME env var in the Operator Deployment
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resources:
images:
- name: controller
newName: ghcr.io/oracle/coherence-operator
newTag: 3.4.3
newTag: 3.5.0
16 changes: 8 additions & 8 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
labels:
app: coherence-operator
control-plane: coherence
version: "3.4.3"
version: "3.5.0"
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: manager
app.kubernetes.io/part-of: coherence-operator
spec:
Expand All @@ -23,11 +23,11 @@ spec:
labels:
app: coherence-operator
control-plane: coherence
version: "3.4.3"
version: "3.5.0"
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: manager
app.kubernetes.io/part-of: coherence-operator
app.kubernetes.io/created-by: controller-manager
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -152,7 +152,7 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
weight: 50
- podAffinityTerm:
topologyKey: "oci.oraclecloud.com/fault-domain"
Expand All @@ -161,7 +161,7 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
weight: 10
- podAffinityTerm:
topologyKey: "kubernetes.io/hostname"
Expand All @@ -170,5 +170,5 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
weight: 1
8 changes: 4 additions & 4 deletions config/manager/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/instance: coherence-operator-webhook
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: webhook
app.kubernetes.io/part-of: coherence-operator
spec:
Expand All @@ -19,7 +19,7 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: manager
---
apiVersion: v1
Expand All @@ -31,7 +31,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-rest
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: rest
app.kubernetes.io/part-of: coherence-operator
spec:
Expand All @@ -43,5 +43,5 @@ spec:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/instance: coherence-operator-manager
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/component: manager
2 changes: 1 addition & 1 deletion config/manager/webhook-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
capabilities: Full Lifecycle
categories: Database
certified: "false"
containerImage: ghcr.io/oracle/coherence-operator:3.4.3
containerImage: ghcr.io/oracle/coherence-operator:3.5.0
description: The Oracle Coherence Kubernetes Operator enables easy management
of Coherence clusters in a Kubernetes environment.
features.operators.openshift.io/cnf: "false"
Expand Down Expand Up @@ -83,4 +83,4 @@ spec:
provider:
name: Oracle Corporation
url: https://github.com/oracle/coherence-operator
version: 3.4.3
version: 3.5.0
2 changes: 1 addition & 1 deletion config/network-policy/allow-metrics-traffic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: allow-metrics-traffic
namespace: system
Expand Down
2 changes: 1 addition & 1 deletion config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: controller-manager-metrics-monitor
namespace: system
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/cluster_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/coherence_editor_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: coherence-editor-role
rules:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/coherence_viewer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: coherence-viewer-role
rules:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/coherencejob_editor_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: coherencejob-editor-role
rules:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/coherencejob_viewer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
name: coherencejob-viewer-role
rules:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/leader_election_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/metrics_auth_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/metrics_auth_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/metrics_reader_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
rules:
- nonResourceURLs:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/node_viewer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/node_viewer_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ metadata:
control-plane: coherence
app.kubernetes.io/name: coherence-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "3.4.3"
app.kubernetes.io/version: "3.5.0"
app.kubernetes.io/part-of: coherence-operator
imagePullSecrets: []
2 changes: 1 addition & 1 deletion docs/about/03_quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want the default Coherence Operator installation then the simplest soluti
[source,bash]
----
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.4.3/coherence-operator.yaml
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.5.0/coherence-operator.yaml
----
This will create a namespace called `coherence` and install the Operator into it along with all the required `ClusterRole` and `RoleBinding` resources. The `coherence` namespace can be changed by downloading and editing the yaml file.
Expand Down
Loading

0 comments on commit 40f5c2a

Please sign in to comment.