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

build(deps): bump the containers group with 2 updates #2574

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2024

Bumps the containers group with 2 updates: github.com/containers/common and github.com/containers/podman/v4.

Updates github.com/containers/common from 0.56.0 to 0.57.2

Release notes

Sourced from github.com/containers/common's releases.

v0.57.2

What's Changed

Full Changelog: containers/common@v0.57.1...v0.57.2

v0.57.1

What's Changed

Full Changelog: containers/common@v0.57.0...v0.57.1

v0.57.0

What's Changed

... (truncated)

Commits

Updates github.com/containers/podman/v4 from 4.7.2 to 4.9.0

Release notes

Sourced from github.com/containers/podman/v4's releases.

v4.9.0

Features

  • The podman farm suite of commands for multi-architecture builds is now fully enabled and documented.
  • Add a network recovery service to Podman Machine VMs using the QEMU backend to detect and recover from an inoperable host networking issues experienced by Mac users when running for long periods of time.

Bugfixes

  • Fixed a bug where the HyperV provider for podman machine did not forward the API socket to the host machine.
  • Fixed a bug where improperly formatted annotations passed to podman kube play could cause Podman to panic.
  • Fixed a bug where podman system reset could fail if non-Podman containers (e.g. containers created by Buildah) were present.

Misc

  • Containers run in podman machine VMs now default to a PID limit of unlimited, instead of 2048.

v4.8.3

Security

v4.8.2

