Skip to content

Commit 4e2f6dd

Browse files
Bumping version of odo for release (#4880)
Signed-off-by: Mohammed Zeeshan Ahmed <[email protected]>
1 parent 9dba98a commit 4e2f6dd

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

Changelog.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Odo Changelog
22

3-
## 2.x
3+
## Next
4+
5+
### Feature/Enhancements
6+
7+
### Bug Fixes
8+
9+
### Tests
10+
11+
### Documentation
12+
13+
## 2.2.3
414

515
### Feature/Enhancements
616

@@ -18,10 +28,6 @@
1828

1929
- Completely move to using networking v1 and extensions v1 ingresses based on cluster support as extensions v1 ingress is deprecated ([#4853](https://github.com/openshift/odo/pull/4853))
2030

21-
### Tests
22-
23-
### Documentation
24-
2531
## 2.2.2
2632

2733
### Feature/Enhancements

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL com.redhat.component=atomic-openshift-odo-cli-artifacts-container \
1616
summary="This image contains the Linux, Mac and Windows version of odo"
1717

1818
# Change version as needed. Note no "-" is allowed
19-
LABEL version=2.2.2
19+
LABEL version=2.2.3
2020

2121
COPY --from=builder /go/src/github.com/openshift/odo/dist/bin/darwin-amd64/odo /usr/share/openshift/odo/mac/odo
2222
COPY --from=builder /go/src/github.com/openshift/odo/dist/bin/windows-amd64/odo.exe /usr/share/openshift/odo/windows/odo.exe

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Changing these values will change the versioning information when releasing odo.
1212

1313
var (
1414
// VERSION is version number that will be displayed when running ./odo version
15-
VERSION = "v2.2.2"
15+
VERSION = "v2.2.3"
1616

1717
// GITCOMMIT is hash of the commit that will be displayed when running ./odo version
1818
// this will be overwritten when running build like this: go build -ldflags="-X github.com/openshift/odo/cmd.GITCOMMIT=$(GITCOMMIT)"

scripts/rpm-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set +ex
55
echo "Reading ODO_VERSION, ODO_RELEASE and GIT_COMMIT env, if they are set"
66
# Change version as needed. In most cases ODO_RELEASE would not be touched unless
77
# we want to do a re-lease of same version as we are not backporting
8-
export ODO_VERSION=${ODO_VERSION:=2.2.2}
8+
export ODO_VERSION=${ODO_VERSION:=2.2.3}
99
export ODO_RELEASE=${ODO_RELEASE:=1}
1010

1111
export GIT_COMMIT=${GIT_COMMIT:=`git rev-parse --short HEAD 2>/dev/null`}

0 commit comments

Comments
 (0)