Skip to content

Commit

Permalink
hack/build: Bump RHCOS from 47.245 to 47.249
Browse files Browse the repository at this point in the history
To fix a bug where Ignition was run on every boot (when it should only
run on the first boot).
  • Loading branch information
wking committed Jan 7, 2019
1 parent b6ee45c commit 76f91bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

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

## 0.9.1 - 2019-01-07

### Changed

- Bumped the pinned 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).

## 0.9.0 - 2019-01-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

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

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

0 comments on commit 76f91bd

Please sign in to comment.