-
Notifications
You must be signed in to change notification settings - Fork 263
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
chore(deps): update portainer/portainer-ce docker tag to v2.27.1 #3322
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -10,7 +10,7 @@ services: | |||
volumes: | |||
- ./data:/data | |||
- /var/run/docker.sock:/var/run/docker.sock | |||
image: portainer/portainer-ce:2.27.0-alpine | |||
image: portainer/portainer-ce:2.27.1-alpine | |||
labels: | |||
createdBy: "Apps" | |||
networks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code difference is minor; the Portainer CE image version has been updated from portainer/portainer-ce:2.27.0-alpine
to portainer/portainer-ce:2.27.1-alpine
. There are no significant inconsistencies, potential issues, or optimizations needed in this change. This update reflects minor updates within an already stable software release and does not impact functionality directly.
e866303
to
47e696b
Compare
@@ -10,7 +10,7 @@ services: | |||
volumes: | |||
- ./data:/data | |||
- /var/run/docker.sock:/var/run/docker.sock | |||
image: portainer/portainer-ce:2.27.0-alpine | |||
image: portainer/portainer-ce:2.27.1-alpine | |||
labels: | |||
createdBy: "Apps" | |||
networks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only difference between the provided code snippets is the version specified in the image
field from 2.27.0-alpine
to 2.27.1-alpine
. This represents an update of Portainer CE (Community Edition) to a newer stable release.
There are no irregularities, potential issues, or optimization opportunities noted here. It's a straightforward change that brings users closer to the most recent security and feature enhancements offered by Portainer CE.
This PR contains the following updates:
2.27.0-alpine
->2.27.1-alpine
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.