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

Bump github.com/containers/podman/v4 from 4.9.3 to 4.9.4 #1964

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps github.com/containers/podman/v4 from 4.9.3 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.
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.
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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/containers/podman/v4](https://github.com/containers/podman) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v4.9.4/RELEASE_NOTES.md)
- [Commits](containers/podman@v4.9.3...v4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2024
@hellt hellt merged commit c0f4a74 into main Apr 1, 2024
61 checks passed
@hellt hellt deleted the dependabot/go_modules/github.com/containers/podman/v4-4.9.4 branch April 1, 2024 19:05
hellt pushed a commit to mzagozen/containerlab that referenced this pull request Apr 3, 2024
Bumps [github.com/containers/podman/v4](https://github.com/containers/podman) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v4.9.4/RELEASE_NOTES.md)
- [Commits](containers/podman@v4.9.3...v4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hellt added a commit that referenced this pull request Apr 3, 2024
* Add vr-c8000v kind

This is right now a verbatim copy of the existing vr-csr kind. I expect
they will diverge in the future though, so it is best to create a copy
now rather than encourage branching logic in the same file.

* Bump github.com/containers/podman/v4 from 4.9.3 to 4.9.4 (#1964)

Bumps [github.com/containers/podman/v4](https://github.com/containers/podman) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v4.9.4/RELEASE_NOTES.md)
- [Commits](containers/podman@v4.9.3...v4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* cRPD: allow root ssh directive (#1967)

* cRPD: allow root ssh directive

fixing: #1966

* remove version from the config template

---------

Co-authored-by: Roman Dodin <dodin.roman@gmail.com>

* Bump go to 1.21 (#1970)

* bump go to 1.21

* change vmx link

* fix another dead link

* remove empty file

* added envrc file

* added c8000v docs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Vahlenkamp <github@vahlenkamp.net>
Co-authored-by: Roman Dodin <dodin.roman@gmail.com>
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.

None yet

1 participant