Skip to content

Commit

Permalink
Merge pull request #202 from 3scale-ops/release/0.12.2
Browse files Browse the repository at this point in the history
Release v0.12.2
  • Loading branch information
3scale-robot committed Jun 15, 2023
2 parents dc5d5b4 + 1a57424 commit 9ef3b75
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.12.2-alpha.2
VERSION ?= 0.12.2

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
3 changes: 2 additions & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=marin3r
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.28.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/marin3r.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/3scale/marin3r
createdAt: "2023-06-14T10:27:36Z"
createdAt: "2023-06-14T14:57:31Z"
description: Lighweight, CRD based Envoy control plane for Kubernetes
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/internal-objects: '["envoyconfigrevisions.marin3r.3scale.net","discoveryservicecertificates.operator.marin3r.3scale.net"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/3scale-ops/marin3r
support: Red Hat, Inc.
name: marin3r.v0.12.2-alpha.2
name: marin3r.v0.12.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -919,7 +919,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/3scale/marin3r:v0.12.2-alpha.2
image: quay.io/3scale/marin3r:v0.12.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -977,7 +977,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/3scale/marin3r:v0.12.2-alpha.2
image: quay.io/3scale/marin3r:v0.12.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1284,7 +1284,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.12.2-alpha.2
version: 0.12.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
3 changes: 2 additions & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: marin3r
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: alpha,stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/3scale/marin3r
newTag: v0.12.2-alpha.2
newTag: v0.12.2

patchesStrategicMerge:
- custom/manager_patch.yaml
2 changes: 1 addition & 1 deletion config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/3scale/marin3r
newTag: v0.12.2-alpha.2
newTag: v0.12.2

# [CUSTOM: pod mutating webhook config] This patch adds a label selector to the MutatingWebhookConfig
patchesStrategicMerge:
Expand Down
2 changes: 1 addition & 1 deletion pkg/image/zz_generated.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package image

const (
image string = "quay.io/3scale/marin3r:v0.12.2-alpha.2"
image string = "quay.io/3scale/marin3r:v0.12.2"
)
2 changes: 1 addition & 1 deletion pkg/version/zz_generated.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

const (
version string = "v0.12.2-alpha.2"
version string = "v0.12.2"
)

0 comments on commit 9ef3b75

Please sign in to comment.