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 all dependencies #101

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

chore(deps): update all dependencies #101

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

This PR contains the following updates:

Package Type Update Change
actions/cache action digest 3624ceb -> 6849a64
actions/checkout action digest eef6144 -> 11bd719
actions/checkout action patch v4.2.1 -> v4.2.2
defenseunicorns/uds-cli minor 0.17.0 -> 0.18.0
defenseunicorns/uds-cli minor v0.17.0 -> v0.18.0
defenseunicorns/uds-cli minor v0.16.0 -> v0.18.0
defenseunicorns/uds-common minor v1.1.0 -> v1.2.1
docker.io/nutanix/ntnx-csi minor 3.0.0 -> 3.1.0
docker.io/nutanix/ntnx-csi-precheck minor 3.0.0 -> 3.1.0
ghcr.io/defenseunicorns/packages/metallb minor 0.0.5-amd64 -> 0.1.1-amd64
ghcr.io/defenseunicorns/packages/uds/core patch 0.29.0-registry1 -> 0.29.1-registry1
ghcr.io/defenseunicorns/packages/uds/gitlab minor 17.2.9-uds.0-registry1 -> 17.3.6-uds.0-registry1
ghcr.io/defenseunicorns/packages/uds/gitlab-runner minor 17.1.0-uds.1-registry1 -> 17.2.1-uds.4-registry1
ghcr.io/defenseunicorns/packages/uds/jira major 1.22.0-uds.0-registry1 -> 9.12.13-uds.0-registry1
ghcr.io/defenseunicorns/packages/uds/mattermost minor 10.0.0-uds.1-registry1 -> 10.1.1-uds.0-registry1
ghcr.io/defenseunicorns/packages/uds/valkey major 7.2.6-uds.0-upstream -> 8.0.1-uds.0-upstream
ghcr.io/zarf-dev/packages/init minor v0.39.0 -> v0.42.0
gitleaks/gitleaks repository minor v8.18.0 -> v8.21.2
pre-commit/pre-commit-hooks repository major v4.0.1 -> v5.0.0
registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (source) minor v1.29.4 -> v1.30.6

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

actions/checkout (actions/checkout)

v4.2.2

Compare Source

defenseunicorns/uds-cli (defenseunicorns/uds-cli)

v0.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: defenseunicorns/uds-cli@nightly-unstable...v0.18.0

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

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
gitleaks/gitleaks (gitleaks/gitleaks)

v8.21.2

Compare Source

Changelog

v8.21.1

Compare Source

Changelog

v8.21.0

Compare Source

Changelog

respect @​rgmz @​9999years

⚠️ Note: you may find some findings that were previously ignored if using .gitleaksignore pop up in your scans. This is due to a fix for a long standing bug where gitleaks would incorrectly report merge commit SHAs instead of the actual commit where a secret was introduced. See the following issues for more context:

v8.20.1

Compare Source

Changelog

v8.20.0

Compare Source

Changelog

Huge huge thanks to @​bplaxco for supporting b64 decoding, @​recreator66 for bug fixes, and to @​rgmz for his continued support of the project in the form of PRs and reviews. Thanks you!

New Feature: Decoding

Sometimes secrets are encoded in a way that can make them difficult to find
with just regex. Now you can tell gitleaks to automatically find and decode
encoded text. The flag --max-decode-depth enables this feature (the default
value "0" means the feature is disabled by default).

Recursive decoding is supported since decoded text can also contain encoded
text. The flag --max-decode-depth sets the recursion limit. Recursion stops
when there are no new segments of encoded text to decode, so setting a really
high max depth doesn't mean it will make that many passes. It will only make as
many as it needs to decode the text. Overall, decoding only minimally increases
scan times.

The findings for encoded text differ from normal findings in the following
ways:

  • The location points the bounds of the encoded text
    • If the rule matches outside the encoded text, the bounds are adjusted to
      include that as well
  • The match and secret contain the decoded value
  • Two tags are added decoded:<encoding> and decode-depth:<depth>

Currently supported encodings:

  • base64 (both standard and base64url)

v8.19.3

Compare Source

Changelog

v8.19.2

Compare Source

Changelog

v8.19.1

Compare Source

Changelog

