Skip to content

Commit 15d26d9

Browse files
committed
[prerelease] Prepare branch for release
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent ba32f47 commit 15d26d9

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ifndef VERBOSE
2222
endif
2323

2424
export NAMESPACE ?= devworkspace-controller
25-
export DWO_IMG ?= quay.io/devfile/devworkspace-controller:next
26-
export DWO_BUNDLE_IMG ?= quay.io/devfile/devworkspace-operator-bundle:next
27-
export DWO_INDEX_IMG ?= quay.io/devfile/devworkspace-operator-index:next
28-
export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:next
29-
export PROJECT_BACKUP_IMG ?= quay.io/devfile/project-backup:next
25+
export DWO_IMG ?= quay.io/devfile/devworkspace-controller:v0.40.0
26+
export DWO_BUNDLE_IMG ?= quay.io/devfile/devworkspace-operator-bundle:v0.40.0
27+
export DWO_INDEX_IMG ?= quay.io/devfile/devworkspace-operator-index:release
28+
export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:v0.40.0
29+
export PROJECT_BACKUP_IMG ?= quay.io/devfile/project-backup:v0.40.0
3030
export PULL_POLICY ?= Always
3131
export DEFAULT_ROUTING ?= basic
3232
export KUBECONFIG ?= ${HOME}/.kube/config
@@ -335,7 +335,7 @@ endif
335335
### _docker-check-push: Asks for confirmation before pushing the image, unless running in CI
336336
_docker-check-push:
337337
ifneq ($(INITIATOR),CI)
338-
ifeq ($(DWO_IMG),quay.io/devfile/devworkspace-controller:next)
338+
ifeq ($(DWO_IMG),quay.io/devfile/devworkspace-controller:v0.40.0)
339339
@echo -n "Are you sure you want to push $(DWO_IMG)? [y/N] " && read ans && [ $${ans:-N} = y ]
340340
endif
341341
endif

build/scripts/generate_deployment.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ Arguments:
5252
Controller (and webhook) image to use for the default deployment.
5353
Used only when '--use-defaults' is passed; otherwise, the value of
5454
the DWO_IMG environment variable is used. If unspecified, the default
55-
value of 'quay.io/devfile/devworkspace-controller:next' is used
55+
value of 'quay.io/devfile/devworkspace-controller:v0.40.0' is used
5656
--project-clone-image
5757
Image to use for the project clone init container. Used only when
5858
'--use-defaults' is passed; otherwise, the value of the PROJECT_CLONE_IMG
5959
environment variable is used. If unspecifed, the default value of
60-
'quay.io/devfile/project-clone:next' is used.
60+
'quay.io/devfile/project-clone:v0.40.0' is used.
6161
--project-backup-image
6262
Image to use for the project backup workspace. Used only when
6363
'--use-defaults' is passed; otherwise, the value of the PROJECT_BACKUP_IMG
6464
environment variable is used. If unspecifed, the default value of
65-
'quay.io/devfile/project-backup:next' is used.
65+
'quay.io/devfile/project-backup:v0.40.0' is used.
6666
--split-yaml
6767
Parse output file combined.yaml into a yaml file for each record
6868
in combined yaml. Files are output to the 'objects' subdirectory
@@ -125,9 +125,9 @@ done
125125
if $USE_DEFAULT_ENV; then
126126
echo "Using defaults for environment variables"
127127
export NAMESPACE=devworkspace-controller
128-
export DWO_IMG=${DEFAULT_DWO_IMG:-"quay.io/devfile/devworkspace-controller:next"}
129-
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:next"}
130-
export PROJECT_BACKUP_IMG=${PROJECT_BACKUP_IMG:-"quay.io/devfile/project-backup:next"}
128+
export DWO_IMG=${DEFAULT_DWO_IMG:-"quay.io/devfile/devworkspace-controller:v0.40.0"}
129+
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:v0.40.0"}
130+
export PROJECT_BACKUP_IMG=${PROJECT_BACKUP_IMG:-"quay.io/devfile/project-backup:v0.40.0"}
131131
export PULL_POLICY=Always
132132
export DEFAULT_ROUTING=basic
133133
export DEVWORKSPACE_API_VERSION=a6ec0a38307b63a29fad2eea945cc69bee97a683

deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/kubernetes/combined.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/kubernetes/objects/devworkspace-controller-manager.Deployment.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/openshift/combined.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/openshift/objects/devworkspace-controller-manager.Deployment.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/templates/components/csv/clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
88
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
99
operators.operatorframework.io/internal-objects: '["devworkspaceroutings.controller.devfile.io"]'
10-
name: devworkspace-operator.v0.40.0-dev
10+
name: devworkspace-operator.v0.40.0
1111
labels:
1212
operatorframework.io/arch.amd64: supported
1313
operatorframework.io/arch.arm64: supported
@@ -98,13 +98,13 @@ spec:
9898
provider:
9999
name: Devfile
100100
url: https://devfile.io
101-
version: 0.40.0-dev
101+
version: 0.40.0
102102
relatedImages:
103-
- image: quay.io/devfile/devworkspace-controller:next
103+
- image: quay.io/devfile/devworkspace-controller:v0.40.0
104104
name: devworkspace_webhook_server
105-
- image: quay.io/devfile/project-clone:next
105+
- image: quay.io/devfile/project-clone:v0.40.0
106106
name: project_clone
107-
- image: quay.io/devfile/project-backup:next
107+
- image: quay.io/devfile/project-backup:v0.40.0
108108
name: project_backup
109109
- image: registry.access.redhat.com/ubi9/ubi-micro:9.5-1733126338
110110
name: pvc_cleanup_job

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package version
1717

1818
var (
1919
// Version is the operator version
20-
Version = "v0.40.0-dev"
20+
Version = "v0.40.0"
2121
// Commit is the commit hash corresponding to the code that was built. Can be suffixed with `-dirty`
2222
Commit string = "unknown"
2323
// BuildTime is the time of build of the binary

0 commit comments

Comments
 (0)