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): bump github/codeql-action from 3.25.4 to 3.25.5 #3507

Merged
merged 1 commit into from
May 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps github/codeql-action from 3.25.4 to 3.25.5.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

3.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

3.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    As a result, the following inputs and environment variables are now ignored:

    • The setup-python-dependencies input to the init Action
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

    We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

  • Automatically overwrite an existing database if found on the filesystem. #2229

  • Bump the minimum CodeQL bundle version to 2.12.6. #2232

  • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

3.24.10 - 05 Apr 2024

... (truncated)

Commits
  • b7cec75 Merge pull request #2287 from github/update-v3.25.5-4a5197247
  • 6778fe4 Update changelog for v3.25.5
  • 4a51972 Merge pull request #2280 from github/henrymercer/on-demand-ffs
  • a8c32fd Merge pull request #2283 from github/henrymercer/disable-fail-fast
  • f73b0b7 Disable fail fast for non-generated workflows
  • c59e052 Disable fail fast in generated workflows
  • 33e416c Comment that legacyApi is false by default
  • 67f8a36 Merge branch 'main' into henrymercer/on-demand-ffs
  • 4995c49 Merge pull request #2282 from github/henrymercer/no-build-mode-tracing-improv...
  • def4d2c Merge pull request #2273 from github/aeisenberg/specify-versions
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ccf74c9...b7cec75)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 08:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 20, 2024
@dependabot dependabot bot requested a review from moolen May 20, 2024 08:17
Copy link

