Skip to content

Commit 2022108

Browse files
authored
Prepare for WTO 1.13 release (#183)
Signed-off-by: David Kwon <[email protected]>
1 parent 481e326 commit 2022108

File tree

4 files changed

+18
-6
lines changed

4 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.13
2+
- Default tooling versions have been updated:
3+
- oc v4.17.0 -> v4.18.11
4+
- kubectl 1.30.2 -> 1.31.1
5+
- kustomize v5.5.0 -> v5.6.0
6+
- helm v3.14.4 -> v3.15.4
7+
- knative v1.12.0 -> v1.15.0-4
8+
- tekton v0.38.1 -> v0.40.0
9+
- rhoas v0.53.0 -> v0.53.0
10+
- submariner v0.18.1 -> v0.20.0
11+
- virtctl v1.3.1 -> v1.5.0
12+
113
#### 1.12
214
- Default tooling versions have been updated:
315
- oc v4.16.0 -> v4.17.0

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.17"
23+
LABEL com.redhat.openshift.versions="v4.18"
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.23.6-1745328278 AS builder
13+
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745588370 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.4-1227.1726694542
33+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1747218906
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.12.0
18+
name: web-terminal.v1.13.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.11.0
141-
version: 1.12.0
140+
replaces: web-terminal.v1.12.0
141+
version: 1.13.0

0 commit comments

Comments
 (0)