File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
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
+
7
15
## 0.9.0 - 2019-01-05
8
16
9
17
### Added
Original file line number Diff line number Diff line change 3
3
set -ex
4
4
5
5
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 } "
7
7
8
8
# shellcheck disable=SC2068
9
9
version () { IFS=" ." ; printf " %03d%03d%03d\\ n" $@ ; unset IFS; }
You can’t perform that action at this time.
0 commit comments