Skip to content

Commit

Permalink
Prepared release vv0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 012ee63 commit a6c079d
Show file tree
Hide file tree
Showing 7 changed files with 1,191 additions and 1,615 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.18.0
replaces: authorino-operator.v0.11.1
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.32.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
createdAt: "2024-09-03T17:46:45Z"
createdAt: "2024-09-13T10:01:29Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/authorino-operator
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.18.0
name: webhooks
ports:
- containerPort: 9443
Expand Down Expand Up @@ -509,3 +509,4 @@ spec:
targetPort: 9443
type: ConversionWebhook
webhookPath: /convert
replaces: authorino-operator.v0.11.1
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.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
2,786 changes: 1,178 additions & 1,608 deletions charts/authorino-operator/templates/manifests.yaml

Large diffs are not rendered by default.

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.18.0
- webhook

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

patchesStrategicMerge:
- webhook/patches/webhook_in_authconfigs.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5795,7 +5795,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.18.0
name: webhooks
ports:
- containerPort: 9443
Expand Down

0 comments on commit a6c079d

Please sign in to comment.