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

chore(deps): update mattermost support dependencies #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 4, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.1 -> v4.2.2
actions/dependency-review-action action minor v4.2.5 -> v4.4.0
actions/upload-artifact action minor v4.3.1 -> v4.4.3
defenseunicorns/uds-common major v0.3.9 -> v1.2.2
defenseunicorns/uds-common action major v0.3.9 -> v1.2.2
defenseunicorns/zarf minor v0.32.6 -> v0.42.2
github/codeql-action action minor v3.24.9 -> v3.27.1
golangci/golangci-lint repository minor v1.57.2 -> v1.62.0
google-github-actions/release-please-action action patch v4.1.0 -> v4.1.1
ossf/scorecard-action action minor v2.3.1 -> v2.4.0
pre-commit/pre-commit-hooks repository major v4.5.0 -> v5.0.0
python-jsonschema/check-jsonschema repository minor 0.28.0 -> 0.29.4
renovatebot/pre-commit-hooks repository major 37.275.0 -> 39.9.3
step-security/harden-runner action minor v2.7.0 -> v2.10.1

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

actions/upload-artifact (actions/upload-artifact)

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

defenseunicorns/uds-common (defenseunicorns/uds-common)

v1.2.2

Compare Source

Features
  • allow alternate paths for the check flavor zarf.yaml (#​326) (d3ecafd)
Miscellaneous
  • deps: update uds common support dependencies to v0.30.0 (#​328) (2c8bb0d)

v1.2.1

Compare Source

Bug Fixes
Miscellaneous

v1.2.0

Compare Source

Features
Bug Fixes
Miscellaneous

v1.1.2

Compare Source

Miscellaneous

v1.1.1

Compare Source

Bug Fixes
  • lint:deps producing unwanted file (#​297) (94db603)
  • timeout too short on test workflows - allow adjustment on test/publish (#​314) (6ac1587)
Miscellaneous

v1.1.0

Compare Source

⚠ BREAKING CHANGES
  • update the license to AGPLv3 or Commercial (#​286)
Bug Fixes
Miscellaneous

v1.0.0

Compare Source

⚠ BREAKING CHANGES
  • remove with.assessment_results from oscal tasks (#​276)
  • update the publish task to avoid name collision (#​267)
  • task: add optional config input to create, deploy package and bundle tasks (#​262)
  • add shell linting to uds-common linting (#​258)
  • update uds common gh actions to use uds run conditionals (#​254)
Features
  • task: add optional config input to create, deploy package and bundle tasks (#​262) (3d3e9cb)
  • update uds common gh actions to use uds run conditionals (#​254) (c9d92f0)
Bug Fixes
Miscellaneous

v0.13.1

Compare Source

Bug Fixes
  • allow dependent bundle commands to be run on upgrade tests (#​241) (093def2)
Miscellaneous

v0.13.0

Compare Source

Features
  • add action for assisting with badge verification and migrate to nginx (#​191) (79a5edf)
  • add options support to setup to set vars and other flags on uds-core (#​235) (4336357)
Bug Fixes
  • mandate yamllint at least 1.30.0 to guarantee features in use (#​224) (61929ac)
Miscellaneous

v0.12.0

Compare Source

⚠ BREAKING CHANGES
  • changed latest-package behavior (#​206)

[!NOTE]
As part of this change please migrate to using the test-deploy callable workflow

Features
Bug Fixes
Miscellaneous

v0.11.2

Compare Source

Miscellaneous

v0.11.1

Compare Source

Bug Fixes
Miscellaneous

v0.11.0

Compare Source

Features
Miscellaneous

v0.10.0

Compare Source

Features
  • add task for determining target repo based on flavor (#​188) (6810324)

v0.9.0

Compare Source

⚠ BREAKING CHANGES
  • update doug ci credential for new identity config req
Bug Fixes
  • update doug ci credential for new identity config req (71340f7)

v0.8.2

Compare Source

Miscellaneous
  • add additional install step to playwright install (#​183) (41855e4)
  • deps: update uds common support dependencies (#​179) (e1a0d5a)
  • fix the Zarf package renovate regex to the correct versionTemplate (#​181) (272b502)

v0.8.1

Compare Source

Miscellaneous

v0.8.0

Compare Source

Features
  • compliance: add support for extra options on compliance validate (#​170) (d191505)
Bug Fixes
Miscellaneous

v0.7.1

Compare Source

Miscellaneous

v0.7.0

Compare Source

Features
  • add an image override to the renovate config (#​160) (ea2fcf1)
  • compliance: lula validate and evaluate capability definitions (#​157) (b615d90)
Miscellaneous

v0.6.1

Compare Source

Miscellaneous
  • add a playwright setup action (#​155) (93720d9)
  • add the second raw URL and releases URL for GitHub to renovate config (#​154) (bdda4dc)

v0.6.0

Compare Source

Features
Miscellaneous

v0.5.1

Compare Source

Miscellaneous

v0.5.0

Compare Source

⚠ BREAKING CHANGES
  • update publish to take architecture as an input (#​143)
Miscellaneous

v0.4.6

Compare Source

Bug Fixes
  • renovate incorrectly matching oci helm charts for helm datasources (#​141) (2761f2a)
Miscellaneous

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the support-deps label Apr 4, 2024
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 4 times, most recently from 0d09b24 to df1073c Compare April 10, 2024 01:38
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 5 times, most recently from b0b0830 to 4e25fa5 Compare April 19, 2024 05:50
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 6 times, most recently from 2f3ffeb to 6878f3c Compare April 28, 2024 02:47
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 7 times, most recently from fc30915 to 0d97d32 Compare May 6, 2024 02:20
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 6 times, most recently from ffd4683 to d9a921e Compare May 14, 2024 00:01
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch from d9a921e to 279bff8 Compare May 23, 2024 02:57
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 5 times, most recently from f266631 to 11692fe Compare October 12, 2024 08:15
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 5 times, most recently from 177a550 to e612f9b Compare October 20, 2024 08:21
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 7 times, most recently from f002bb3 to ea1d910 Compare October 27, 2024 08:46
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 6 times, most recently from 6d9a119 to 85d28fc Compare November 3, 2024 11:51
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch 5 times, most recently from ea21f7d to ec89ac2 Compare November 9, 2024 08:33
| datasource  | package                                     | from     | to      |
| ----------- | ------------------------------------------- | -------- | ------- |
| github-tags | actions/checkout                            | v4.1.1   | v4.2.2  |
| github-tags | actions/dependency-review-action            | v4.2.5   | v4.4.0  |
| github-tags | actions/upload-artifact                     | v4.3.1   | v4.4.3  |
| github-tags | defenseunicorns/uds-common                  | v0.3.9   | v1.2.2  |
| github-tags | defenseunicorns/zarf                        | v0.32.6  | v0.42.2 |
| github-tags | github/codeql-action                        | v3.24.9  | v3.27.1 |
| github-tags | golangci/golangci-lint                      | v1.57.2  | v1.62.0 |
| github-tags | google-github-actions/release-please-action | v4.1.0   | v4.1.1  |
| github-tags | ossf/scorecard-action                       | v2.3.1   | v2.4.0  |
| github-tags | pre-commit/pre-commit-hooks                 | v4.5.0   | v5.0.0  |
| github-tags | python-jsonschema/check-jsonschema          | 0.28.0   | 0.29.4  |
| github-tags | renovatebot/pre-commit-hooks                | 37.275.0 | 39.9.3  |
| github-tags | step-security/harden-runner                 | v2.7.0   | v2.10.1 |
@renovate renovate bot force-pushed the renovate/mattermost-support-dependencies branch from ec89ac2 to 496a3a5 Compare November 11, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants