Skip to content

Commit

Permalink
prepare-release: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Aug 14, 2024
1 parent ea18217 commit 305fb7e
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 25 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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=dns-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

Expand Down
11 changes: 6 additions & 5 deletions bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:latest
createdAt: "2024-08-12T10:16:02Z"
containerImage: quay.io/kuadrant/dns-operator:v0.4.1
createdAt: "2024-08-14T15:23:03Z"
description: A Kubernetes Operator to manage the lifecycle of DNS resources
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.0.0
name: dns-operator.v0.4.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -179,7 +179,7 @@ spec:
- /manager
env:
- name: WATCH_NAMESPACES
image: quay.io/kuadrant/dns-operator:latest
image: quay.io/kuadrant/dns-operator:v0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -273,4 +273,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
replaces: dns-operator.v0.4.0
version: 0.4.1
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: dns-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.33.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
# Annotations for testing.
Expand Down
2 changes: 1 addition & 1 deletion charts/dns-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.4.0-alpha1"
version: "0.4.1"
maintainers:
- email: [email protected]
name: Michael Nairn
Expand Down
8 changes: 7 additions & 1 deletion charts/dns-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ spec:
- type
type: object
type: array
domainOwners:
description: DomainOwners is a list of all the owners working against
the root domain of this record
items:
type: string
type: array
endpoints:
description: |-
endpoints are the last endpoints that were successfully published by the provider
Expand Down Expand Up @@ -930,7 +936,7 @@ spec:
env:
- name: WATCH_NAMESPACES
value: ""
image: quay.io/kuadrant/dns-operator:v0.4.0-alpha1
image: quay.io/kuadrant/dns-operator:v0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/olm/catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: dns-operator-catalog
spec:
sourceType: grpc
image: quay.io/kuadrant/dns-operator-catalog:v0.4.0-alpha1
image: quay.io/kuadrant/dns-operator-catalog:v0.4.1
displayName: DNS Operators
publisher: grpc
2 changes: 1 addition & 1 deletion config/deploy/olm/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spec:
source: dns-operator-catalog
sourceNamespace: dns-operator-system
name: dns-operator
channel: "alpha"
channel: "stable"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/dns-operator
newTag: v0.4.0-alpha1
newTag: v0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:v0.4.0-alpha1
containerImage: quay.io/kuadrant/dns-operator:v0.4.1
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.4.0-alpha1
name: dns-operator.v0.4.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -60,5 +60,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
replaces: dns-operator.v0.3.0
version: 0.4.0-alpha1
replaces: dns-operator.v0.4.0
version: 0.4.1
14 changes: 7 additions & 7 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Release default values
IMG=quay.io/kuadrant/dns-operator:v0.4.0-alpha1
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.4.0-alpha1
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.4.0-alpha1
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=0.4.0-alpha1
REPLACES_VERSION=0.3.0
IMG=quay.io/kuadrant/dns-operator:v0.4.1
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.4.1
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.4.1
CHANNELS=stable
BUNDLE_CHANNELS=--channels=stable
VERSION=0.4.1
REPLACES_VERSION=0.4.0

0 comments on commit 305fb7e

Please sign in to comment.