-
Notifications
You must be signed in to change notification settings - Fork 18
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 ghcr.io/nautobot/nautobot docker tag to v2.2.7 #410
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/ghcr.io-nautobot-nautobot-2.x
branch
from
July 8, 2024 23:08
8deeb59
to
dca4ba8
Compare
renovate
bot
changed the title
chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.2.6
chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.2.7
Jul 8, 2024
gertzakis
force-pushed
the
renovate/ghcr.io-nautobot-nautobot-2.x
branch
from
July 11, 2024 09:10
dca4ba8
to
b7117e0
Compare
gertzakis
approved these changes
Jul 11, 2024
gertzakis
added a commit
that referenced
this pull request
Jul 12, 2024
* chore(deps): update pre-commit hook norwoodj/helm-docs to v1.14.2 (#413) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: remove unsupported lifecycle field from default initContainer (#412) * Fix nginx port mapping (#345) * Use other port name when enabling nginx * Revert "Use other port name when enabling nginx" This reverts commit 908f4a9. * Change target port when enabling nginx * Use oneliner * fix(deps): update dependency mkdocs-material to v9.5.28 (#401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update docker.io/nginx/nginx-prometheus-exporter docker tag to v1.2.0 (#405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pre-commit hook streetsidesoftware/cspell-cli to v8.10.1 (#408) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.27 (#407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.2.7 (#410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update appany/helm-oci-chart-releaser action to v0.4.2 (#403) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Release 2.1.3 preparation (#414) * chore(docs): update release notes * chore: update dependencies and chart annotations --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Danial Ebling <danialre@xmission.com> Co-authored-by: 2tefan <me@2tefan.eu>
gertzakis
added a commit
that referenced
this pull request
Aug 23, 2024
* chore(deps): update pre-commit hook norwoodj/helm-docs to v1.14.2 (#413) * fix: remove unsupported lifecycle field from default initContainer (#412) * Fix nginx port mapping (#345) * Use other port name when enabling nginx * Revert "Use other port name when enabling nginx" This reverts commit 908f4a9. * Change target port when enabling nginx * Use oneliner * fix(deps): update dependency mkdocs-material to v9.5.28 (#401) * chore(deps): update docker.io/nginx/nginx-prometheus-exporter docker tag to v1.2.0 (#405) * chore(deps): update pre-commit hook streetsidesoftware/cspell-cli to v8.10.1 (#408) * chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.27 (#407) * chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.2.7 (#410) * chore(deps): update appany/helm-oci-chart-releaser action to v0.4.2 (#403) * Release 2.1.3 preparation (#414) * chore(docs): update release notes * chore: update dependencies and chart annotations --------- Co-authored-by: Jeremy White <jeremy.lee.w@me.com> Co-authored-by: Uros Bajzelj <ubajze@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Danial Ebling <danialre@xmission.com> Co-authored-by: 2tefan <me@2tefan.eu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.5-py3.11
->2.2.7-py3.11
Release Notes
nautobot/nautobot (ghcr.io/nautobot/nautobot)
v2.2.7
: - 2024-07-08Compare Source
What's Changed
Security
certifi
to2024.7.4
to addressCVE-2024-39689
. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.Fixed
/api/ipam/prefixes/<id>/available-prefixes/
to allocate child prefixes of a prefix./api/ipam/prefixes/<id>/available-prefixes/
and/api/ipam/prefixes/<id>/available-ips/
.Dependencies
drf-spectacular
to version0.27.2
.faker
to>=0.7.0,<26.0.0
to work around breaking change in v26.0.0 (faker/#2070).Housekeeping
Contributors
Full Changelog: nautobot/nautobot@v2.2.6...v2.2.7
v2.2.6
: - 2024-06-24Compare Source
What's Changed
Security
urllib3
to 2.2.2 due to CVE-2024-37891. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.Added
branch
value.enabled
flag to the JobButton class; disabled JobButtons will not appear in the UI.--print-hashes
option tonautobot-server generate_test_data
command.IPAddress
list view by thenat_inside
field.Changed
Fixed
Documentation
nautobot.utilities.ordering
inv2-code-location-changes
table.mkdocs-material
to 9.5.25.Housekeeping
requests
to~2.32.2
andwatchdog
to~4.0.1
.generate_test_data
implementation for improved debuggability.ControllerManagedDeviceGroupFactory
that could result in nondeterministic test data.Contributors
Full Changelog: nautobot/nautobot@v2.2.5...v2.2.6
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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.