v8.19.0

Compare Source

Changelog

v8.18.4

Compare Source

Changelog

Shout out to @​coderabbit for their sponsorship!

v8.18.3

Compare Source

Changelog

v8.18.2

Compare Source

Changelog

v8.18.1

Compare Source

Changelog
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)

v5.0.0: pre-commit-hooks v5.0.0

Compare Source

Features
Fixes
Migrating
  • pre-commit-hooks now requires pre-commit>=3.2.0.
  • use non-deprecated names for stages.

v4.6.0: pre-commit-hooks v4.6.0

Compare Source

Features
Migrating

v4.5.0

Compare Source

v4.4.0: pre-commit-hooks v4.4.0

Compare Source

Features

v4.3.0: pre-commit-hooks v4.3.0

Compare Source

Features
  • check-executables-have-shebangs: use git config core.fileMode to determine if it should query git.
  • name-tests-test: add --pytest-test-first test convention.
Fixes

v4.2.0: pre-commit-hooks v4.2.0

Compare Source

Features
Fixes
  • check-merge-conflict: fix detection of ====== conflict marker on windows.
Updating

v4.1.0: pre-commit-hooks v4.1.0

Compare Source

Features
Fixes
Misc.

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 force-pushed the renovate/all branch 5 times, most recently from ca1acee to f905df6 Compare May 23, 2024 16:35
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 5cc6d2e to b58fabd Compare May 29, 2024 23:29
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 87f5a3b to 0a59a55 Compare June 10, 2024 21:20
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d098150 to 5f94035 Compare June 18, 2024 15:15
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1a06459 to b4afeba Compare June 28, 2024 18:54
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c468d54 to 21b0790 Compare October 15, 2024 20:17
@JoeHCQ1 JoeHCQ1 mentioned this pull request Oct 16, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4d29d73 to e56b48a Compare October 16, 2024 20:16
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ab28fda to 8c19edc Compare October 19, 2024 00:16
@renovate renovate bot requested a review from a team as a code owner October 19, 2024 00:16
@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 070fbc8 to be65027 Compare October 28, 2024 13:59
| datasource  | package                                                  | from                   | to                      |
| ----------- | -------------------------------------------------------- | ---------------------- | ----------------------- |
| github-tags | actions/checkout                                         | v4.2.1                 | v4.2.2                  |
| github-tags | defenseunicorns/uds-cli                                  | 0.17.0                 | 0.18.0                  |
| github-tags | defenseunicorns/uds-cli                                  | v0.17.0                | v0.18.0                 |
| github-tags | defenseunicorns/uds-cli                                  | v0.16.0                | v0.18.0                 |
| github-tags | defenseunicorns/uds-common                               | v1.1.0                 | v1.2.1                  |
| docker      | docker.io/nutanix/ntnx-csi                               | 3.0.0                  | 3.1.0                   |
| docker      | docker.io/nutanix/ntnx-csi-precheck                      | 3.0.0                  | 3.1.0                   |
| docker      | ghcr.io/defenseunicorns/packages/metallb                 | 0.0.5-amd64            | 0.1.1-amd64             |
| docker      | ghcr.io/defenseunicorns/packages/uds/core                | 0.29.0-registry1       | 0.29.1-registry1        |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab              | 17.2.9-uds.0-registry1 | 17.3.6-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner       | 17.1.0-uds.1-registry1 | 17.2.1-uds.4-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/jira                | 1.22.0-uds.0-registry1 | 9.12.13-uds.0-registry1 |
| docker      | ghcr.io/defenseunicorns/packages/uds/mattermost          | 10.0.0-uds.1-registry1 | 10.1.1-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/valkey              | 7.2.6-uds.0-upstream   | 8.0.1-uds.0-upstream    |
| docker      | ghcr.io/zarf-dev/packages/init                           | v0.39.0                | v0.42.0                 |
| github-tags | gitleaks/gitleaks                                        | v8.18.0                | v8.21.2                 |
| github-tags | pre-commit/pre-commit-hooks                              | v4.0.1                 | v5.0.0                  |
| docker      | registry1.dso.mil/ironbank/opensource/kubernetes/kubectl | v1.29.4                | v1.30.6                 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant