Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-ISSUE: Bump github.com/coreos/ignition/v2 from 2.9.0 to 2.14.0 #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps github.com/coreos/ignition/v2 from 2.9.0 to 2.14.0.

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.13.0

Starting with this release, ignition-validate binaries are signed with the Fedora 35 key.

Features:

  • Add Nutanix provider
  • Switch VirtualBox provider to read from /Ignition/Config guest property

Changes:

  • Improve QEMU fw_cfg read performance
  • Warn when QEMU fw_cfg config is too large for reasonable performance
  • Move Ignition report to /etc/.ignition-result.json
  • Improve resilience to filesystem unmount failures
  • Run mkfs.fat instead of its alias mkfs.vfat
  • Refresh supported platform documentation

Bug Fixes:

  • Make ignition.version required in JSON schema (3.4.0-exp)
  • Disallow null noProxy array entries in JSON schema (3.4.0-exp)

v2.12.0

Features:

  • Support Azure generation 2 VMs
  • Write info about Ignition’s execution to /var/lib/ignition/result.json

Changes:

  • Access GCP metadata service by IP address to mitigate DNS poisoning attacks
  • Document storage.luks.clevis.threshold default
  • Document minimum Ignition release for each spec version

Bug Fixes:

  • Fix permissions of mountpoints inside user home directories
  • Apply SELinux labels to newly-created ext4 filesystems

Internal Changes:

  • Drop ignition-setup-user.service and ignition-firstboot-complete.service in favor of distro-provided code
  • Persist some state between Ignition stages using a file in /run
  • Add command-line flag specifying path to neednet flag file
  • Drop -clear-cache command-line flag
  • Fix reboot race in example kargs helper
  • Drop support for Go 1.13 and 1.14

v2.11.0

Breaking Changes:

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

12-May-2022 Ignition 2.14.0

Features:

- Support KubeVirt platform
- Support AWS arn: URLs for S3 objects and access points (3.4.0-exp)
- Support reading configs from Azure IMDS "user data"
- Support S3 fetch via IPv6
- Add ignition-apply entrypoint to apply an Ignition config in a container

Changes:

- Delete userdata after provisioning on VirtualBox and VMware by default
  (see operator notes for details)
- Support setting setuid/setgid/sticky mode bits (3.4.0-exp)
- Warn if setuid/setgid/sticky mode bits specified (3.0.0 - 3.3.0)
- Support UEFI Secure Boot on VMware
- Add arm64 support to ignition-validate container
- Document S3 fetch semantics in operator notes
- Document considerations for handling secrets in operator notes

Bug Fixes:

- Fix disabling systemd units with pre-existing enablement symlinks
- Fix reuse of statically keyed LUKS volumes (2.12.0 regression)
- Fix gs:// fetch in GCE instances configured without a service account
- Fix error reading VirtualBox guest properties that have flags
- Fix infinite loop if -root command-line argument is a relative path

30-Nov-2021 Ignition 2.13.0

Features:

- Add Nutanix provider
- Switch VirtualBox provider to read from /Ignition/Config guest property

Changes:

- Improve QEMU fw_cfg read performance
- Warn when QEMU fw_cfg config is too large for reasonable performance
- Move Ignition report to /etc/.ignition-result.json
- Improve resilience to filesystem unmount failures
- Run mkfs.fat instead of its alias mkfs.vfat
- Refresh supported platform documentation

Bug Fixes:

- Make ignition.version required in JSON schema (3.4.0-exp)
- Disallow null noProxy array entries in JSON schema (3.4.0-exp)

... (truncated)

Commits
  • fef845a Merge pull request #1354 from prestist/update-news
  • d10f7c1 NEWS: update v2.14.0
  • 8110a50 Merge pull request #1365 from bgilbert/secrets
  • 339cb77 docs/operator-notes: add section on provisioning secrets
  • b0def86 Merge pull request #1359 from bgilbert/path
  • 8c03e60 Merge pull request #1364 from bgilbert/f36
  • 801a2ae Merge pull request #1363 from bgilbert/gs
  • 816b475 Dockerfile.validate: build with Fedora 36
  • 2febcab internal/resource: fix gs:// fetches in GCE without a service account
  • 427a35b Merge pull request #1358 from bgilbert/aws-docs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) from 2.9.0 to 2.14.0.
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/NEWS)
- [Commits](coreos/ignition@v2.9.0...v2.14.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/ignition/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 16, 2022

The following labels could not be found: approved, lgtm, ok-to-test, go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants