forked from pool/ignition
c19f054d4f
* doc/development: add note to run individual blackbox tests * tests/types: add comments on some members of Test * internal/*: drop support for default.ign config files OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=3
125 lines
5.2 KiB
Plaintext
125 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 15 12:15:58 UTC 2019 - kukuk@suse.de
|
|
|
|
- Update to version 0.30.0+git20190206.aad24ad:
|
|
* doc/development: add note to run individual blackbox tests
|
|
* tests/types: add comments on some members of Test
|
|
* internal/*: drop support for default.ign config files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 30 14:16:05 UTC 2019 - kukuk@suse.de
|
|
|
|
- Update to version 0.30.0+git20190124.fd1e703:
|
|
* docs: fix stale link to config 2.x
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 11:39:00 UTC 2019 - kukuk@suse.de
|
|
|
|
- Update to version 0.30.0+git20190111.96f8aae:
|
|
* Replace cobra with built-in flag
|
|
* *: drop networkd section
|
|
* travis: bump min go version to 1.10.x
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 13:25:29 UTC 2019 - kukuk@suse.de
|
|
|
|
- Update to version 0.30.0+git20190110.5a28cac:
|
|
* docs: remove config 2.x, add config 3.0.0 spec doc
|
|
* config/*: drop cloudinit support
|
|
* config: rip out all v1, v2.x configs
|
|
* tests: update all versions to 3.0.0-experimental
|
|
* config: replace v2_4 with v3_0_exp
|
|
* types/v2_4_exp: rename to 3_0_exp
|
|
* tests/timeouts: fix concurrency panic
|
|
* internal/oem: drop vagrant-virtualbox
|
|
* internal/oem: drop noop OEMs
|
|
* Rename `coreos.config.*` options to `ignition.config.*` to make options more distribution neutral
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 14:09:12 UTC 2018 - kukuk@suse.de
|
|
|
|
- Update to version 0.30.0+git20181218.641adcb:
|
|
* readme: add note about branching
|
|
* release-checklist: correctly select GPG subkey ID
|
|
* release-checklist: bump Fedora specfile
|
|
* release-checklist: fix tag_release script name
|
|
* news: add news for 0.30.0
|
|
* doc/development: add "kind/release" label to release issues
|
|
* test: skip backward compat tests with -test.short
|
|
* tests/partitioning: add minversion to complex mb
|
|
* tests: add -list flag to blackbox tests
|
|
* stages/filesystems: parallelize creation
|
|
* tests: add test for multiple data filesystems
|
|
* internal/exec: increase default config fetch timeout
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 12 15:53:36 UTC 2018 - kukuk@suse.de
|
|
|
|
- Update to version 0.29.1+git20181206.b1ab0b2:
|
|
* news: add news for 0.29.1
|
|
* tests: add bb test for symlink resolution
|
|
* exec/util: use Lstat() for existance checks
|
|
* exec/util: don't follow links for last path elem
|
|
* internal/resource: use earlyrand
|
|
* internal: add earlyrand
|
|
* news: add news for 0.29.0
|
|
* doc/migrating-configs: make link to doc relative
|
|
* docs: update migrating config guide for 2.3.0
|
|
* docs: add config spec for 2.4.0, update 2.3.0
|
|
* tests: update to include 2.4.0-experimental
|
|
* *: switch packages to use new experimental package
|
|
* config/v2_4_experimental: add package
|
|
* config/v2_3: update version to not be experimental
|
|
* config/v2_3: change package statements to v2_3
|
|
* config/2_3: move 2.3.0-exp to 2.3.0
|
|
* schema: use mebibytes not megabytes for partitions
|
|
* schema: fix incorrect case
|
|
* docs/operator-notes: add notes about symlinks
|
|
* tests: add bb tests for symlink resolution
|
|
* internal/exec: fix util.JoinPath symlink handling
|
|
* vendor: sync after glide updates
|
|
* glide: update go-systemd to v18
|
|
* glide: pin transitive deps for aws-sdk-go
|
|
* tests/validator: be more verbose about links
|
|
* internal/providers/packet: don't send success to packet from Ignition
|
|
* resource: add support for ?versionId on s3:// URL download
|
|
* config/v2.1+/link: allow relative paths for target
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 16 14:06:49 UTC 2018 - kukuk@suse.de
|
|
|
|
- Update to version 0.28.0+git20181016.7785e61:
|
|
* release-checklist: move to .github and drop front matter
|
|
* stages/files: relabel files before systemd-sysctl
|
|
* blkid: Compile with -Werror=implicit-function-declaration
|
|
* config: Clarify semantics around certs
|
|
* stages/disks: fix extraneous udevadm settle
|
|
* glide: switch to tags where we can
|
|
* stages/files: relabel /var/home and /var/roothome
|
|
* tests: don't run files stage if disks failed
|
|
* glide.*: remove subpackages
|
|
* Revert "doc/development: update blackbox test instructions to low parallelism"
|
|
* tests: workaround umount issues
|
|
* docs/config-v2_3-exp: add sizeMB/startMB fields
|
|
* tests: new tests for size-mb and start-mb
|
|
* config/types/partition*: deprecate size/start
|
|
* internal: updates for size-mb and start-mb
|
|
* schema: add size-mb and start-mb to partitions
|
|
* internal/*: fix go-vet formatting errors
|
|
* build: clean before building
|
|
* travis: bump go versions
|
|
* doc/development: update blackbox test instructions to low parallelism
|
|
* tests: refactor handling of root partition
|
|
* tests: cleanup tests to use defer more
|
|
* tests: cleanup extraneous testing.T's
|
|
* tests: add a cancelation mechanism
|
|
* build_blackbox_tests: only compile top level tests
|
|
* release-checklist: explicitly merge the docs PR
|
|
* config/*/append*: remove unused code
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 6 17:11:56 CEST 2018 - kukuk@suse.de
|
|
|
|
- Initial version (0.28.0)
|
|
|