Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile.external-dns-operator
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:41c6aeb7c681d89b6
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="external-dns-operator-container"
LABEL name="external-dns-operator"
LABEL version="1.2.1"
LABEL version="1.2.2"
WORKDIR /
COPY --from=builder /workspace/bin/external-dns-operator /
# Red Hat certified container images have licenses.
Expand Down
4 changes: 2 additions & 2 deletions Containerfile.external-dns-operator-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ ARG FULL_COMMIT
ARG GIT_URL

LABEL name=external-dns-operator-bundle
LABEL version="1.2.1"
LABEL version="1.2.2"
LABEL maintainer='NetworkEdge team <aos-network-edge-staff@redhat.com>'
LABEL io.k8s.display-name='ExternalDNS Operator'
LABEL io.k8s.description='Operator bundle for the ExternalDNS Operator'
LABEL io.openshift.tags='networking,dns'
LABEL io.openshift.build.commit.id=${FULL_COMMIT}
LABEL io.openshift.build.source-location=${GIT_URL}
LABEL io.openshift.build.commit.url=${GIT_URL}/commit/${FULL_COMMIT}
LABEL release="1.2.1"
LABEL release="1.2.2"
LABEL description="Operator bundle for the ExternalDNS Operator"
LABEL distribution-scope=public
LABEL url="https://github.com/openshift/external-dns-operator"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: <1.2.1
olm.skipRange: <1.2.2
operatorframework.io/suggested-namespace: external-dns-operator
operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware"]'
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
Expand All @@ -319,7 +319,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/openshift/external-dns-operator
support: Red Hat, Inc.
name: external-dns-operator.v1.2.1
name: external-dns-operator.v1.2.2
namespace: external-dns-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
minKubeVersion: 1.22.0
provider:
name: Red Hat, Inc.
version: 1.2.1
version: 1.2.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down