Skip to content

Commit b481d4c

Browse files
authored
Bump version 3.11.0 (#6852)
* Bump to version 3.11.0 * Update docs with v3.11.0
1 parent 5239a1a commit b481d4c

22 files changed

+22
-22
lines changed

Dockerfile.rhel

+1-1
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=3.10.0
19+
LABEL version=3.11.0
2020

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

docs/website/docs/command-reference/docs-mdx/init/devfile_from_any_registry_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile nodejs-react --name my-nr-app
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
✓ Downloading devfile "nodejs-react" [3s]

docs/website/docs/command-reference/docs-mdx/init/devfile_from_specific_registry_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --name my-spring-app --devfile java-springboot --devfile-registry Def
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
✓ Downloading devfile "java-springboot" from registry "DefaultDevfileRegistry" [4s]

docs/website/docs/command-reference/docs-mdx/init/devfile_from_url_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile-path https://registry.devfile.io/devfiles/nodejs-angular --
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
✓ Downloading devfile from "https://registry.devfile.io/devfiles/nodejs-angular" [1s]

docs/website/docs/command-reference/docs-mdx/init/interactive_mode_directory_with_sources_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

docs/website/docs/command-reference/docs-mdx/init/interactive_mode_empty_directory_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: No source code detected, a starter project will be created in the current directory
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

docs/website/docs/command-reference/docs-mdx/init/latest_versioned_devfile_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --devfile-version latest
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
✓ Downloading devfile "go:latest" [4s]

docs/website/docs/command-reference/docs-mdx/init/versioned_devfile_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --devfile-version 2.0.0
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
✓ Downloading devfile "go:2.0.0" [3s]

docs/website/docs/user-guides/advanced/deploy/docs-mdx/dotnet/dotnet_deploy_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo deploy
33
__
44
/ \__ Deploying the application using my-dotnet-app Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Building & Pushing Container: quay.io/MYUSERNAME/dotnet-odo-example

docs/website/docs/user-guides/advanced/deploy/docs-mdx/go/go_deploy_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo deploy
33
__
44
/ \__ Deploying the application using my-go-app Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Building & Pushing Container: quay.io/MYUSERNAME/go-odo-example

docs/website/docs/user-guides/advanced/deploy/docs-mdx/java/java_deploy_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo deploy
33
__
44
/ \__ Deploying the application using my-java-app Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Building & Pushing Container: quay.io/MYUSERNAME/java-odo-example

docs/website/docs/user-guides/advanced/deploy/docs-mdx/nodejs/nodejs_deploy_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo deploy
33
__
44
/ \__ Deploying the application using my-nodejs-app Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Building & Pushing Container: quay.io/MYUSERNAME/nodejs-odo-example

docs/website/docs/user-guides/quickstart/docs-mdx/dotnet/dotnet_odo_dev_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo dev
33
__
44
/ \__ Developing using the "my-dotnet-app" Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Running on the cluster in Dev mode

docs/website/docs/user-guides/quickstart/docs-mdx/dotnet/dotnet_odo_init_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

docs/website/docs/user-guides/quickstart/docs-mdx/go/go_odo_dev_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo dev
33
__
44
/ \__ Developing using the "my-go-app" Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Running on the cluster in Dev mode

docs/website/docs/user-guides/quickstart/docs-mdx/go/go_odo_init_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

docs/website/docs/user-guides/quickstart/docs-mdx/java/java_odo_dev_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo dev
33
__
44
/ \__ Developing using the "my-java-app" Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Running on the cluster in Dev mode

docs/website/docs/user-guides/quickstart/docs-mdx/java/java_odo_init_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

docs/website/docs/user-guides/quickstart/docs-mdx/nodejs/nodejs_odo_dev_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo dev
33
__
44
/ \__ Developing using the "my-nodejs-app" Devfile
55
\__/ \ Namespace: odo-dev
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
↪ Running on the cluster in Dev mode

docs/website/docs/user-guides/quickstart/docs-mdx/nodejs/nodejs_odo_init_output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init
33
__
44
/ \__ Initializing a new component
55
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
6-
/ \__/ odo version: v3.10.0
6+
/ \__/ odo version: v3.11.0
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

pkg/version/version.go

+1-1
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 = "v3.10.0"
15+
VERSION = "v3.11.0"
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/redhat-developer/odo/cmd.GITCOMMIT=$(GITCOMMIT)"

scripts/rpm-prepare.sh

+1-1
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 backport
8-
export ODO_VERSION=${ODO_VERSION:=3.10.0}
8+
export ODO_VERSION=${ODO_VERSION:=3.11.0}
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)