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 #2539

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 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.1

Release notes

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

v0.57.1

What's Changed

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

v0.57.0

What's Changed

... (truncated)

Commits
  • 5655fcf bump to v0.57.1
  • d39fd00 Prioritize addtionalHelperBinariesDir over default dirs
  • eba6c27 Merge pull request #1762 from Luap99/v0.57
  • bc86d1c bump to v0.57.1-dev
  • e447e61 Bump to v0.57.0
  • 12d6149 Bump c/image to v5.29.0
  • bac9af8 Merge pull request #1739 from containers/renovate/github.com-containers-stora...
  • 0f175c1 fix(deps): update module github.com/containers/storage to v1.51.0
  • 4857e16 Merge pull request #1738 from containers/renovate/github.com-containerd-conta...
  • 583f3c9 fix(deps): update module github.com/containerd/containerd to v1.7.9
  • Additional commits viewable in compare view

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

Release notes

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

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.

Upcoming Deprecations

  • We are beginning development on Podman 5.0, which will include a number of breaking changes and deprecations. We are still finalizing what will be done, but a preliminary list is below. Please note that none of these changes are present in Podman 4.8; this is a preview of upcoming changes.
  • Podman 5.0 will deprecate the BoltDB database backend. Exact details on the transition to SQLite are still being decided - expect more news here soon.
  • The containers.conf configuration file will be broken up into multiple separate files, ensuring that it will never be rewritten by Podman.
  • Support for the CNI network backend and Cgroups V1 are being deprecated and gated by build tags. They will not be enabled in Podman builds by default.
  • A variety of small breaking changes to the REST API are planned, both to improve Docker compatibility and to better support containers.conf settings when creating and managing containers.

Changes

  • Podman now defaults to sqlite as its database backend. For backwards compatibility, if a boltdb database already exists on the system, Podman will continue using it.
  • RHEL Subscriptions from the host now flow through to quay.io/podman/* images.
  • The --help option to the podman push command now shows the compression algorithm used.
  • The remote Podman client’s commit command now shows progress messages (#19947).

... (truncated)

Changelog

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

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.

Upcoming Deprecations

  • We are beginning development on Podman 5.0, which will include a number of breaking changes and deprecations. We are still finalizing what will be done, but a preliminary list is below. Please note that none of these changes are present in Podman 4.8; this is a preview of upcoming changes.
  • Podman 5.0 will deprecate the BoltDB database backend. Exact details on the transition to SQLite are still being decided - expect more news here soon.
  • The containers.conf configuration file will be broken up into multiple separate files, ensuring that it will never be rewritten by Podman.
  • Support for the CNI network backend and Cgroups V1 are being deprecated and gated by build tags. They will not be enabled in Podman builds by default.
  • A variety of small breaking changes to the REST API are planned, both to improve Docker compatibility and to better support containers.conf settings when creating and managing containers.

Changes

  • Podman now defaults to sqlite as its database backend. For backwards compatibility, if a boltdb database already exists on the system, Podman will continue using it.
  • RHEL Subscriptions from the host now flow through to quay.io/podman/* images.
  • The --help option to the podman push command now shows the compression algorithm used.
  • The remote Podman client’s commit command now shows progress messages (#19947).

... (truncated)

Commits
  • 85dc30d Release v4.8.3
  • 3dcaf15 Update RELEASE_NOTES.md for v4.8.3
  • 6633f33 Merge pull request #21124 from lsm5/v4.8-golang-crypto-update
  • f1385f2 update module golang.org/x/crypto to v0.17.0 [security]
  • 5f398c7 Merge pull request #21022 from openshift-cherrypick-robot/cherry-pick-20995-t...
  • ef7bb99 Error on HyperV VM start when gvproxy has failed to start
  • 0ec4c8b Merge pull request #20973 from lsm5/482-bump
  • 4aab4e3 bump release to v4.8.3-dev
  • aa54690 v4.8.2
  • a9b20a4 [CI:DOCS] Update RELEASE_NOTES.md for v4.8.2
  • 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 4, 2024 23:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 4, 2024
Copy link
Contributor

github-actions bot commented Jan 4, 2024

The ticket CLOUDP-221049 was created for internal tracking.

@dependabot dependabot bot force-pushed the dependabot/go_modules/containers-0de4a0ad15 branch 5 times, most recently from 67ca543 to ea8c6f3 Compare January 9, 2024 11:39
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.1
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.56.0...v0.57.1)

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

---
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-0de4a0ad15 branch from ea8c6f3 to aa1b7af Compare January 10, 2024 11:55
@gssbzn
Copy link
Collaborator

gssbzn commented Jan 12, 2024

does this need cgo now?

Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this needs cgo which lands us in a complicated space for cross compilation

@tibulca
Copy link
Collaborator

tibulca commented Jan 23, 2024

closing this PR in favor of removing these deps (CLOUDP-225156)

@tibulca tibulca closed this Jan 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/go_modules/containers-0de4a0ad15 branch January 23, 2024 13:58
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.

2 participants