Bugfixes

  • Fixed a bug in the MacOS pkginstaller where Podman machine was using a different QEMU binary than the one installed using the installer, if it existed on the system (#20808).
  • Fixed a bug on Windows (WSL) with the first-time install of user-mode networking when using the init command, as opposed to set (#20921).

Quadlet

  • Fixed a bug where Kube image build failed when starting service with missing image (#20432).

v4.8.1

Bugfixes

  • Fixed a bug on Windows (WSL) where wsl.conf/resolv.conf was not restored when user-mode networking was disabled after being enabled (#20625).
  • Fixed a bug where currently if user specifies podman kube play --replace, the pod is removed on the client side, not the server side (#20705).
  • Fixed a bug where podman machine rm -f would cause a deadlock when running with WSL.
  • Fixed database is locked errors with the new sqlite database backend (#20809).
  • Fixed a bug where podman-remote exec would fail if the server API version is older than 4.8.0 (#20821).
  • Fixed a bug where Podman would not run any command on systems with a symlinked $HOME (#20872).

v4.8.0

Features

  • Podman machine now supports HyperV as a provider on Windows. This option can be set via the CONTAINERS_MACHINE_PROVIDER environment variable, or via containers.conf. HyperV requires Powershell to be run as Admin. Note that running WSL and HyperV machines at the same time is not supported.
  • The podman build command now supports Containerfiles with heredoc syntax.
  • The podman login and podman logout commands now support a new option, --compat-auth-file, which allows for editing Docker-compatible config files (#18617).
  • The podman machine init and podman machine set commands now support a new option, --usb, which sets allows USB passthrough for the QEMU provider (#16707).
  • The --ulimit option now supports setting -1 to indicate the maximum limit allowed for the current process (#19319).
  • The podman play kube command now supports the BUILDAH_ISOLATION environment variable to change build isolation when the --build option is set (#20024).
  • The podman volume create command now supports --opt o=size=XYZ on tmpfs file systems (#20449).
  • The podman info command for remote calls now reports client information even if the remote connection is unreachable
  • Added a new field, privileged, to containers.conf, which sets the defaults for the --privileged flag when creating, running or exec'ing into a container.
  • The podman kube play command now supports setting DefaultMode for volumes (#19313).
  • The --opt option to the podman network create command now accepts a new driver specific option, vrf, which assigns a VRF to the bridge interface.
  • A new option --rdt-class=COS has been added to the podman create and podman run commands that enables assigning a container to a Class Of Service (COS). The COS has to be pre-configured based on a pseudo-filesystem created by the resctrl kernel driver that enables interacting with the Intel RDT CAT feature.
  • The podman kube play command now supports a new option, --publish-all, which exposes all containerPorts on the host.
  • The --filter option now supports label!=, which filters for containers without the specified label.

... (truncated)

Changelog

Sourced from github.com/containers/podman/v4's changelog.

4.9.0

Features

  • The podman farm suite of commands for multi-architecture builds is now fully enabled and documented.
  • Add a network recovery service to Podman Machine VMs using the QEMU backend to detect and recover from an inoperable host networking issues experienced by Mac users when running for long periods of time.

Bugfixes

  • Fixed a bug where the HyperV provider for podman machine did not forward the API socket to the host machine.
  • Fixed a bug where improperly formatted annotations passed to podman kube play could cause Podman to panic.
  • Fixed a bug where podman system reset could fail if non-Podman containers (e.g. containers created by Buildah) were present.

Misc

  • Containers run in podman machine VMs now default to a PID limit of unlimited, instead of 2048.

4.8.3

Security

4.8.2

Bugfixes

  • Fixed a bug in the MacOS pkginstaller where Podman machine was using a different QEMU binary than the one installed using the installer, if it existed on the system (#20808).
  • Fixed a bug on Windows (WSL) with the first-time install of user-mode networking when using the init command, as opposed to set (#20921).

Quadlet

  • Fixed a bug where Kube image build failed when starting service with missing image (#20432).

4.8.1

Bugfixes

  • Fixed a bug on Windows (WSL) where wsl.conf/resolv.conf was not restored when user-mode networking was disabled after being enabled (#20625).
  • Fixed a bug where currently if user specifies podman kube play --replace, the pod is removed on the client side, not the server side (#20705).
  • Fixed a bug where podman machine rm -f would cause a deadlock when running with WSL.
  • Fixed database is locked errors with the new sqlite database backend (#20809).
  • Fixed a bug where podman-remote exec would fail if the server API version is older than 4.8.0 (#20821).
  • Fixed a bug where Podman would not run any command on systems with a symlinked $HOME (#20872).

4.8.0

Features

  • Podman machine now supports HyperV as a provider on Windows. This option can be set via the CONTAINERS_MACHINE_PROVIDER environment variable, or via containers.conf. HyperV requires Powershell to be run as Admin. Note that running WSL and HyperV machines at the same time is not supported.
  • The podman build command now supports Containerfiles with heredoc syntax.
  • The podman login and podman logout commands now support a new option, --compat-auth-file, which allows for editing Docker-compatible config files (#18617).
  • The podman machine init and podman machine set commands now support a new option, --usb, which sets allows USB passthrough for the QEMU provider (#16707).
  • The --ulimit option now supports setting -1 to indicate the maximum limit allowed for the current process (#19319).
  • The podman play kube command now supports the BUILDAH_ISOLATION environment variable to change build isolation when the --build option is set (#20024).
  • The podman volume create command now supports --opt o=size=XYZ on tmpfs file systems (#20449).
  • The podman info command for remote calls now reports client information even if the remote connection is unreachable
  • Added a new field, privileged, to containers.conf, which sets the defaults for the --privileged flag when creating, running or exec'ing into a container.
  • The podman kube play command now supports setting DefaultMode for volumes (#19313).
  • The --opt option to the podman network create command now accepts a new driver specific option, vrf, which assigns a VRF to the bridge interface.
  • A new option --rdt-class=COS has been added to the podman create and podman run commands that enables assigning a container to a Class Of Service (COS). The COS has to be pre-configured based on a pseudo-filesystem created by the resctrl kernel driver that enables interacting with the Intel RDT CAT feature.
  • The podman kube play command now supports a new option, --publish-all, which exposes all containerPorts on the host.
  • The --filter option now supports label!=, which filters for containers without the specified label.

... (truncated)

Commits
  • f7c7b0a Bump to v4.9.0
  • 62e9fa0 Merge pull request #21325 from mheon/bump_490
  • 214ff55 Fix a small grammar error in RELEASE_NOTES.md
  • fde6029 Fix push endpoint stream
  • fdfc0ba Finalized release notes for v4.9.0
  • 25e0f22 farm build: push built images to registry
  • a48722a Move the --farm flag to farm build command
  • 80be522 Clean up farm-build miscommit
  • 51e3df0 [CI:DOCS] Add podman farm build doc
  • ad252c7 Add release notes for v4.9.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team January 30, 2024 01:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2024
Copy link
Contributor

The ticket CLOUDP-226541 was created for internal tracking.

@dependabot dependabot bot force-pushed the dependabot/go_modules/containers-619f55a87b branch 2 times, most recently from 8411285 to 1b47bdc Compare January 30, 2024 10:20
Bumps the containers group with 2 updates: [github.com/containers/common](https://github.com/containers/common) and [github.com/containers/podman/v4](https://github.com/containers/podman).


Updates `github.com/containers/common` from 0.56.0 to 0.57.2
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.56.0...v0.57.2)

Updates `github.com/containers/podman/v4` from 4.7.2 to 4.9.0
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v4.9.0/RELEASE_NOTES.md)
- [Commits](containers/podman@v4.7.2...v4.9.0)

---
updated-dependencies:
- dependency-name: github.com/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: containers
- dependency-name: github.com/containers/podman/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: containers
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/containers-619f55a87b branch from 1b47bdc to a8034b4 Compare January 30, 2024 16:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2024

None of your dependencies match this group anymore, you may need to update your configuration file to remove it or change its rules.

@dependabot dependabot bot closed this Jan 30, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/containers-619f55a87b branch January 30, 2024 18:06
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants