Skip to content

Commit 724366c

Browse files
committed
Prepare for WTO 1.16 release
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent 17e0e13 commit 724366c

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 1.16
2+
- Default tooling versions have been updated:
3+
- oc v4.20.1 -> v4.21.4
4+
- kubectl 1.33.3 -> 1.34.4
5+
- kustomize v5.7.1 -> v5.8.1
6+
- helm v3.17.1 -> v3.17.1
7+
- knative v1.15.0-6 -> v1.15.0-6
8+
- tekton v1.20.0 -> v1.20.0
9+
- rhoas v0.53.0 -> v0.53.0
10+
- submariner v0.21.0 -> v0.22.1
11+
- virtctl v1.6.2 -> v1.7.1
12+
113
#### 1.15
214
- Default tooling versions have been updated:
315
- oc v4.19.9 -> v4.20.1

build/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL com.redhat.delivery.operator.bundle=true
2020

2121
# This second label tells the pipeline which versions of OpenShift the operator supports (i.e. which version of oc is installed).
2222
# This is used to control which index images should include this operator.
23-
LABEL com.redhat.openshift.versions="v4.20"
23+
LABEL com.redhat.openshift.versions="v4.21"
2424

2525
# The rest of these labels are copies of the same content in annotations.yaml and are needed by OLM
2626
# Note the package name and channels which are very important!

build/dockerfiles/controller.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030
RUN make compile
3131

3232
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
33-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
33+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
3434
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
3535
WORKDIR /
3636
COPY --from=builder /web-terminal-operator/_output/bin/web-terminal-controller /usr/local/bin/web-terminal-controller

build/dockerfiles/devtools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN curl -sSLO https://github.com/operator-framework/operator-registry/releases/
2929
chmod +x linux-amd64-opm && \
3030
mv linux-amd64-opm /usr/local/bin/opm
3131

32-
ENV OC_VERSION=4.19
32+
ENV OC_VERSION=4.21
3333
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-${OC_VERSION}/openshift-client-linux.tar.gz | \
3434
tar -C /usr/local/bin -xz --no-same-owner && \
3535
chmod +x /usr/local/bin/oc

manifests/web-terminal.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
operatorframework.io/suggested-namespace: openshift-operators
1616
repository: https://github.com/redhat-developer/web-terminal-operator/
1717
support: Red Hat, Inc.
18-
name: web-terminal.v1.15.0
18+
name: web-terminal.v1.16.0
1919
namespace: placeholder
2020
spec:
2121
apiservicedefinitions: {}
@@ -137,5 +137,5 @@ spec:
137137
maturity: alpha
138138
provider:
139139
name: Red Hat
140-
replaces: web-terminal.v1.14.0
141-
version: 1.15.0
140+
replaces: web-terminal.v1.15.0
141+
version: 1.16.0

0 commit comments

Comments
 (0)