Skip to content

Commit

Permalink
prepare-release: release-0.5
Browse files Browse the repository at this point in the history
Signed-off-by: craig <[email protected]>
  • Loading branch information
maleck13 committed Aug 22, 2024
1 parent c7cd402 commit 49248e8
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:release-0.5
createdAt: "2024-08-21T07:10:21Z"
createdAt: "2024-08-22T08:28:43Z"
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.5.0-dev
name: dns-operator.v0.5.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -225,4 +225,4 @@ spec:
provider:
name: Red Hat
replaces: dns-operator.v0.4.1
version: 0.5.0-dev
version: 0.5.0-rc1
2 changes: 1 addition & 1 deletion charts/dns-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.5.0-dev"
version: "0.5.0-rc1"
maintainers:
- email: [email protected]
name: Michael Nairn
Expand Down
2 changes: 1 addition & 1 deletion charts/dns-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ spec:
env:
- name: WATCH_NAMESPACES
value: ""
image: quay.io/kuadrant/dns-operator:v0.5.0-dev
image: quay.io/kuadrant/dns-operator:v0.5.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
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.5.0-dev
newTag: v0.5.0-rc1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.5.0-dev
name: dns-operator.v0.5.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -56,4 +56,4 @@ spec:
provider:
name: Red Hat
replaces: dns-operator.v0.4.1
version: 0.5.0-dev
version: 0.5.0-rc1
20 changes: 20 additions & 0 deletions dnspolicy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v1
items:
- apiVersion: kuadrant.io/v1alpha1
kind: DNSPolicy
metadata:
name: external-dnspolicy
namespace: demo
spec:
loadBalancing:
geo:
defaultGeo: US
weighted:
defaultWeight: 120
providerRefs:
- name: aws-credentials
routingStrategy: loadbalanced
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: external
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.5
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.5
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=0.5.0-dev
VERSION=0.5.0-rc1
REPLACES_VERSION=0.4.1
24 changes: 24 additions & 0 deletions route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: test
namespace: demo
spec:
hostnames:
- private.hcpapps.net
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: external
namespace: demo
rules:
- backendRefs:
- group: ""
kind: Service
name: toystore
port: 80
weight: 1
matches:
- path:
type: PathPrefix
value: /

0 comments on commit 49248e8

Please sign in to comment.