nautobot / helm-charts

Helm Charts for using Nautobot in Kubernetes environments.
https://docs.nautobot.com/projects/helm-charts/en/stable/
Apache License 2.0
23 stars 18 forks source link

chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.2.3 #392

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/nautobot/nautobot patch 2.2.2-py3.11 -> 2.2.3-py3.11

Release Notes

nautobot/nautobot (ghcr.io/nautobot/nautobot) ### [`v2.2.3`](https://togithub.com/nautobot/nautobot/releases/tag/v2.2.3): - 2024-04-30 [Compare Source](https://togithub.com/nautobot/nautobot/compare/v2.2.2...v2.2.3) ##### What's Changed ##### Security - [#​5624](https://togithub.com/nautobot/nautobot/issues/5624) - Updated `social-auth-app-django` dependency to `~5.4.1` to address `CVE-2024-32879`. - [#​5646](https://togithub.com/nautobot/nautobot/issues/5646) - Fixed a reflected-XSS vulnerability ([GHSA-jxgr-gcj5-cqqg](https://togithub.com/nautobot/nautobot/security/advisories/GHSA-jxgr-gcj5-cqqg)) in object-list view rendering of user-provided query parameters. ##### Added - [#​2946](https://togithub.com/nautobot/nautobot/issues/2946) - Added custom link support for interfaces, console ports, console server ports, power ports, power outlets, front ports, rear ports, device bays, and inventory items. - [#​5034](https://togithub.com/nautobot/nautobot/issues/5034) - Added a view to convert location contact information to contacts or teams. - [#​5537](https://togithub.com/nautobot/nautobot/issues/5537) - Re-added `run_job` generic Celery task as a wrapper for execution of all Nautobot Jobs. - [#​5560](https://togithub.com/nautobot/nautobot/issues/5560) - Added a template tag which creates a hyperlink that opens in a new tab. - [#​5586](https://togithub.com/nautobot/nautobot/issues/5586) - Added `nautobot.apps.jobs.get_jobs()` API. ##### Changed - [#​5498](https://togithub.com/nautobot/nautobot/issues/5498) - Changed the `nautobot.extras.jobs.Job` class to no longer be a subclass of `celery.tasks.Task`. ##### Fixed - [#​5513](https://togithub.com/nautobot/nautobot/issues/5513) - Fixed missing `location` field in `Prefix` and `VLAN` GraphQL schema. - [#​5513](https://togithub.com/nautobot/nautobot/issues/5513) - Restored ability to filter Prefix and VLAN objects at the ORM level by `location`. - [#​5565](https://togithub.com/nautobot/nautobot/issues/5565) - Fixed optional dependency on `social-auth-core` by removing an extras related to `openidconnect` that no longer exists. - [#​5586](https://togithub.com/nautobot/nautobot/issues/5586) - Fixed incorrect rendering of Job variables in the ScheduledJob detail view. - [#​5594](https://togithub.com/nautobot/nautobot/issues/5594) - Fixed Job tiles view not understanding the `per_page` and `page` query parameters. - [#​5595](https://togithub.com/nautobot/nautobot/issues/5595) - Fixed bug where API Extra Actions weren't displaying the proper name. - [#​5603](https://togithub.com/nautobot/nautobot/issues/5603) - Fixed config contexts loaded from Git repositories not populating Device Redundancy Group information. - [#​5640](https://togithub.com/nautobot/nautobot/issues/5640) - Fixed bug in generating the URL parameters for cloning objects. - [#​5642](https://togithub.com/nautobot/nautobot/issues/5642) - Fixed some cases where stale Job code might be present when Jobs are sourced from `JOBS_ROOT` or a Git repository. - [#​5642](https://togithub.com/nautobot/nautobot/issues/5642) - Fixed incorrect handling of Job `kwargs` when dry-running a job approval request via the REST API. ##### Documentation - [#​5094](https://togithub.com/nautobot/nautobot/issues/5094) - Added "Reserved Attribute Names" section to the Jobs developer documentation. - [#​5608](https://togithub.com/nautobot/nautobot/issues/5608) - Updated VLAN documentation with a recommendation for modeling of VLANs with respect to Locations. - [#​5626](https://togithub.com/nautobot/nautobot/issues/5626) - Added extras features docs to core developer new model checklist. - [#​5635](https://togithub.com/nautobot/nautobot/issues/5635) - Added borders to tabbed sections of mkdocs. ##### Housekeeping - [#​4498](https://togithub.com/nautobot/nautobot/issues/4498) - Removed redundant `nautobot.extras.plugins.register_jobs` function. - [#​5586](https://togithub.com/nautobot/nautobot/issues/5586) - Fixed an intermittent ImportError when running tests with certain options. - [#​5605](https://togithub.com/nautobot/nautobot/issues/5605) - Added prerelease and release workflow to deploy sandbox environments automatically. ##### Contributors - [@​HanlinMiao](https://togithub.com/HanlinMiao) - [@​jdrew82](https://togithub.com/jdrew82) - [@​timizuoebideri1](https://togithub.com/timizuoebideri1) - [@​gsnider2195](https://togithub.com/gsnider2195) - [@​glennmatthews](https://togithub.com/glennmatthews) - [@​teunvink](https://togithub.com/teunvink) - [@​nlgotz](https://togithub.com/nlgotz) - [@​cardoe](https://togithub.com/cardoe) - [@​dependabot](https://togithub.com/dependabot) - [@​jvanderaa](https://togithub.com/jvanderaa) - [@​tsm1th](https://togithub.com/tsm1th) - [@​jdueitt](https://togithub.com/jdueitt) ##### New Contributors - [@​teunvink](https://togithub.com/teunvink) made their first contribution in [https://github.com/nautobot/nautobot/pull/5625](https://togithub.com/nautobot/nautobot/pull/5625) - [@​jdueitt](https://togithub.com/jdueitt) made their first contribution in [https://github.com/nautobot/nautobot/pull/5641](https://togithub.com/nautobot/nautobot/pull/5641) **Full Changelog**: https://github.com/nautobot/nautobot/compare/v2.2.2...v2.2.3

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.

renovate[bot] commented 4 months ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: charts/nautobot/values.yaml
Post-upgrade command 'scripts/update_version.sh "{{{prTitle}}}"' has not been added to the allowed list in allowedPostUpgradeCommands
ubajze commented 4 months ago

@gertzakis Let's merge this one as well and then release 2.1.2. What do you think?