Skip to content

Commit

Permalink
Prepared release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent 99e413d commit 7da6c94
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
3 changes: 3 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
config:
authorinoImage: quay.io/kuadrant/authorino:v0.17.0
replaces: authorino-operator.v0.10.0
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=authorino-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
11 changes: 6 additions & 5 deletions bundle/manifests/authorino-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
containerImage: quay.io/kuadrant/authorino-operator:v0.11.0
createdAt: 2021-12-08T10-00-00Z
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
name: authorino-operator.v0.0.0
name: authorino-operator.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -314,7 +314,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.17.0
name: webhooks
ports:
- containerPort: 9443
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
version: 0.11.0
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand All @@ -501,3 +501,4 @@ spec:
targetPort: 9443
type: ConversionWebhook
webhookPath: /convert
replaces: authorino-operator.v0.10.0
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: authorino-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.22.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
4 changes: 2 additions & 2 deletions config/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/Kuadrant/authorino/install?ref=main
- github.com/Kuadrant/authorino/install?ref=v0.17.0
- webhook

# Configures the conversion webhook
images:
- name: AUTHORINO_IMAGE
newName: quay.io/kuadrant/authorino
newTag: latest
newTag: v0.17.0

patchesStrategicMerge:
- webhook/patches/webhook_in_authconfigs.yaml
Expand Down
4 changes: 2 additions & 2 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6152,7 +6152,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -6203,7 +6203,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.17.0
name: webhooks
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
containerImage: quay.io/kuadrant/authorino-operator:v0.11.0
createdAt: 2021-12-08T10-00-00Z
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
name: authorino-operator.v0.0.0
name: authorino-operator.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -72,4 +72,4 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
version: 0.11.0

0 comments on commit 7da6c94

Please sign in to comment.