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 gitlab support dependencies #17

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 18.6.0 -> 18.6.1 age adoption passing confidence patch
@commitlint/config-conventional (source) 18.6.0 -> 18.6.2 age adoption passing confidence patch
actions/setup-node v4.0.0 -> v4.0.2 age adoption passing confidence action patch
actions/upload-artifact v4.0.0 -> v4.3.1 age adoption passing confidence action minor
actions/upload-artifact v3.1.3 -> v4.3.1 age adoption passing confidence action major
defenseunicorns/uds-common-tasks v0.1.2 -> v0.2.0 age adoption passing confidence minor
defenseunicorns/zarf v0.29.1 -> v0.32.3 age adoption passing confidence minor
github/codeql-action v3.22.12 -> v3.24.4 age adoption passing confidence action minor
golangci/golangci-lint v1.52.3 -> v1.56.2 age adoption passing confidence repository minor
pre-commit/pre-commit-hooks v4.4.0 -> v4.5.0 age adoption passing confidence repository minor
python-jsonschema/check-jsonschema 0.24.0 -> 0.28.0 age adoption passing confidence repository minor
renovatebot/pre-commit-hooks 36.40.0 -> 37.208.0 age adoption passing confidence repository major

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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

conventional-changelog/commitlint (@​commitlint/cli)

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

actions/setup-node (actions/setup-node)

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

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

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

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

v0.2.0

Compare Source

Features
  • add registry-login task (44e28c4)
Bug Fixes
  • address issue with registry-login task (ece666d)
  • incorporating PR feedback (db21d69)
Miscellaneous
  • deps: update dependency defenseunicorns/uds-cli to v0.8.1 (e82fbee)
  • deps: update dependency defenseunicorns/uds-core to v0.12.0 (f003bd7)
  • deps: update githubactions to v4.3.1 (57a6919)
  • switch to uds zarf (d1fcde7)

v0.1.4

Compare Source

Bug Fixes
Miscellaneous
  • deps: update dependency defenseunicorns/uds-core to v0.10.0 (1b45688)

v0.1.3

Compare Source

Miscellaneous
  • deps: update dependency defenseunicorns/uds-core to v0.10.0 (f70d939)
defenseunicorns/zarf (defenseunicorns/zarf)

v0.32.3

Compare Source

What's Changed
Fixes
Docs
Dependencies
Development
New Contributors

Full Changelog: zarf-dev/zarf@v0.32.2...v0.32.3

v0.32.2

Compare Source

What's Changed

Features

Fixes

Docs

Dependencies

Development

New Contributors

Full Changelog: zarf-dev/zarf@v0.32.1...v0.32.2

v0.32.1

Compare Source

What's Changed

Fixes

Docs

Dependencies

Full Changelog: zarf-dev/zarf@v0.32.0...v0.32.1

v0.32.0

Compare Source

What's Changed

⚠️ Breaking Changes

  • Gitea has been updated from the 8.x series chart (app version 1.19.3) to the 10.x series chart (app version 1.21.2) - this update contains breaking changes and should be tested if you are using this component - default Zarf installs will upgrade automatically but more advanced configurations / use cases should be reviewed. Gitea Release Notes
  • Zarf package OCI references now use OCI indexes / platforms to handle architecture - packages published to OCI with this version of Zarf will be placed within an index and won't be able to be pulled with older versions - old packages will still be able to be pulled however.
  • Component and package names can no longer start with a leading - as this is used within the deselect syntax introduced for --components

Features

    

Rollup From v0.31 Patch Releases

Fixes

Rollup From v0.31 Patch Releases

Docs

Rollup From v0.31 Patch Releases

Dependencies

Rollup From v0.31 Patch Releases

Development

Rollup From v0.31 Patch Releases

Full Changelog: zarf-dev/zarf@v0.31.4...v0.32.0

v0.31.4

Compare Source

What's Changed

Fixes

Docs

Deps

Full Changelog: zarf-dev/zarf@v0.31.3...v0.31.4

v0.31.3

Compare Source

What's Changed

Features

Fixes

Docs

Dependencies

Development

Full Changelog: zarf-dev/zarf@v0.31.2...v0.31.3

v0.31.2

Compare Source

What's Changed

Fixes

Docs

Dependencies

Development

Full Changelog: zarf-dev/zarf@v0.31.1...v0.31.2

v0.31.1

Compare Source

What's Changed

Features

Fixes

Docs

Full Changelog: zarf-dev/zarf@v0.31.0...v0.31.1

v0.31.0

Compare Source

What's Changed

⚠️ Breaking Changes

  • Signing Zarf packages is now done with --signing-key and --signing-key-pass - the old --key flag is deprecated on zarf package create and has been removed from zarf package publish to support public keys instead
  • Component composability (import.path) must point to a directory, pointing to a zarf.yaml directly is no longer supported

NOTE: These are mostly edge cases on zarf package create and don't impact zarf package deploy. If you are using either feature though ensure you update your package create process.

Features

Rollup From v0.30 Patch Releases


Configuration

📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gitlab-support-dependencies branch 2 times, most recently from 79e3ce6 to 6d8e40e Compare February 22, 2024 15:02
@renovate renovate bot changed the title chore(deps): update gitlab support dependencies Update Gitlab Support Dependencies Feb 22, 2024
| datasource  | package                            | from     | to       |
| ----------- | ---------------------------------- | -------- | -------- |
| npm         | @commitlint/cli                    | 18.6.0   | 18.6.1   |
| npm         | @commitlint/config-conventional    | 18.6.0   | 18.6.2   |
| github-tags | actions/setup-node                 | v4.0.0   | v4.0.2   |
| github-tags | actions/upload-artifact            | v4.0.0   | v4.3.1   |
| github-tags | actions/upload-artifact            | v3.1.3   | v4.3.1   |
| github-tags | defenseunicorns/uds-common-tasks   | v0.1.2   | v0.2.0   |
| github-tags | defenseunicorns/zarf               | v0.29.1  | v0.32.3  |
| github-tags | github/codeql-action               | v3.22.12 | v3.24.4  |
| github-tags | golangci/golangci-lint             | v1.52.3  | v1.56.2  |
| github-tags | pre-commit/pre-commit-hooks        | v4.4.0   | v4.5.0   |
| github-tags | python-jsonschema/check-jsonschema | 0.24.0   | 0.28.0   |
| github-tags | renovatebot/pre-commit-hooks       | 36.40.0  | 37.208.0 |
@renovate renovate bot force-pushed the renovate/gitlab-support-dependencies branch from 6d8e40e to 5d88622 Compare February 22, 2024 15:09
@renovate renovate bot changed the title Update Gitlab Support Dependencies chore(deps): update gitlab support dependencies Feb 22, 2024
@UnicornChance UnicornChance merged commit 80e8a65 into main Feb 22, 2024
1 of 3 checks passed
@renovate renovate bot deleted the renovate/gitlab-support-dependencies branch February 22, 2024 15:15
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.

1 participant