sonarcloud bot commented May 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@moolen moolen merged commit edea258 into main May 25, 2024
15 checks passed
@moolen moolen deleted the dependabot/github_actions/github/codeql-action-3.25.5 branch May 25, 2024 13:14
szinn pushed a commit to szinn/k8s-homelab that referenced this pull request Jun 4, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[external-secrets](https://togithub.com/external-secrets/external-secrets)
| patch | `0.9.18` -> `0.9.19` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

###
[`v0.9.19`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare
Source](https://togithub.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

- bump 0.9.18 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3492
- Fix flaky ES controller test by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3493
- Raise error when unknown key specified in template by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3480
- Update ci.yml with ppc64le arch support by
[@&#8203;IdanAdar](https://togithub.com/IdanAdar) in
[external-secrets/external-secrets#3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3510
- chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3508
- chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3504
- chore(deps): bump golang from `2a88224` to `f1fe698` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3503
- chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3509
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3513
- ppc64le additions by [@&#8203;IdanAdar](https://togithub.com/IdanAdar)
in
[external-secrets/external-secrets#3535
- chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3523
- doc(BitWarden): extends the liveness timeout by
[@&#8203;acolombier](https://togithub.com/acolombier) in
[external-secrets/external-secrets#3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3532
- chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3543
- chore(deps): bump golang from `f1fe698` to `b8ded51` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3522
- chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3533
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3534
- Fix: ESO template crash when Kubernetes secret data is nil by
[@&#8203;ma-ble](https://togithub.com/ma-ble) in
[external-secrets/external-secrets#3537
- chore(deps): bump alpine from `c5b1261` to `77726ef` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3524
- Add CA-Bundle to pemToPkcs12 output by
[@&#8203;WatcherWhale](https://togithub.com/WatcherWhale) in
[external-secrets/external-secrets#3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3548
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3550

#### New Contributors

- [@&#8203;acolombier](https://togithub.com/acolombier) made their first
contribution in
[external-secrets/external-secrets#3542
- [@&#8203;ma-ble](https://togithub.com/ma-ble) made their first
contribution in
[external-secrets/external-secrets#3537

**Full Changelog**:
external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
szinn pushed a commit to szinn/k8s-homelab that referenced this pull request Jun 4, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[external-secrets](https://togithub.com/external-secrets/external-secrets)
| patch | `0.9.18` -> `0.9.19` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

###
[`v0.9.19`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare
Source](https://togithub.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

- bump 0.9.18 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3492
- Fix flaky ES controller test by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3493
- Raise error when unknown key specified in template by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3480
- Update ci.yml with ppc64le arch support by
[@&#8203;IdanAdar](https://togithub.com/IdanAdar) in
[external-secrets/external-secrets#3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3510
- chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3508
- chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3504
- chore(deps): bump golang from `2a88224` to `f1fe698` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3503
- chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3509
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3513
- ppc64le additions by [@&#8203;IdanAdar](https://togithub.com/IdanAdar)
in
[external-secrets/external-secrets#3535
- chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3523
- doc(BitWarden): extends the liveness timeout by
[@&#8203;acolombier](https://togithub.com/acolombier) in
[external-secrets/external-secrets#3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3532
- chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3543
- chore(deps): bump golang from `f1fe698` to `b8ded51` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3522
- chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3533
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3534
- Fix: ESO template crash when Kubernetes secret data is nil by
[@&#8203;ma-ble](https://togithub.com/ma-ble) in
[external-secrets/external-secrets#3537
- chore(deps): bump alpine from `c5b1261` to `77726ef` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3524
- Add CA-Bundle to pemToPkcs12 output by
[@&#8203;WatcherWhale](https://togithub.com/WatcherWhale) in
[external-secrets/external-secrets#3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3548
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3550

#### New Contributors

- [@&#8203;acolombier](https://togithub.com/acolombier) made their first
contribution in
[external-secrets/external-secrets#3542
- [@&#8203;ma-ble](https://togithub.com/ma-ble) made their first
contribution in
[external-secrets/external-secrets#3537

**Full Changelog**:
external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
nrdufour pushed a commit to nrdufour/home-ops that referenced this pull request Jun 5, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | patch | `0.9.18` -> `0.9.19` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

### [`v0.9.19`](https://github.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare Source](external-secrets/external-secrets@v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

-   bump 0.9.18 by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in external-secrets/external-secrets#3492
-   Fix flaky ES controller test by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3493
-   Raise error when unknown key specified in template by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3480
-   Update ci.yml with ppc64le arch support by [@&#8203;IdanAdar](https://github.com/IdanAdar) in external-secrets/external-secrets#3500
-   chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3512
-   chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3511
-   chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3510
-   chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3508
-   chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3507
-   chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3506
-   chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3505
-   chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3504
-   chore(deps): bump golang from `2a88224` to `f1fe698` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3503
-   chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3509
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3513
-   ppc64le additions by [@&#8203;IdanAdar](https://github.com/IdanAdar) in external-secrets/external-secrets#3535
-   chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3523
-   doc(BitWarden): extends the liveness timeout by [@&#8203;acolombier](https://github.com/acolombier) in external-secrets/external-secrets#3542
-   chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3526
-   chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3527
-   chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3528
-   chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3530
-   chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3531
-   chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3532
-   chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3543
-   chore(deps): bump golang from `f1fe698` to `b8ded51` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3522
-   chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3525
-   chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3529
-   chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3533
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3534
-   Fix: ESO template crash when Kubernetes secret data is nil  by [@&#8203;ma-ble](https://github.com/ma-ble) in external-secrets/external-secrets#3537
-   chore(deps): bump alpine from `c5b1261` to `77726ef` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3524
-   Add CA-Bundle to pemToPkcs12 output by [@&#8203;WatcherWhale](https://github.com/WatcherWhale) in external-secrets/external-secrets#3494
-   chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3544
-   chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3545
-   chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3546
-   chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3547
-   chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3549
-   chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3548
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3550

#### New Contributors

-   [@&#8203;acolombier](https://github.com/acolombier) made their first contribution in external-secrets/external-secrets#3542
-   [@&#8203;ma-ble](https://github.com/ma-ble) made their first contribution in external-secrets/external-secrets#3537

**Full Changelog**: external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://git.internal/nrdufour/home-ops/pulls/471
Co-authored-by: Renovate <renovate@ptinem.casa>
Co-committed-by: Renovate <renovate@ptinem.casa>
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Jun 5, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[external-secrets](https://togithub.com/external-secrets/external-secrets)
| patch | `0.9.18` -> `0.9.19` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

###
[`v0.9.19`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare
Source](https://togithub.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

- bump 0.9.18 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3492
- Fix flaky ES controller test by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3493
- Raise error when unknown key specified in template by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3480
- Update ci.yml with ppc64le arch support by
[@&#8203;IdanAdar](https://togithub.com/IdanAdar) in
[external-secrets/external-secrets#3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3510
- chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3508
- chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3504
- chore(deps): bump golang from `2a88224` to `f1fe698` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3503
- chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3509
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3513
- ppc64le additions by [@&#8203;IdanAdar](https://togithub.com/IdanAdar)
in
[external-secrets/external-secrets#3535
- chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3523
- doc(BitWarden): extends the liveness timeout by
[@&#8203;acolombier](https://togithub.com/acolombier) in
[external-secrets/external-secrets#3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3532
- chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3543
- chore(deps): bump golang from `f1fe698` to `b8ded51` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3522
- chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3533
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3534
- Fix: ESO template crash when Kubernetes secret data is nil by
[@&#8203;ma-ble](https://togithub.com/ma-ble) in
[external-secrets/external-secrets#3537
- chore(deps): bump alpine from `c5b1261` to `77726ef` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3524
- Add CA-Bundle to pemToPkcs12 output by
[@&#8203;WatcherWhale](https://togithub.com/WatcherWhale) in
[external-secrets/external-secrets#3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3548
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3550

#### New Contributors

- [@&#8203;acolombier](https://togithub.com/acolombier) made their first
contribution in
[external-secrets/external-secrets#3542
- [@&#8203;ma-ble](https://togithub.com/ma-ble) made their first
contribution in
[external-secrets/external-secrets#3537

**Full Changelog**:
external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Jun 5, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[external-secrets](https://togithub.com/external-secrets/external-secrets)
| patch | `0.9.18` -> `0.9.19` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

###
[`v0.9.19`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare
Source](https://togithub.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

- bump 0.9.18 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3492
- Fix flaky ES controller test by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3493
- Raise error when unknown key specified in template by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3480
- Update ci.yml with ppc64le arch support by
[@&#8203;IdanAdar](https://togithub.com/IdanAdar) in
[external-secrets/external-secrets#3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3510
- chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3508
- chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3504
- chore(deps): bump golang from `2a88224` to `f1fe698` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3503
- chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3509
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3513
- ppc64le additions by [@&#8203;IdanAdar](https://togithub.com/IdanAdar)
in
[external-secrets/external-secrets#3535
- chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3523
- doc(BitWarden): extends the liveness timeout by
[@&#8203;acolombier](https://togithub.com/acolombier) in
[external-secrets/external-secrets#3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3532
- chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3543
- chore(deps): bump golang from `f1fe698` to `b8ded51` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3522
- chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3533
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3534
- Fix: ESO template crash when Kubernetes secret data is nil by
[@&#8203;ma-ble](https://togithub.com/ma-ble) in
[external-secrets/external-secrets#3537
- chore(deps): bump alpine from `c5b1261` to `77726ef` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3524
- Add CA-Bundle to pemToPkcs12 output by
[@&#8203;WatcherWhale](https://togithub.com/WatcherWhale) in
[external-secrets/external-secrets#3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3548
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3550

#### New Contributors

- [@&#8203;acolombier](https://togithub.com/acolombier) made their first
contribution in
[external-secrets/external-secrets#3542
- [@&#8203;ma-ble](https://togithub.com/ma-ble) made their first
contribution in
[external-secrets/external-secrets#3537

**Full Changelog**:
external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
kireque pushed a commit to kireque/home-ops that referenced this pull request Jun 6, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[external-secrets](https://togithub.com/external-secrets/external-secrets)
| patch | `0.9.18` -> `0.9.19` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

###
[`v0.9.19`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.19)

[Compare
Source](https://togithub.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19)

Image: `ghcr.io/external-secrets/external-secrets:v0.9.19`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl`

#### What's Changed

- bump 0.9.18 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3492
- Fix flaky ES controller test by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3493
- Raise error when unknown key specified in template by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3480
- Update ci.yml with ppc64le arch support by
[@&#8203;IdanAdar](https://togithub.com/IdanAdar) in
[external-secrets/external-secrets#3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3510
- chore(deps): bump golang from `6d71b7c` to `5c56bd4` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3508
- chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3504
- chore(deps): bump golang from `2a88224` to `f1fe698` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3503
- chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3509
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3513
- ppc64le additions by [@&#8203;IdanAdar](https://togithub.com/IdanAdar)
in
[external-secrets/external-secrets#3535
- chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3523
- doc(BitWarden): extends the liveness timeout by
[@&#8203;acolombier](https://togithub.com/acolombier) in
[external-secrets/external-secrets#3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3532
- chore(deps): bump ubi8/ubi-minimal from `f729a7f` to `9e458f4` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3543
- chore(deps): bump golang from `f1fe698` to `b8ded51` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3522
- chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3533
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3534
- Fix: ESO template crash when Kubernetes secret data is nil by
[@&#8203;ma-ble](https://togithub.com/ma-ble) in
[external-secrets/external-secrets#3537
- chore(deps): bump alpine from `c5b1261` to `77726ef` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3524
- Add CA-Bundle to pemToPkcs12 output by
[@&#8203;WatcherWhale](https://togithub.com/WatcherWhale) in
[external-secrets/external-secrets#3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3548
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3550

#### New Contributors

- [@&#8203;acolombier](https://togithub.com/acolombier) made their first
contribution in
[external-secrets/external-secrets#3542
- [@&#8203;ma-ble](https://togithub.com/ma-ble) made their first
contribution in
[external-secrets/external-secrets#3537

**Full Changelog**:
external-secrets/external-secrets@v0.9.18...v0.9.19

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
Bude8 pushed a commit to Bude8/external-secrets that referenced this pull request Jun 13, 2024
…l-secrets#3507)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ccf74c9...b7cec75)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Bude8 <henryblee8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant