andreaangiolillo / mongocli-test

MongoDB CLI enables you to manage your MongoDB in the Cloud
https://docs.mongodb.com/mongocli/stable/
Apache License 2.0
0 stars 0 forks source link

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

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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.58.2

Release notes

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

v0.58.2

What's Changed

Full Changelog: https://github.com/containers/common/compare/v0.58.1...v0.58.2

v0.58.1

What's Changed

Full Changelog: https://github.com/containers/common/compare/v0.58.0...v0.58.1

v0.58.0

What's Changed

... (truncated)

Commits
  • a1bc620 Bump to v0.58.2
  • 173bc93 Merge pull request #1954 from Luap99/0.58-backports
  • 1358302 libnetwork/netavark: remove ipam bucket on network rm
  • 61953e9 libnetwork/rootlessnetns: do not cleanup twice in Run()
  • 5df09a2 libnetwork/rootlessnetns: make mountns tree private
  • cbda5be libnetwork/rootlessnetns: do not use rootless-netns when not re-exec
  • 5e61b7e libnetwork/rootlessnetns: make setup more robust
  • 7281185 libnetwork/rootlessnetns: add readPidFile() helper
  • feb2281 libnetwork/rootlessnetns: fix netns leak on errors
  • 36904a0 Merge pull request #1942 from mheon/bump_0581
  • Additional commits viewable in compare view


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

Release notes

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

v4.9.4

Security

  • Fixed CVE-2024-1753 in Buildah and podman build which allowed a user to write files to the / directory of the host machine if selinux was not enabled.

Bugfixes

  • Fixed a bug where health check status would be updated to "healthy" before the startup delay had expired.

v4.9.3

Features

  • The podman container commit command now features a --config option which accepts a filename containing a JSON-encoded container configuration to be merged in to the newly-created image.

v4.9.2

Security

Misc

  • Updated Buildah to v1.33.5
  • Updated the containers/common library to v0.57.4

v4.9.1

Bugfixes

  • Fixed a bug where the --rootful option to podman machine set would not set the machine to use the root connection (#21195).
  • Fixed a bug where podman would crash when running in a containerized environment with euid != 0 and capabilities set (#20766).
  • Fixed a bug where the podman info command would crash on if called multiple times when podman was running as euid=0 without CAP_SYS_ADMIN (#20908).
  • Fixed a bug where podman machine commands were not relayed to the correct machine on AppleHV (#21115).
  • Fixed a bug where the podman machine list and podman machine inspect commands would not show the correct Last Up time on AppleHV (#21244).

Misc

  • Updated the Mac pkginstaller QEMU to v8.2.1
  • Updated Buildah to v1.33.4
  • Updated the containers/image library to v5.29.2
  • Updated the containers/common library to v0.57.3

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

... (truncated)

Changelog

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

4.9.4

Security

  • Fixed CVE-2024-1753 in Buildah and podman build which allowed a user to write files to the / directory of the host machine if selinux was not enabled.

Bugfixes

  • Fixed a bug where health check status would be updated to "healthy" before the startup delay had expired.

4.9.3

Features

  • The podman container commit command now features a --config option which accepts a filename containing a JSON-encoded container configuration to be merged in to the newly-created image.

4.9.2

Security

Misc

  • Updated Buildah to v1.33.5
  • Updated the containers/common library to v0.57.4

4.9.1

Bugfixes

  • Fixed a bug where the --rootful option to podman machine set would not set the machine to use the root connection (#21195).
  • Fixed a bug where podman would crash when running in a containerized environment with euid != 0 and capabilities set (#20766).
  • Fixed a bug where the podman info command would crash on if called multiple times when podman was running as euid=0 without CAP_SYS_ADMIN (#20908).
  • Fixed a bug where podman machine commands were not relayed to the correct machine on AppleHV (#21115).
  • Fixed a bug where the podman machine list and podman machine inspect commands would not show the correct Last Up time on AppleHV (#21244).

Misc

  • Updated the Mac pkginstaller QEMU to v8.2.1
  • Updated Buildah to v1.33.4
  • Updated the containers/image library to v5.29.2
  • Updated the containers/common library to v0.57.3

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

... (truncated)

Commits
  • 3aceae8 Bump to v4.9.4
  • 2aadea2 Update release notes for v4.9.4
  • eea3bd6 Merge pull request #22138 from TomSweeneyRedHat/dev/tsweeney/v4.9-buildah-1.3...
  • c0aecbc [v4.9] Bump Buildah to v1.33.7, CVE-2024-1753, CVE-2024-24786
  • 3ae0197 Merge pull request #21983 from openshift-cherrypick-robot/cherry-pick-21981-t...
  • 8236452 Add farm command to commands list
  • 1203af2 Merge pull request #21929 from openshift-cherrypick-robot/cherry-pick-21928-t...
  • 1818a4d Bump to FreeBSD 13.3 (13.2 vanished)
  • 7f5fb3e Merge pull request #21879 from openshift-cherrypick-robot/cherry-pick-21583-t...
  • 0e8f642 Merge pull request #21885 from openshift-cherrypick-robot/cherry-pick-20789-t...
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Dependabot tried to add @andreaangiolillo/mongocli as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/andreaangiolillo/mongocli-test/pulls/19/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the andreaangiolillo/mongocli-test repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
github-actions[bot] commented 6 months ago

The ticket null was created for internal tracking.

dependabot[bot] commented 6 months ago

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

To ignore these dependencies, configure ignore rules in dependabot.yml