chore(deps): update support-deps#71
Closed
renovate[bot] wants to merge 12 commits intomainfrom
Closed
Conversation
a9f6933 to
ab7945e
Compare
ab7945e to
6189c37
Compare
6189c37 to
f801766
Compare
f801766 to
f70ebb7
Compare
29977b1 to
3e807a6
Compare
5 tasks
3e807a6 to
fad750a
Compare
f67e916 to
875e53b
Compare
mjnagel
added a commit
to defenseunicorns/uds-core
that referenced
this pull request
Apr 23, 2025
## Description Adds/updates the renovate readiness action to automate PR labelling. This follows the [design doc](https://www.notion.so/Renovate-Readiness-Automation-1aee512f24fc8079af84fb4be18d133f) that was approved to add labels to PRs and automatically pass/fail preliminary CI based on readiness checks. ## Related Issue Fixes #1350 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Steps to Validate Primarily validated e2e functionality on my fork of core. See the PRs for examples of the output and labelling (some of these are simulated based on downgrading versions on main): - Special case with Pepr (waiting on ib): BagelLab#77 - Special case with support deps (plus leaves alone other labels): BagelLab#71 - Major image update (plus waiting on cgr): BagelLab#75 - Major helm update: BagelLab#78 - PR that is ready: BagelLab#76 - Helm chart only: BagelLab#80 - Waiting on both flavors: BagelLab#70 Other PRs are also present in that repo (mostly "needs-review") - happy to validate other cases by changing `main` to simulate certain update types. Note the labels on each PR and whether initial CI passed or failed. Also note that these PRs may update over time since renovate is still active in this repo. Unit tests are included that can be run with: `cd scripts/renovate && npm i && npx jest .` (validate test cases and all of course) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
d449e90 to
5b25355
Compare
5b25355 to
999bb39
Compare
1f70d9f to
3a72187
Compare
| datasource | package | from | to | | ------------------ | ------------------------------------------- | -------- | -------- | | npm | @commitlint/cli | 19.8.0 | 19.8.1 | | npm | @commitlint/config-conventional | 19.8.0 | 19.8.1 | | npm | @playwright/test | 1.51.1 | 1.52.0 | | npm | @types/node | 22.14.1 | 22.15.21 | | npm | @types/node | 20.17.30 | 22.15.21 | | github-tags | actions/download-artifact | v4.2.1 | v4.3.0 | | terraform-provider | hashicorp/aws | 5.94.1 | 5.98.0 | | terraform-provider | azure/azapi | 2.3.0 | 2.4.0 | | terraform-provider | hashicorp/azurerm | 4.26.0 | 4.30.0 | | github-tags | chainguard-dev/setup-chainctl | v0.3.0 | v0.3.1 | | github-tags | defenseunicorns/uds-cli | v0.26.1 | v0.27.5 | | github-tags | defenseunicorns/uds-common | v1.13.0 | v1.14.5 | | github-tags | defenseunicorns/uds-k3d | v0.12.2 | v0.14.0 | | docker | ghcr.io/defenseunicorns/packages/uds-k3d | 0.12.2 | 0.14.0 | | docker | ghcr.io/stefanprodan/podinfo | 6.8.0 | 6.9.0 | | docker | ghcr.io/zarf-dev/packages/init | v0.51.0 | v0.55.5 | | github-tags | github/codeql-action | v3.28.15 | v3.28.18 | | git-tags | https://github.com/stefanprodan/podinfo.git | 6.8.0 | 6.9.0 | | npm | kubernetes-fluent-client | 3.4.10 | 3.5.5 | | docker | mcr.microsoft.com/playwright | v1.51.1 | v1.52.0 | | terraform-provider | hashicorp/random | 3.7.1 | 3.7.2 | | npm | semver | 7.7.1 | 7.7.2 | | terraform-module | terraform-aws-modules/rds/aws | 6.11.0 | 6.12.0 | | terraform-module | terraform-aws-modules/s3-bucket/aws | 4.6.1 | 4.9.0 | | terraform-provider | hashicorp/tls | 4.0.6 | 4.1.0 | | npm | ts-jest | 29.3.2 | 29.3.4 | | github-tags | weaveworks/eksctl | v0.207.0 | v0.208.0 | | npm | yaml | 2.7.1 | 2.8.0 | | github-tags | zarf-dev/zarf | v0.51.0 | v0.55.5 |
3a72187 to
9bf21e9
Compare
mjnagel
added a commit
that referenced
this pull request
Nov 14, 2025
…s#1465) ## Description Adds/updates the renovate readiness action to automate PR labelling. This follows the [design doc](https://www.notion.so/Renovate-Readiness-Automation-1aee512f24fc8079af84fb4be18d133f) that was approved to add labels to PRs and automatically pass/fail preliminary CI based on readiness checks. ## Related Issue Fixes defenseunicorns#1350 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Steps to Validate Primarily validated e2e functionality on my fork of core. See the PRs for examples of the output and labelling (some of these are simulated based on downgrading versions on main): - Special case with Pepr (waiting on ib): #77 - Special case with support deps (plus leaves alone other labels): #71 - Major image update (plus waiting on cgr): #75 - Major helm update: #78 - PR that is ready: #76 - Helm chart only: #80 - Waiting on both flavors: #70 Other PRs are also present in that repo (mostly "needs-review") - happy to validate other cases by changing `main` to simulate certain update types. Note the labels on each PR and whether initial CI passed or failed. Also note that these PRs may update over time since renovate is still active in this repo. Unit tests are included that can be run with: `cd scripts/renovate && npm i && npx jest .` (validate test cases and all of course) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
This file contains hidden or 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
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:
19.8.0->19.8.119.8.0->19.8.11.51.1->1.52.022.14.1->22.15.21^20.10.5->^22.0.0v4.2.1->v4.3.0~> 5.94.0->~> 5.98.02.3.0->2.4.04.26.0->4.30.0v0.3.0->v0.3.1v0.26.1->v0.27.5v1.13.0->v1.14.50.12.2->0.14.00.12.2->0.14.06.8.0->6.9.0v0.51.0->v0.55.5v3.28.15->v3.28.186.8.0->6.9.03.4.10->3.5.5v1.51.1-noble->v1.52.0-noble3.7.1->3.7.27.7.1->7.7.26.11.0->6.12.04.6.1->4.9.0~> 4.0.0->~> 4.1.029.3.2->29.3.4v0.207.0->v0.208.02.7.1->2.8.0v0.51.0->v0.55.5Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1Compare Source
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
microsoft/playwright (@playwright/test)
v1.52.0Compare Source
actions/download-artifact (actions/download-artifact)
v4.3.0Compare Source
What's Changed
artifact-idsinput by @GrantBirki in https://github.com/actions/download-artifact/pull/401New Contributors
Full Changelog: actions/download-artifact@v4.2.1...v4.3.0
chainguard-dev/setup-chainctl (chainguard-dev/setup-chainctl)
v0.3.1Compare Source
What's Changed
shellfrom command substitutions by @egibs in https://github.com/chainguard-dev/setup-chainctl/pull/20New Contributors
Full Changelog: chainguard-dev/setup-chainctl@v0.3.0...v0.3.1
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
v0.27.5Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.27.4...v0.27.5
v0.27.4Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.27.3...v0.27.4
v0.27.3Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.27.2...v0.27.3
v0.27.2Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.27.1...v0.27.2
v0.27.1Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.27.0...v0.27.1
v0.27.0Compare Source
What's Changed
24be348by @renovate in https://github.com/defenseunicorns/uds-cli/pull/1137Full Changelog: defenseunicorns/uds-cli@v0.26.2...v0.27.0
v0.26.2Compare Source
What's Changed
New Contributors
Full Changelog: defenseunicorns/uds-cli@v0.26.0...v0.26.2
defenseunicorns/uds-common (defenseunicorns/uds-common)
v1.14.5Compare Source
Bug Fixes
v1.14.4Compare Source
Bug Fixes
v1.14.3Compare Source
Bug Fixes
v1.14.2Compare Source
Bug Fixes
Miscellaneous
v1.14.1Compare Source
Bug Fixes
Miscellaneous
v1.14.0Compare Source
Features
Miscellaneous
defenseunicorns/uds-k3d (defenseunicorns/uds-k3d)
v0.14.0Compare Source
Features
uds-k3dairgap package flavor (#176) (64a0c76)Bug Fixes
Miscellaneous
v0.13.0Compare Source
Features
Miscellaneous
v0.12.3Compare Source
Bug Fixes
Miscellaneous
stefanprodan/podinfo (ghcr.io/stefanprodan/podinfo)
v6.9.0Compare Source
What's Changed
New Contributors
Full Changelog: stefanprodan/podinfo@6.8.0...6.9.0
github/codeql-action (github/codeql-action)
v3.28.18Compare Source
v3.28.17Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
See the full CHANGELOG.md for more information.
v3.28.16Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
See the full CHANGELOG.md for more information.
defenseunicorns/kubernetes-fluent-client (kubernetes-fluent-client)
v3.5.5Compare Source
Bug Fixes
v3.5.4Compare Source
Bug Fixes
v3.5.3Compare Source
Bug Fixes
v3.5.2Compare Source
Bug Fixes
v3.5.1Compare Source
Bug Fixes
v3.5.0Compare Source
Features
npm/node-semver (semver)
v7.7.2Compare Source
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@wraithgar)2677f2a#778 bump @npmcli/template-oss from 4.23.6 to 4.24.3 (#778) (@dependabot[bot], @npm-cli-bot)terraform-aws-modules/terraform-aws-rds (terraform-aws-modules/rds/aws)
v6.12.0Compare Source
Features
final_snapshot_identifierwhensnapshot_identifierchanges (#591) (9122d19)terraform-aws-modules/terraform-aws-s3-bucket (terraform-aws-modules/s3-bucket/aws)
v4.9.0Compare Source
Features
v4.8.0Compare Source
Features
v4.7.0Compare Source
Features
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.