Skip to content

Commit

Permalink
Merge pull request #178 from vmanley/release-v4.1.0
Browse files Browse the repository at this point in the history
feat: prepare v4.1.0 release
  • Loading branch information
vmanley authored Feb 8, 2023
2 parents e212e19 + eb8e260 commit a153f19
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 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.0.4
VERSION ?= 4.1.0
# Previous Operator version
PREV_VERSION ?= 3.0.16
PREV_VERSION ?= 4.0.4
# Options for 'bundle-build'
ifneq ($(origin CHANNELS), undefined)
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down
24 changes: 9 additions & 15 deletions bundle/manifests/observability-operator.clusterserviceversion.yaml
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.0.4
name: observability-operator.v4.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -323,25 +323,25 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/rhoas/observability-operator:v4.0.4
image: quay.io/rhoas/observability-operator:v4.1.0
imagePullPolicy: IfNotPresent
name: manager
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20
name: manager
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -413,14 +413,8 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: observability-operator.v3.0.15
skips:
- observability-operator.v3.0.16
- observability-operator.v4.0.0
- observability-operator.v4.0.1
- observability-operator.v4.0.2
- observability-operator.v4.0.3
version: 4.0.4
replaces: observability-operator.v4.0.4
version: 4.1.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,8 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
grafanaInitImage:
type: string
grafanaOperatorResourceRequirement:
description: ResourceRequirements describes the compute resource requirements.
properties:
Expand Down Expand Up @@ -1681,6 +1683,8 @@ spec:
type: integer
migrated:
type: boolean
resourcesRoute:
type: string
stage:
type: string
stageStatus:
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.0.4
newTag: v4.1.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.v3.0.15
version: 4.0.4
replaces: observability-operator.v4.0.4
version: 4.1.0

0 comments on commit a153f19

Please sign in to comment.