Skip to content

Commit 3bf3832

Browse files
committed
Prepare for WTO 1.15 release
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent 47b16ab commit 3bf3832

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
#### 1.15
2+
- Default tooling versions have been updated:
3+
- oc v4.19.9 -> v4.20.1
4+
- kubectl 1.32.1 -> 1.33.3
5+
- kustomize v5.7.1 -> v5.7.1
6+
- helm v3.17.1 -> v3.17.1
7+
- knative v1.15.0-6 -> v1.15.0-6
8+
- tekton v1.19.0 -> v1.20.0
9+
- rhoas v0.53.0 -> v0.53.0
10+
- submariner v0.21.0 -> v0.21.0
11+
- virtctl v1.6.0 -> v1.6.2
12+
113
#### 1.14
214
- Default tooling versions have been updated:
315
- oc v4.18.11 -> v4.19.9
4-
- kubectl 1.30.2 -> 1.31.1
16+
- kubectl 1.31.1 -> 1.32.1
517
- kustomize v5.6.0 -> v5.7.1
618
- helm v3.15.4 -> v3.17.1
719
- knative v1.15.0-4 -> v1.15.0-6

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.19"
23+
LABEL com.redhat.openshift.versions="v4.20"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
13-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1756993846 AS builder
13+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1760420453 AS builder
1414
ENV GOPATH=/go/
1515
USER root
1616

@@ -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-1755695350
33+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
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

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.14.0
18+
name: web-terminal.v1.15.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.13.0
141-
version: 1.14.0
140+
replaces: web-terminal.v1.14.0
141+
version: 1.15.0

0 commit comments

Comments
 (0)