Skip to content

Commit cd346c5

Browse files
committed
Bump version to 3.16.1
This is to try a workaround for an internal build issue
1 parent 167aec1 commit cd346c5

27 files changed

+27
-27
lines changed

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=3.16.0
19+
LABEL version=3.16.1
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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

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

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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile-path https://registry.stage.devfile.io/devfiles/nodejs-angu
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

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

docs/website/docs/command-reference/docs-mdx/init/devfile_with_run-port_output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --run-port 3456 --run-port 9876
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

99
✓ Downloading devfile "go" [48ms]

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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

99
Interactive mode enabled, please answer the following questions:

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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --devfile-version 2.2.0
33
__
44
/ \__ Initializing a new component
55
\__/ \
6-
/ \__/ odo version: v3.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

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

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

Lines changed: 1 addition & 1 deletion
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.16.0
6+
/ \__/ odo version: v3.16.1
77
\__/
88

99
↪ Building & Pushing Container: ttl.sh/my-dotnet-app-my-dotnet-app:411242

0 commit comments

Comments
 (0)