Skip to content

Comments

chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4#3488

Merged
gusfcarvalho merged 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-3.25.4
May 13, 2024
Merged

chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4#3488
gusfcarvalho merged 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-3.25.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps github/codeql-action from 3.25.3 to 3.25.4.

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]

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

  • Update default CodeQL bundle version to 2.17.0. #2219
  • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
    • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

... (truncated)

Commits
  • ccf74c9 Merge pull request #2275 from github/update-v3.25.4-4b812a5df
  • 4fdf4ac Update changelog for v3.25.4
  • 4b812a5 Merge pull request #2270 from github/update-bundle/codeql-bundle-v2.17.2
  • 1e21373 Merge pull request #2272 from github/marcogario-patch-1
  • 4673d41 Build js files
  • 65297ef Update link to deprecation changelog
  • 84d6ead Merge pull request #2271 from github/koesie10/remove-cli-sarif-merge-ff
  • b20bf59 Remove CLI SARIF merge feature flag
  • 93b8232 Merge pull request #2265 from github/koesie10/deprecate-merge
  • ee63da2 Add changelog note
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 08:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file area/ci Pull requests that update Github_actions code labels May 13, 2024
@dependabot dependabot bot requested a review from shuheiktgw May 13, 2024 08:38
@sonarqubecloud
Copy link

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

@gusfcarvalho gusfcarvalho merged commit b4cb0ef into main May 13, 2024
@gusfcarvalho gusfcarvalho deleted the dependabot/github_actions/github/codeql-action-3.25.4 branch May 13, 2024 16:41
nrdufour pushed a commit to nrdufour/home-ops that referenced this pull request May 14, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

