Skip to content

Commit

Permalink
Prepared release v0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Cassolato <[email protected]>
  • Loading branch information
guicassolato committed Nov 8, 2024
1 parent bacf96f commit 576b679
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
config:
authorinoImage: quay.io/kuadrant/authorino:v0.18.0
replaces: authorino-operator.v0.12.0
authorinoImage: quay.io/kuadrant/authorino:v0.18.1
replaces: authorino-operator.v0.13.0
14 changes: 7 additions & 7 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:v0.13.0
createdAt: "2024-10-02T16:05:20Z"
containerImage: quay.io/kuadrant/authorino-operator:v0.13.1
createdAt: "2024-11-08T11:06:33Z"
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 @@ -94,7 +94,7 @@ metadata:
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: authorino-operator.v0.13.0
name: authorino-operator.v0.13.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -320,7 +320,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:v0.13.0
image: quay.io/kuadrant/authorino-operator:v0.13.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:v0.18.0
image: quay.io/kuadrant/authorino:v0.18.1
name: webhooks
ports:
- containerPort: 9443
Expand Down Expand Up @@ -502,7 +502,7 @@ spec:
minKubeVersion: 1.25.0
provider:
name: Red Hat
version: 0.13.0
version: 0.13.1
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand All @@ -516,4 +516,4 @@ spec:
targetPort: 9443
type: ConversionWebhook
webhookPath: /convert
replaces: authorino-operator.v0.12.0
replaces: authorino-operator.v0.13.0
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.13.0"
version: "0.13.1"
maintainers:
- email: [email protected]
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 @@ -5734,7 +5734,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:v0.13.0
image: quay.io/kuadrant/authorino-operator:v0.13.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -5794,7 +5794,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:v0.18.0
image: quay.io/kuadrant/authorino:v0.18.1
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=v0.18.0
- github.com/Kuadrant/authorino/install?ref=v0.18.1
- webhook

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

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 @@ -5741,7 +5741,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:v0.13.0
image: quay.io/kuadrant/authorino-operator:v0.13.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -5801,7 +5801,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:v0.18.0
image: quay.io/kuadrant/authorino:v0.18.1
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:v0.13.0
containerImage: quay.io/kuadrant/authorino-operator:v0.13.1
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.13.0
name: authorino-operator.v0.13.1
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
Expand Down Expand Up @@ -78,4 +78,4 @@ spec:
minKubeVersion: 1.25.0
provider:
name: Red Hat
version: 0.13.0
version: 0.13.1

0 comments on commit 576b679

Please sign in to comment.