Skip to content

Commit

Permalink
Prepared release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent bc80c97 commit d19cbf3
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 497 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.19.0
replaces: authorino-operator.v0.14.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.32.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
15 changes: 8 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:latest
createdAt: "2024-11-19T15:52:57Z"
containerImage: quay.io/kuadrant/authorino-operator:v0.15.0
createdAt: "2024-11-19T17:02:52Z"
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.0.0
name: authorino-operator.v0.15.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -322,8 +322,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_AUTHORINO
value: quay.io/kuadrant/authorino:latest
image: quay.io/kuadrant/authorino-operator:latest
value: quay.io/kuadrant/authorino:v0.19.0
image: quay.io/kuadrant/authorino-operator:v0.15.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -426,6 +426,7 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: quay.io/kuadrant/authorino:latest
- image: quay.io/kuadrant/authorino:v0.19.0
name: authorino
version: 0.0.0
version: 0.15.0
replaces: authorino-operator.v0.14.0
159 changes: 0 additions & 159 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: 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 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.15.0"
maintainers:
- email: [email protected]
name: Guilherme Cassolato
Expand Down
163 changes: 2 additions & 161 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.19.0
# - webhook

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

# patchesStrategicMerge:
# - webhook/patches/webhook_in_authconfigs.yaml
Expand Down
163 changes: 2 additions & 161 deletions config/deploy/manifests.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_AUTHORINO
value: quay.io/kuadrant/authorino:latest
value: quay.io/kuadrant/authorino:v0.19.0
args:
- --leader-elect
image: controller:latest
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.15.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.15.0
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.0.0
version: 0.15.0

0 comments on commit d19cbf3

Please sign in to comment.