Skip to content

Commit

Permalink
prepare release v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTobin committed Mar 28, 2023
1 parent 633383a commit f070fa9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current Operator version
VERSION ?= 4.2.0
VERSION ?= 4.2.1
# Previous Operator version
PREV_VERSION ?= 4.1.2
PREV_VERSION ?= 4.2.0
# Options for 'bundle-build'
ifneq ($(origin CHANNELS), undefined)
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/rhoas/observability-operator:v4.2.0
image: quay.io/rhoas/observability-operator:v4.2.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -413,8 +413,8 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: observability-operator.v4.1.2
version: 4.2.0
replaces: observability-operator.v4.2.0
version: 4.2.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/rhoas/observability-operator
newTag: v4.2.0
newTag: v4.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: observability-operator.v4.1.2
version: 4.2.0
replaces: observability-operator.v4.2.0
version: 4.2.1

0 comments on commit f070fa9

Please sign in to comment.