Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
#### 1.15
- Default tooling versions have been updated:
- oc v4.19.9 -> v4.20.1
- kubectl 1.32.1 -> 1.33.3
- kustomize v5.7.1 -> v5.7.1
- helm v3.17.1 -> v3.17.1
- knative v1.15.0-6 -> v1.15.0-6
- tekton v1.19.0 -> v1.20.0
- rhoas v0.53.0 -> v0.53.0
- submariner v0.21.0 -> v0.21.0
- virtctl v1.6.0 -> v1.6.2

#### 1.14
- Default tooling versions have been updated:
- oc v4.18.11 -> v4.19.9
- kubectl 1.30.2 -> 1.31.1
- kubectl 1.31.1 -> 1.32.1
- kustomize v5.6.0 -> v5.7.1
- helm v3.15.4 -> v3.17.1
- knative v1.15.0-4 -> v1.15.0-6
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL com.redhat.delivery.operator.bundle=true

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

# The rest of these labels are copies of the same content in annotations.yaml and are needed by OLM
# Note the package name and channels which are very important!
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/controller.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

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

Expand All @@ -30,7 +30,7 @@ COPY . .
RUN make compile

# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
WORKDIR /
COPY --from=builder /web-terminal-operator/_output/bin/web-terminal-controller /usr/local/bin/web-terminal-controller
Expand Down
6 changes: 3 additions & 3 deletions manifests/web-terminal.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
operatorframework.io/suggested-namespace: openshift-operators
repository: https://github.com/redhat-developer/web-terminal-operator/
support: Red Hat, Inc.
name: web-terminal.v1.14.0
name: web-terminal.v1.15.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -137,5 +137,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: web-terminal.v1.13.0
version: 1.14.0
replaces: web-terminal.v1.14.0
version: 1.15.0