Skip to content

Commit

Permalink
Merge pull request #867 from miabbott/master_4.12
Browse files Browse the repository at this point in the history
manifests: master is now tracking 4.12
  • Loading branch information
openshift-ci[bot] authored Jun 28, 2022
2 parents b9cd49f + ff76fdb commit c492063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rhel-8.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ repos:
rpmdb: bdb

# We include hours/minutes to avoid version number reuse
automatic-version-prefix: "411.86.<date:%Y%m%d%H%M>"
automatic-version-prefix: "412.86.<date:%Y%m%d%H%M>"
# This ensures we're semver-compatible which OpenShift wants
automatic-version-suffix: "-"
# Keep this is sync with the version in postprocess
mutate-os-release: "4.11"
mutate-os-release: "4.12"

postprocess:
- |
Expand All @@ -45,7 +45,7 @@ postprocess:
# Tweak /usr/lib/os-release
grep -v "OSTREE_VERSION" /etc/os-release > /usr/lib/os-release.rhel
OCP_RELEASE="4.11"
OCP_RELEASE="4.12"
(
. /etc/os-release
cat > /usr/lib/os-release <<EOF
Expand Down

0 comments on commit c492063

Please sign in to comment.