File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
13
#### 1.12
2
14
- Default tooling versions have been updated:
3
15
- oc v4.16.0 -> v4.17.0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LABEL com.redhat.delivery.operator.bundle=true
20
20
21
21
# This second label tells the pipeline which versions of OpenShift the operator supports (i.e. which version of oc is installed).
22
22
# 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 "
24
24
25
25
# The rest of these labels are copies of the same content in annotations.yaml and are needed by OLM
26
26
# Note the package name and channels which are very important!
Original file line number Diff line number Diff line change 10
10
#
11
11
12
12
# 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
14
14
ENV GOPATH=/go/
15
15
USER root
16
16
@@ -30,7 +30,7 @@ COPY . .
30
30
RUN make compile
31
31
32
32
# 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
34
34
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
35
35
WORKDIR /
36
36
COPY --from=builder /web-terminal-operator/_output/bin/web-terminal-controller /usr/local/bin/web-terminal-controller
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
15
15
operatorframework.io/suggested-namespace : openshift-operators
16
16
repository : https://github.com/redhat-developer/web-terminal-operator/
17
17
support : Red Hat, Inc.
18
- name : web-terminal.v1.12 .0
18
+ name : web-terminal.v1.13 .0
19
19
namespace : placeholder
20
20
spec :
21
21
apiservicedefinitions : {}
@@ -137,5 +137,5 @@ spec:
137
137
maturity : alpha
138
138
provider :
139
139
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
You can’t perform that action at this time.
0 commit comments