-   bump helm charts for 0.9.17 by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in external-secrets/external-secrets#3439
-   Implemented `updatePolicy: IfNotExists` for AWS Secret Store by [@&#8203;ppatel1604](https://github.com/ppatel1604) in external-secrets/external-secrets#3438
-   Issue 3436 by [@&#8203;himasagaratluri](https://github.com/himasagaratluri) in external-secrets/external-secrets#3444
-   Fixed docs nav bar and a couple of broken links by [@&#8203;ppatel1604](https://github.com/ppatel1604) in external-secrets/external-secrets#3445
-   Add githubaccesstoken CRD to kustomization.yaml by [@&#8203;ljtfreitas](https://github.com/ljtfreitas) in external-secrets/external-secrets#3446
-   chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3456
-   chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3453
-   chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3452
-   chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3451
-   chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3450
-   chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3455
-   chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3454
-   Update getting-started.md by [@&#8203;zioproto](https://github.com/zioproto) in external-secrets/external-secrets#3464
-   Use maps.Equal to compare maps by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3460
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3458
-   fix(helm): remove git merge pointers by [@&#8203;cilindrox](https://github.com/cilindrox) in external-secrets/external-secrets#3467
-   GitHub token gen doc by [@&#8203;mike-serchenia](https://github.com/mike-serchenia) in external-secrets/external-secrets#3463
-   fix: add dnsPolicy to Deployment by [@&#8203;halilkaya](https://github.com/halilkaya) in external-secrets/external-secrets#3457
-   Update .helmignore by [@&#8203;BobDu](https://github.com/BobDu) in external-secrets/external-secrets#3472
-   Start reconciliation when a secret has changed by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3459
-   Update getting-started.md by [@&#8203;BobDu](https://github.com/BobDu) in external-secrets/external-secrets#3476
-   Add support for Authentication against Azure Key Vault using Client Certificate by [@&#8203;lieberlois](https://github.com/lieberlois) in external-secrets/external-secrets#3469
-   chore(deps): bump golang from 1.22.2 to 1.22.3 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3481
-   chore(deps): bump ubi8/ubi-minimal from `f30dbf7` to `2fa47fa` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3482
-   chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3483
-   chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3485
-   chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3487
-   chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3488
-   chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3489
-   chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3490
-   chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3484
-   chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3486
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3491

#### New Contributors

-   [@&#8203;himasagaratluri](https://github.com/himasagaratluri) made their first contribution in external-secrets/external-secrets#3444
-   [@&#8203;ljtfreitas](https://github.com/ljtfreitas) made their first contribution in external-secrets/external-secrets#3446
-   [@&#8203;zioproto](https://github.com/zioproto) made their first contribution in external-secrets/external-secrets#3464
-   [@&#8203;cilindrox](https://github.com/cilindrox) made their first contribution in external-secrets/external-secrets#3467
-   [@&#8203;halilkaya](https://github.com/halilkaya) made their first contribution in external-secrets/external-secrets#3457
-   [@&#8203;BobDu](https://github.com/BobDu) made their first contribution in external-secrets/external-secrets#3472
-   [@&#8203;lieberlois](https://github.com/lieberlois) made their first contribution in external-secrets/external-secrets#3469

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://git.internal/nrdufour/home-ops/pulls/461
Co-authored-by: Renovate <[email protected]>
Co-committed-by: Renovate <[email protected]>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops May 16, 2024
This PR contains the following updates:

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

---

> [!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.18`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.18)

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

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

#### What's Changed

- bump helm charts for 0.9.17 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3439](https://togithub.com/external-secrets/external-secrets/pull/3439)
- Implemented `updatePolicy: IfNotExists` for AWS Secret Store by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3438](https://togithub.com/external-secrets/external-secrets/pull/3438)
- Issue 3436 by
[@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- Fixed docs nav bar and a couple of broken links by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3445](https://togithub.com/external-secrets/external-secrets/pull/3445)
- Add githubaccesstoken CRD to kustomization.yaml by
[@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3456](https://togithub.com/external-secrets/external-secrets/pull/3456)
- chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3453](https://togithub.com/external-secrets/external-secrets/pull/3453)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3452](https://togithub.com/external-secrets/external-secrets/pull/3452)
- chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3451](https://togithub.com/external-secrets/external-secrets/pull/3451)
- chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3450](https://togithub.com/external-secrets/external-secrets/pull/3450)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3455](https://togithub.com/external-secrets/external-secrets/pull/3455)
- chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3454](https://togithub.com/external-secrets/external-secrets/pull/3454)
- Update getting-started.md by
[@&#8203;zioproto](https://togithub.com/zioproto) in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- Use maps.Equal to compare maps by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3460](https://togithub.com/external-secrets/external-secrets/pull/3460)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3458](https://togithub.com/external-secrets/external-secrets/pull/3458)
- fix(helm): remove git merge pointers by
[@&#8203;cilindrox](https://togithub.com/cilindrox) in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- GitHub token gen doc by
[@&#8203;mike-serchenia](https://togithub.com/mike-serchenia) in
[https://github.com/external-secrets/external-secrets/pull/3463](https://togithub.com/external-secrets/external-secrets/pull/3463)
- fix: add dnsPolicy to Deployment by
[@&#8203;halilkaya](https://togithub.com/halilkaya) in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- Update .helmignore by [@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- Start reconciliation when a secret has changed by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3459](https://togithub.com/external-secrets/external-secrets/pull/3459)
- Update getting-started.md by
[@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3476](https://togithub.com/external-secrets/external-secrets/pull/3476)
- Add support for Authentication against Azure Key Vault using Client
Certificate by [@&#8203;lieberlois](https://togithub.com/lieberlois) in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)
- chore(deps): bump golang from 1.22.2 to 1.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3481](https://togithub.com/external-secrets/external-secrets/pull/3481)
- chore(deps): bump ubi8/ubi-minimal from `f30dbf7` to `2fa47fa` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3482](https://togithub.com/external-secrets/external-secrets/pull/3482)
- chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3483](https://togithub.com/external-secrets/external-secrets/pull/3483)
- chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in
/e2e by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3485](https://togithub.com/external-secrets/external-secrets/pull/3485)
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3487](https://togithub.com/external-secrets/external-secrets/pull/3487)
- chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3488](https://togithub.com/external-secrets/external-secrets/pull/3488)
- chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3489](https://togithub.com/external-secrets/external-secrets/pull/3489)
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3490](https://togithub.com/external-secrets/external-secrets/pull/3490)
- chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3484](https://togithub.com/external-secrets/external-secrets/pull/3484)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3486](https://togithub.com/external-secrets/external-secrets/pull/3486)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3491](https://togithub.com/external-secrets/external-secrets/pull/3491)

#### New Contributors

- [@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) made
their first contribution in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- [@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- [@&#8203;zioproto](https://togithub.com/zioproto) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- [@&#8203;cilindrox](https://togithub.com/cilindrox) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- [@&#8203;halilkaya](https://togithub.com/halilkaya) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- [@&#8203;BobDu](https://togithub.com/BobDu) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- [@&#8203;lieberlois](https://togithub.com/lieberlois) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops May 16, 2024
This PR contains the following updates:

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

---

> [!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.18`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.18)

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

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

#### What's Changed

- bump helm charts for 0.9.17 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3439](https://togithub.com/external-secrets/external-secrets/pull/3439)
- Implemented `updatePolicy: IfNotExists` for AWS Secret Store by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3438](https://togithub.com/external-secrets/external-secrets/pull/3438)
- Issue 3436 by
[@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- Fixed docs nav bar and a couple of broken links by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3445](https://togithub.com/external-secrets/external-secrets/pull/3445)
- Add githubaccesstoken CRD to kustomization.yaml by
[@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3456](https://togithub.com/external-secrets/external-secrets/pull/3456)
- chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3453](https://togithub.com/external-secrets/external-secrets/pull/3453)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3452](https://togithub.com/external-secrets/external-secrets/pull/3452)
- chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3451](https://togithub.com/external-secrets/external-secrets/pull/3451)
- chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3450](https://togithub.com/external-secrets/external-secrets/pull/3450)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3455](https://togithub.com/external-secrets/external-secrets/pull/3455)
- chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3454](https://togithub.com/external-secrets/external-secrets/pull/3454)
- Update getting-started.md by
[@&#8203;zioproto](https://togithub.com/zioproto) in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- Use maps.Equal to compare maps by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3460](https://togithub.com/external-secrets/external-secrets/pull/3460)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3458](https://togithub.com/external-secrets/external-secrets/pull/3458)
- fix(helm): remove git merge pointers by
[@&#8203;cilindrox](https://togithub.com/cilindrox) in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- GitHub token gen doc by
[@&#8203;mike-serchenia](https://togithub.com/mike-serchenia) in
[https://github.com/external-secrets/external-secrets/pull/3463](https://togithub.com/external-secrets/external-secrets/pull/3463)
- fix: add dnsPolicy to Deployment by
[@&#8203;halilkaya](https://togithub.com/halilkaya) in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- Update .helmignore by [@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- Start reconciliation when a secret has changed by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3459](https://togithub.com/external-secrets/external-secrets/pull/3459)
- Update getting-started.md by
[@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3476](https://togithub.com/external-secrets/external-secrets/pull/3476)
- Add support for Authentication against Azure Key Vault using Client
Certificate by [@&#8203;lieberlois](https://togithub.com/lieberlois) in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)
- chore(deps): bump golang from 1.22.2 to 1.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3481](https://togithub.com/external-secrets/external-secrets/pull/3481)
- chore(deps): bump ubi8/ubi-minimal from `f30dbf7` to `2fa47fa` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3482](https://togithub.com/external-secrets/external-secrets/pull/3482)
- chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3483](https://togithub.com/external-secrets/external-secrets/pull/3483)
- chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in
/e2e by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3485](https://togithub.com/external-secrets/external-secrets/pull/3485)
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3487](https://togithub.com/external-secrets/external-secrets/pull/3487)
- chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3488](https://togithub.com/external-secrets/external-secrets/pull/3488)
- chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3489](https://togithub.com/external-secrets/external-secrets/pull/3489)
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3490](https://togithub.com/external-secrets/external-secrets/pull/3490)
- chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3484](https://togithub.com/external-secrets/external-secrets/pull/3484)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3486](https://togithub.com/external-secrets/external-secrets/pull/3486)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3491](https://togithub.com/external-secrets/external-secrets/pull/3491)

#### New Contributors

- [@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) made
their first contribution in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- [@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- [@&#8203;zioproto](https://togithub.com/zioproto) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- [@&#8203;cilindrox](https://togithub.com/cilindrox) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- [@&#8203;halilkaya](https://togithub.com/halilkaya) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- [@&#8203;BobDu](https://togithub.com/BobDu) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- [@&#8203;lieberlois](https://togithub.com/lieberlois) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
kireque referenced this pull request in kireque/home-ops-old May 16, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

- bump helm charts for 0.9.17 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3439](https://togithub.com/external-secrets/external-secrets/pull/3439)
- Implemented `updatePolicy: IfNotExists` for AWS Secret Store by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3438](https://togithub.com/external-secrets/external-secrets/pull/3438)
- Issue 3436 by
[@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- Fixed docs nav bar and a couple of broken links by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3445](https://togithub.com/external-secrets/external-secrets/pull/3445)
- Add githubaccesstoken CRD to kustomization.yaml by
[@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3456](https://togithub.com/external-secrets/external-secrets/pull/3456)
- chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3453](https://togithub.com/external-secrets/external-secrets/pull/3453)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3452](https://togithub.com/external-secrets/external-secrets/pull/3452)
- chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3451](https://togithub.com/external-secrets/external-secrets/pull/3451)
- chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3450](https://togithub.com/external-secrets/external-secrets/pull/3450)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3455](https://togithub.com/external-secrets/external-secrets/pull/3455)
- chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3454](https://togithub.com/external-secrets/external-secrets/pull/3454)
- Update getting-started.md by
[@&#8203;zioproto](https://togithub.com/zioproto) in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- Use maps.Equal to compare maps by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3460](https://togithub.com/external-secrets/external-secrets/pull/3460)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3458](https://togithub.com/external-secrets/external-secrets/pull/3458)
- fix(helm): remove git merge pointers by
[@&#8203;cilindrox](https://togithub.com/cilindrox) in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- GitHub token gen doc by
[@&#8203;mike-serchenia](https://togithub.com/mike-serchenia) in
[https://github.com/external-secrets/external-secrets/pull/3463](https://togithub.com/external-secrets/external-secrets/pull/3463)
- fix: add dnsPolicy to Deployment by
[@&#8203;halilkaya](https://togithub.com/halilkaya) in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- Update .helmignore by [@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- Start reconciliation when a secret has changed by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3459](https://togithub.com/external-secrets/external-secrets/pull/3459)
- Update getting-started.md by
[@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3476](https://togithub.com/external-secrets/external-secrets/pull/3476)
- Add support for Authentication against Azure Key Vault using Client
Certificate by [@&#8203;lieberlois](https://togithub.com/lieberlois) in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)
- chore(deps): bump golang from 1.22.2 to 1.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3481](https://togithub.com/external-secrets/external-secrets/pull/3481)
- chore(deps): bump ubi8/ubi-minimal from `f30dbf7` to `2fa47fa` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3482](https://togithub.com/external-secrets/external-secrets/pull/3482)
- chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3483](https://togithub.com/external-secrets/external-secrets/pull/3483)
- chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in
/e2e by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3485](https://togithub.com/external-secrets/external-secrets/pull/3485)
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3487](https://togithub.com/external-secrets/external-secrets/pull/3487)
- chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3488](https://togithub.com/external-secrets/external-secrets/pull/3488)
- chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3489](https://togithub.com/external-secrets/external-secrets/pull/3489)
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3490](https://togithub.com/external-secrets/external-secrets/pull/3490)
- chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3484](https://togithub.com/external-secrets/external-secrets/pull/3484)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3486](https://togithub.com/external-secrets/external-secrets/pull/3486)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3491](https://togithub.com/external-secrets/external-secrets/pull/3491)

#### New Contributors

- [@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) made
their first contribution in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- [@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- [@&#8203;zioproto](https://togithub.com/zioproto) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- [@&#8203;cilindrox](https://togithub.com/cilindrox) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- [@&#8203;halilkaya](https://togithub.com/halilkaya) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- [@&#8203;BobDu](https://togithub.com/BobDu) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- [@&#8203;lieberlois](https://togithub.com/lieberlois) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

---------

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
Co-authored-by: Kireque <[email protected]>
default23 pushed a commit to default23/external-secrets that referenced this pull request May 17, 2024
…l-secrets#3488)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lambchop4prez referenced this pull request in lambchop4prez/network Jun 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

> [!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.18`](https://togithub.com/external-secrets/external-secrets/releases/tag/v0.9.18)

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

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

#### What's Changed

- bump helm charts for 0.9.17 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3439](https://togithub.com/external-secrets/external-secrets/pull/3439)
- Implemented `updatePolicy: IfNotExists` for AWS Secret Store by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3438](https://togithub.com/external-secrets/external-secrets/pull/3438)
- Issue 3436 by
[@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- Fixed docs nav bar and a couple of broken links by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[https://github.com/external-secrets/external-secrets/pull/3445](https://togithub.com/external-secrets/external-secrets/pull/3445)
- Add githubaccesstoken CRD to kustomization.yaml by
[@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3456](https://togithub.com/external-secrets/external-secrets/pull/3456)
- chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3453](https://togithub.com/external-secrets/external-secrets/pull/3453)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3452](https://togithub.com/external-secrets/external-secrets/pull/3452)
- chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3451](https://togithub.com/external-secrets/external-secrets/pull/3451)
- chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3450](https://togithub.com/external-secrets/external-secrets/pull/3450)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3455](https://togithub.com/external-secrets/external-secrets/pull/3455)
- chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3454](https://togithub.com/external-secrets/external-secrets/pull/3454)
- Update getting-started.md by
[@&#8203;zioproto](https://togithub.com/zioproto) in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- Use maps.Equal to compare maps by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3460](https://togithub.com/external-secrets/external-secrets/pull/3460)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3458](https://togithub.com/external-secrets/external-secrets/pull/3458)
- fix(helm): remove git merge pointers by
[@&#8203;cilindrox](https://togithub.com/cilindrox) in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- GitHub token gen doc by
[@&#8203;mike-serchenia](https://togithub.com/mike-serchenia) in
[https://github.com/external-secrets/external-secrets/pull/3463](https://togithub.com/external-secrets/external-secrets/pull/3463)
- fix: add dnsPolicy to Deployment by
[@&#8203;halilkaya](https://togithub.com/halilkaya) in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- Update .helmignore by [@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- Start reconciliation when a secret has changed by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[https://github.com/external-secrets/external-secrets/pull/3459](https://togithub.com/external-secrets/external-secrets/pull/3459)
- Update getting-started.md by
[@&#8203;BobDu](https://togithub.com/BobDu) in
[https://github.com/external-secrets/external-secrets/pull/3476](https://togithub.com/external-secrets/external-secrets/pull/3476)
- Add support for Authentication against Azure Key Vault using Client
Certificate by [@&#8203;lieberlois](https://togithub.com/lieberlois) in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)
- chore(deps): bump golang from 1.22.2 to 1.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3481](https://togithub.com/external-secrets/external-secrets/pull/3481)
- chore(deps): bump ubi8/ubi-minimal from `f30dbf7` to `2fa47fa` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3482](https://togithub.com/external-secrets/external-secrets/pull/3482)
- chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/external-secrets/external-secrets/pull/3483](https://togithub.com/external-secrets/external-secrets/pull/3483)
- chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in
/e2e by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3485](https://togithub.com/external-secrets/external-secrets/pull/3485)
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3487](https://togithub.com/external-secrets/external-secrets/pull/3487)
- chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3488](https://togithub.com/external-secrets/external-secrets/pull/3488)
- chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3489](https://togithub.com/external-secrets/external-secrets/pull/3489)
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3490](https://togithub.com/external-secrets/external-secrets/pull/3490)
- chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3484](https://togithub.com/external-secrets/external-secrets/pull/3484)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3486](https://togithub.com/external-secrets/external-secrets/pull/3486)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3491](https://togithub.com/external-secrets/external-secrets/pull/3491)

#### New Contributors

- [@&#8203;himasagaratluri](https://togithub.com/himasagaratluri) made
their first contribution in
[https://github.com/external-secrets/external-secrets/pull/3444](https://togithub.com/external-secrets/external-secrets/pull/3444)
- [@&#8203;ljtfreitas](https://togithub.com/ljtfreitas) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3446](https://togithub.com/external-secrets/external-secrets/pull/3446)
- [@&#8203;zioproto](https://togithub.com/zioproto) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3464](https://togithub.com/external-secrets/external-secrets/pull/3464)
- [@&#8203;cilindrox](https://togithub.com/cilindrox) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3467](https://togithub.com/external-secrets/external-secrets/pull/3467)
- [@&#8203;halilkaya](https://togithub.com/halilkaya) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3457](https://togithub.com/external-secrets/external-secrets/pull/3457)
- [@&#8203;BobDu](https://togithub.com/BobDu) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3472](https://togithub.com/external-secrets/external-secrets/pull/3472)
- [@&#8203;lieberlois](https://togithub.com/lieberlois) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3469](https://togithub.com/external-secrets/external-secrets/pull/3469)

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

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Bude8 pushed a commit to Bude8/external-secrets that referenced this pull request Jun 13, 2024
…l-secrets#3488)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Bude8 <[email protected]>
pacificcode pushed a commit to pacificcode/external-secrets that referenced this pull request Jul 3, 2024
…l-secrets#3488)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Bill Hamilton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci Pull requests that update Github_actions code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant