Skip to content

Commit 4af8e03

Browse files
committed
Prepare for WTO 1.17 release
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent d950ef9 commit 4af8e03

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#### 1.17
2+
- Web terminal tooling memory limits have been increased (request: 128Mi -> 512Mi, limit: 512Mi -> 4Gi).
3+
- Web terminal exec now resolves user UID via SelfSubjectReview to support external authentication.
4+
- Default tooling versions have been updated:
5+
- oc v4.21.4 -> v4.22.1
6+
- kubectl 1.34.4 -> 1.35.2
7+
- kustomize v5.8.1 -> v5.8.1
8+
- helm v3.17.1 -> v3.20.2
9+
- knative v1.15.0-6 -> v1.15.0-6
10+
- tekton v1.20.0 -> v1.20.0
11+
- rhoas v0.53.0 -> v0.53.0
12+
- submariner v0.22.1 -> v0.24.0
13+
- virtctl v1.7.1 -> v1.8.4
14+
115
#### 1.16
216
- Default tooling versions have been updated:
317
- oc v4.20.1 -> v4.21.4

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.21"
23+
LABEL com.redhat.openshift.versions="v4.22"
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/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.21
32+
ENV OC_VERSION=4.22
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.16.0
18+
name: web-terminal.v1.17.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.15.0
141-
version: 1.16.0
140+
replaces: web-terminal.v1.16.0
141+
version: 1.17.0

0 commit comments

Comments
 (0)