You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Odo Changelog
2
2
3
-
## 2.x
3
+
## Next
4
+
5
+
### Feature/Enhancements
6
+
7
+
### Bug Fixes
8
+
9
+
### Tests
10
+
11
+
### Documentation
12
+
13
+
## 2.2.3
4
14
5
15
### Feature/Enhancements
6
16
@@ -18,10 +28,6 @@
18
28
19
29
- 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))
Copy file name to clipboardExpand all lines: pkg/version/version.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Changing these values will change the versioning information when releasing odo.
12
12
13
13
var (
14
14
// VERSION is version number that will be displayed when running ./odo version
15
-
VERSION="v2.2.2"
15
+
VERSION="v2.2.3"
16
16
17
17
// GITCOMMIT is hash of the commit that will be displayed when running ./odo version
18
18
// this will be overwritten when running build like this: go build -ldflags="-X github.com/openshift/odo/cmd.GITCOMMIT=$(GITCOMMIT)"
0 commit comments