Skip to content

Commit 104860f

Browse files
committed
[prerelease] Prepare branch for release
Signed-off-by: David Kwon <[email protected]>
1 parent 2e5b31f commit 104860f

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ 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
25+
export DWO_IMG ?= quay.io/devfile/devworkspace-controller:v0.38.0
26+
export DWO_BUNDLE_IMG ?= quay.io/devfile/devworkspace-operator-bundle:v0.38.0
27+
export DWO_INDEX_IMG ?= quay.io/devfile/devworkspace-operator-index:release
28+
export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:v0.38.0
2929
export PULL_POLICY ?= Always
3030
export DEFAULT_ROUTING ?= basic
3131
export KUBECONFIG ?= ${HOME}/.kube/config
@@ -333,7 +333,7 @@ endif
333333
### _docker-check-push: Asks for confirmation before pushing the image, unless running in CI
334334
_docker-check-push:
335335
ifneq ($(INITIATOR),CI)
336-
ifeq ($(DWO_IMG),quay.io/devfile/devworkspace-controller:next)
336+
ifeq ($(DWO_IMG),quay.io/devfile/devworkspace-controller:v0.38.0)
337337
@echo -n "Are you sure you want to push $(DWO_IMG)? [y/N] " && read ans && [ $${ans:-N} = y ]
338338
endif
339339
endif

build/scripts/generate_deployment.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ 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.38.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.38.0' is used.
6161
--split-yaml
6262
Parse output file combined.yaml into a yaml file for each record
6363
in combined yaml. Files are output to the 'objects' subdirectory
@@ -116,8 +116,8 @@ done
116116
if $USE_DEFAULT_ENV; then
117117
echo "Using defaults for environment variables"
118118
export NAMESPACE=devworkspace-controller
119-
export DWO_IMG=${DEFAULT_DWO_IMG:-"quay.io/devfile/devworkspace-controller:next"}
120-
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:next"}
119+
export DWO_IMG=${DEFAULT_DWO_IMG:-"quay.io/devfile/devworkspace-controller:v0.38.0"}
120+
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:v0.38.0"}
121121
export PULL_POLICY=Always
122122
export DEFAULT_ROUTING=basic
123123
export DEVWORKSPACE_API_VERSION=a6ec0a38307b63a29fad2eea945cc69bee97a683

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

Lines changed: 7 additions & 7 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: 3 additions & 3 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: 3 additions & 3 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: 3 additions & 3 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: 3 additions & 3 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: 4 additions & 4 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.38.0-dev
10+
name: devworkspace-operator.v0.38.0
1111
labels:
1212
operatorframework.io/arch.amd64: supported
1313
operatorframework.io/arch.arm64: supported
@@ -98,11 +98,11 @@ spec:
9898
provider:
9999
name: Devfile
100100
url: https://devfile.io
101-
version: 0.38.0-dev
101+
version: 0.38.0
102102
relatedImages:
103-
- image: quay.io/devfile/devworkspace-controller:next
103+
- image: quay.io/devfile/devworkspace-controller:v0.38.0
104104
name: devworkspace_webhook_server
105-
- image: quay.io/devfile/project-clone:next
105+
- image: quay.io/devfile/project-clone:v0.38.0
106106
name: project_clone
107107
- image: registry.access.redhat.com/ubi9/ubi-micro:9.5-1733126338
108108
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.38.0-dev"
20+
Version = "v0.38.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)