Skip to content

Commit

Permalink
Merge pull request #199 from vmanley/release-v4.2.0
Browse files Browse the repository at this point in the history
feat: prepare release v4.2.0
  • Loading branch information
vmanley authored Mar 23, 2023
2 parents 8fe3a74 + 29780cf commit acfc37d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 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.1.2
VERSION ?= 4.2.0
# Previous Operator version
PREV_VERSION ?= 4.1.1
PREV_VERSION ?= 4.1.2
# 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 @@ -60,7 +60,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.4.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: observability-operator.v4.1.2
name: observability-operator.v4.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -323,7 +323,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/rhoas/observability-operator:v4.1.2
image: quay.io/rhoas/observability-operator:v4.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -413,8 +413,8 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: observability-operator.v4.1.1
version: 4.1.2
replaces: observability-operator.v4.1.2
version: 4.2.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@ spec:
type: object
grafanaVersion:
type: string
originOauthProxyImage:
type: string
overrideSelectors:
type: boolean
podMonitorLabelSelector:
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.1.2
newTag: v4.2.0
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.1
version: 4.1.2
replaces: observability-operator.v4.1.2
version: 4.2.0

0 comments on commit acfc37d

Please sign in to comment.