Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version for next release #506

Open
wants to merge 1 commit into
base: ubi8
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubi8-openjdk-17-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-17-runtime"
version: &version "1.20"
version: &version "1.21"
description: "Image for Red Hat OpenShift providing OpenJDK 17 runtime"

labels:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-17"
version: &version "1.20"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 17"

labels:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-21-runtime"
version: &version "1.20"
version: &version "1.21"
description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime"

labels:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-21"
version: &version "1.20"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"

labels:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-8-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-8-runtime"
version: &version "1.20"
version: &version "1.21"
description: "Image for Red Hat OpenShift providing OpenJDK 1.8 runtime"

labels:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema_version: 1

from: "registry.access.redhat.com/ubi8/ubi-minimal"
name: &name "ubi8/openjdk-8"
version: &version "1.20"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 1.8"

labels:
Expand Down
Loading