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

feat: bump the baseimages group with 2 updates #59

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the baseimages group with 2 updates: radiorabe/s2i-python and radiorabe/python-minimal.

Updates radiorabe/s2i-python from 2.0.2 to 2.0.4

Release notes

Sourced from radiorabe/s2i-python's releases.

v2.0.4

2.0.4 (2023-10-31)

Bug Fixes

  • bump radiorabe/s2i-base from 2.0.3 to 2.0.4 (#40) (4a9a273b)

Chores

  • ci: bump radiorabe/actions from 0.16.1 to 0.17.1 (#39) (cb11eaec)

v2.0.3

2.0.3 (2023-10-08)

Bug Fixes

  • bump radiorabe/s2i-base from 2.0.2 to 2.0.3 (#38) (7c6ba67d)

Chores

  • ci: bump radiorabe/actions from 0.15.1 to 0.16.1 (#37) (edd538e7)
Commits
  • 4a9a273 fix: bump radiorabe/s2i-base from 2.0.3 to 2.0.4 (#40)
  • cb11eae chore(ci): bump radiorabe/actions from 0.16.1 to 0.17.1 (#39)
  • 7c6ba67 fix: bump radiorabe/s2i-base from 2.0.2 to 2.0.3 (#38)
  • edd538e chore(ci): bump radiorabe/actions from 0.15.1 to 0.16.1 (#37)
  • See full diff in compare view

Updates radiorabe/python-minimal from 2.0.2 to 2.0.4

Release notes

Sourced from radiorabe/python-minimal's releases.

v2.0.4

2.0.4 (2023-10-31)

Bug Fixes

  • bump radiorabe/ubi9-minimal from 0.5.1 to 0.5.2 (#56) (ea65001a)

Chores

  • ci: bump radiorabe/actions from 0.16.1 to 0.17.1 (#55) (ef28cd17)

v2.0.3

2.0.3 (2023-10-08)

Bug Fixes

  • bump radiorabe/ubi9-minimal from 0.5.0 to 0.5.1 (#54) (bf21dfd6)

Chores

  • ci: bump radiorabe/actions from 0.15.1 to 0.16.1 (#53) (7f3f5828)
Commits
  • ea65001 fix: bump radiorabe/ubi9-minimal from 0.5.1 to 0.5.2 (#56)
  • ef28cd1 chore(ci): bump radiorabe/actions from 0.16.1 to 0.17.1 (#55)
  • bf21dfd fix: bump radiorabe/ubi9-minimal from 0.5.0 to 0.5.1 (#54)
  • 7f3f582 chore(ci): bump radiorabe/actions from 0.15.1 to 0.16.1 (#53)
  • See full diff 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 added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Nov 1, 2023
@hairmare
Copy link
Member

hairmare commented Nov 6, 2023

@dependabot rebase

@hairmare hairmare enabled auto-merge (squash) November 6, 2023 11:20
@dependabot dependabot bot force-pushed the dependabot/docker/baseimages-d0dce6a274 branch from 4ada650 to 9d92489 Compare November 6, 2023 11:20
@hairmare
Copy link
Member

hairmare commented Nov 6, 2023

@dependabot rebase

Bumps the baseimages group with 2 updates: [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal) and [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal).


Updates `radiorabe/s2i-python` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases)
- [Commits](radiorabe/container-image-rabe-s2i-python-minimal@v2.0.2...v2.0.4)

Updates `radiorabe/python-minimal` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases)
- [Commits](radiorabe/container-image-python-minimal@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: radiorabe/s2i-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
- dependency-name: radiorabe/python-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/docker/baseimages-d0dce6a274 branch from 9d92489 to 1daf98f Compare November 6, 2023 13:45
@hairmare hairmare merged commit bfe1ecb into main Nov 6, 2023
4 of 5 checks passed
@hairmare hairmare deleted the dependabot/docker/baseimages-d0dce6a274 branch November 6, 2023 13:47
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant