Skip to content

Commit

Permalink
Prepared release v0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent bf9ba03 commit 3c157b6
Show file tree
Hide file tree
Showing 10 changed files with 3,233 additions and 2,368 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.2
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=preview
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
13 changes: 7 additions & 6 deletions bundle/manifests/authorino-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
createdAt: "2024-08-15T19:27:09Z"
containerImage: quay.io/kuadrant/authorino-operator:v0.12.0-rc1
createdAt: "2024-08-26T13:12:17Z"
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 All @@ -93,7 +93,7 @@ metadata:
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: authorino-operator.v0.0.0
name: authorino-operator.v0.12.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -319,7 +319,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.12.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.17.2
name: webhooks
ports:
- containerPort: 9443
Expand Down Expand Up @@ -495,7 +495,7 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
version: 0.12.0-rc1
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand All @@ -509,3 +509,4 @@ spec:
targetPort: 9443
type: ConversionWebhook
webhookPath: /convert
replaces: authorino-operator.v0.11.1
2,779 changes: 1,604 additions & 1,175 deletions bundle/manifests/authorino.kuadrant.io_authconfigs.yaml

Large diffs are not rendered by default.

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: preview
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 changes: 1 addition & 1 deletion charts/authorino-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sources:
kubeVersion: ">=1.19.0-0"
type: application
# The version will be properly set when the chart is released matching the operator version
version: "0.0.0"
version: "0.12.0-rc1"
maintainers:
- email: mcassola@redhat.com
name: Guilherme Cassolato
Expand Down
4 changes: 2 additions & 2 deletions charts/authorino-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6171,7 +6171,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.12.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -6225,7 +6225,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino:v0.17.2
name: webhooks
ports:
- containerPort: 9443
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.2
- webhook

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

patchesStrategicMerge:
- webhook/patches/webhook_in_authconfigs.yaml
Expand Down
Loading

0 comments on commit 3c157b6

Please sign in to comment.