Skip to content

Commit 76f91bd

Browse files
committed
hack/build: Bump RHCOS from 47.245 to 47.249
To fix a bug where Ignition was run on every boot (when it should only run on the first boot).
1 parent b6ee45c commit 76f91bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.9.1 - 2019-01-07
8+
9+
### Changed
10+
11+
- Bumped the pinned RHCOS from 47.245 to 47.249 to fix a bug where
12+
Ignition was run on every boot (when it should only run on the first
13+
boot).
14+
715
## 0.9.0 - 2019-01-05
816

917
### Added

hack/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
RELEASE_IMAGE="${RELEASE_IMAGE:-quay.io/openshift-release-dev/ocp-release:4.0.0-9}"
6-
RHCOS_BUILD_NAME="${RELEASE_BUILD_NAME:-47.245}"
6+
RHCOS_BUILD_NAME="${RELEASE_BUILD_NAME:-47.249}"
77

88
# shellcheck disable=SC2068
99
version() { IFS="."; printf "%03d%03d%03d\\n" $@; unset IFS;}

0 commit comments

Comments
 (0)