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

Improve bitwarden example #3435

Merged

Conversation

imstevenxyz
Copy link
Contributor

Problem Statement

No specific problem

Related Issue

No related isssue

Proposed Changes

This PR improves the bitwarden example documentation by introducing a new (Cluster)SecretStore that is able to fetch attachments from Bitwarden. This is useful for fetching files like SSH keys for example. I also improved the grammar and spelling in the docs.

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

Additional information

I could not run make docs.serve until I modified the mkdocs.yaml file. It had invalid keys that I also fixed in this PR.
Furthermore, I could not run make test or make reviewable as yq gives me the following error:

usage: yq [-h] [--yaml-output] [--yaml-roundtrip]
          [--yaml-output-grammar-version {1.1,1.2}] [--width WIDTH]
          [--indentless-lists] [--explicit-start] [--explicit-end]
          [--in-place] [--version]
          [jq_filter] [files ...]
yq: error: argument files: can't open '.spec.conversion.strategy = "Webhook" | .spec.conversion.webhook.conversionReviewVersions = ["v1"] | .spec.conversion.webhook.clientConfig.service.name = "kubernetes" | .spec.conversion.webhook.clientConfig.service.namespace = "default" |       .spec.conversion.webhook.clientConfig.service.path = "/convert"': [Errno 36] File name too long: '.spec.conversion.strategy = "Webhook" | .spec.conversion.webhook.conversionReviewVersions = ["v1"] | .spec.conversion.webhook.clientConfig.service.name = "kubernetes" | .spec.conversion.webhook.clientConfig.service.namespace = "default" |\t.spec.conversion.webhook.clientConfig.service.path = "/convert"'
make: *** [Makefile:136: generate] Error 2

Signed-off-by: Steven I. <commits@imsteven.xyz>
Signed-off-by: Steven I. <commits@imsteven.xyz>
@imstevenxyz imstevenxyz requested a review from a team as a code owner April 29, 2024 20:37
Copy link

sonarcloud bot commented Apr 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gusfcarvalho
Copy link
Member

hi @imstevenxyz can you please sign your commits? This can be done with git commit --signoff flag

@imstevenxyz
Copy link
Contributor Author

hi @imstevenxyz can you please sign your commits? This can be done with git commit --signoff flag

They are signed, I do not know why DCO is not picking up my name correctly.

@gusfcarvalho
Copy link
Member

gusfcarvalho commented Apr 30, 2024

DCO verifies that your email is registered within your github alias (i.e. the account is bound to that email). If they differ, DCO would fail... perhaps thats it?

In any case, if you agree, I'll set it to pass manually. Are you OK with it?

@imstevenxyz
Copy link
Contributor Author

imstevenxyz commented Apr 30, 2024

Looks like Github/DCO is removing the trailing . from my name. It is all good, you can manually set it to pass. I opened an Issue on the DCO repo.

@gusfcarvalho gusfcarvalho merged commit 297e55d into external-secrets:main Apr 30, 2024
14 checks passed
@gusfcarvalho
Copy link
Member

thanks for your contribution @imstevenxyz

nrdufour pushed a commit to nrdufour/home-ops that referenced this pull request May 2, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

-   bump 0.9.16 by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in external-secrets/external-secrets#3385
-   Fix typo in webhook.md by [@&#8203;Bo0km4n](https://github.com/Bo0km4n) in external-secrets/external-secrets#3388
-   Publish the secret updated events only when they are updated by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3293
-   Feat/add validations to external secret data from remote ref by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3390
-   chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3406
-   chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3405
-   chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3404
-   chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3402
-   Fix Azure Container Registry Generator invalid YAML by [@&#8203;ppatel1604](https://github.com/ppatel1604) in external-secrets/external-secrets#3414
-   Update Go and golangci-lint version by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3396
-   chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3401
-   ADOPTERS.md: add Fivetran by [@&#8203;felipeneuwald](https://github.com/felipeneuwald) in external-secrets/external-secrets#3409
-   Add Conjur Support for FindByName, FindByTag by [@&#8203;szh](https://github.com/szh) in external-secrets/external-secrets#3364
-   chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3403
-   Add support for specifying extra manifests via helm by [@&#8203;upodroid](https://github.com/upodroid) in external-secrets/external-secrets#3421
-   Methods for managing securityContext and OpenShift support by [@&#8203;sabre1041](https://github.com/sabre1041) in external-secrets/external-secrets#3420
-   Refactor the SecretStore client manager by [@&#8203;shuheiktgw](https://github.com/shuheiktgw) in external-secrets/external-secrets#3419
-   chore(deps): bump golang from `cdc86d9` to `cdc86d9` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3423
-   chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3425
-   chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3426
-   chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3427
-   chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3428
-   chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3429
-   chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3430
-   chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3431
-   chore(deps): bump golang from `b03f3ba` to `d0902ba` in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3432
-   Update common-k8s-secret-types.md to fix get secret jsonpath by [@&#8203;tyki6](https://github.com/tyki6) in external-secrets/external-secrets#3434
-   chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in external-secrets/external-secrets#3433
-   chore(deps): bump distroless/static from `6d31326` to `4197211` by [@&#8203;dependabot](https://github.com/dependabot) in external-secrets/external-secrets#3424
-   Improve bitwarden example by [@&#8203;imstevenxyz](https://github.com/imstevenxyz) in external-secrets/external-secrets#3435

#### New Contributors

-   [@&#8203;Bo0km4n](https://github.com/Bo0km4n) made their first contribution in external-secrets/external-secrets#3388
-   [@&#8203;felipeneuwald](https://github.com/felipeneuwald) made their first contribution in external-secrets/external-secrets#3409
-   [@&#8203;upodroid](https://github.com/upodroid) made their first contribution in external-secrets/external-secrets#3421
-   [@&#8203;sabre1041](https://github.com/sabre1041) made their first contribution in external-secrets/external-secrets#3420
-   [@&#8203;tyki6](https://github.com/tyki6) made their first contribution in external-secrets/external-secrets#3434
-   [@&#8203;imstevenxyz](https://github.com/imstevenxyz) made their first contribution in external-secrets/external-secrets#3435

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

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

Reviewed-on: https://git.internal/nrdufour/home-ops/pulls/460
Co-authored-by: Renovate <renovate@ptinem.casa>
Co-committed-by: Renovate <renovate@ptinem.casa>
kireque pushed a commit to kireque/home-ops that referenced this pull request May 2, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

- bump 0.9.16 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3385
- Fix typo in webhook.md by
[@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) in
[external-secrets/external-secrets#3388
- Publish the secret updated events only when they are updated by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3293
- Feat/add validations to external secret data from remote ref by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3390
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3406
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3405
- chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3404
- chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3402
- Fix Azure Container Registry Generator invalid YAML by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[external-secrets/external-secrets#3414
- Update Go and golangci-lint version by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3396
- chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3401
- ADOPTERS.md: add Fivetran by
[@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) in
[external-secrets/external-secrets#3409
- Add Conjur Support for FindByName, FindByTag by
[@&#8203;szh](https://togithub.com/szh) in
[external-secrets/external-secrets#3364
- chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3403
- Add support for specifying extra manifests via helm by
[@&#8203;upodroid](https://togithub.com/upodroid) in
[external-secrets/external-secrets#3421
- Methods for managing securityContext and OpenShift support by
[@&#8203;sabre1041](https://togithub.com/sabre1041) in
[external-secrets/external-secrets#3420
- Refactor the SecretStore client manager by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3419
- chore(deps): bump golang from `cdc86d9` to `cdc86d9` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3423
- chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3425
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3426
- chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3427
- chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3428
- chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3429
- chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3430
- chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3431
- chore(deps): bump golang from `b03f3ba` to `d0902ba` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3432
- Update common-k8s-secret-types.md to fix get secret jsonpath by
[@&#8203;tyki6](https://togithub.com/tyki6) in
[external-secrets/external-secrets#3434
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3433
- chore(deps): bump distroless/static from `6d31326` to `4197211` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3424
- Improve bitwarden example by
[@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) in
[external-secrets/external-secrets#3435

#### New Contributors

- [@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) made their first
contribution in
[external-secrets/external-secrets#3388
- [@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) made their
first contribution in
[external-secrets/external-secrets#3409
- [@&#8203;upodroid](https://togithub.com/upodroid) made their first
contribution in
[external-secrets/external-secrets#3421
- [@&#8203;sabre1041](https://togithub.com/sabre1041) made their first
contribution in
[external-secrets/external-secrets#3420
- [@&#8203;tyki6](https://togithub.com/tyki6) made their first
contribution in
[external-secrets/external-secrets#3434
- [@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) made their
first contribution in
[external-secrets/external-secrets#3435

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

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

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

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

---

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

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

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

#### What's Changed

- bump 0.9.16 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3385
- Fix typo in webhook.md by
[@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) in
[external-secrets/external-secrets#3388
- Publish the secret updated events only when they are updated by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3293
- Feat/add validations to external secret data from remote ref by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3390
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3406
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3405
- chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3404
- chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3402
- Fix Azure Container Registry Generator invalid YAML by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[external-secrets/external-secrets#3414
- Update Go and golangci-lint version by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3396
- chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3401
- ADOPTERS.md: add Fivetran by
[@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) in
[external-secrets/external-secrets#3409
- Add Conjur Support for FindByName, FindByTag by
[@&#8203;szh](https://togithub.com/szh) in
[external-secrets/external-secrets#3364
- chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3403
- Add support for specifying extra manifests via helm by
[@&#8203;upodroid](https://togithub.com/upodroid) in
[external-secrets/external-secrets#3421
- Methods for managing securityContext and OpenShift support by
[@&#8203;sabre1041](https://togithub.com/sabre1041) in
[external-secrets/external-secrets#3420
- Refactor the SecretStore client manager by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3419
- chore(deps): bump golang from `cdc86d9` to `cdc86d9` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3423
- chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3425
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3426
- chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3427
- chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3428
- chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3429
- chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3430
- chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3431
- chore(deps): bump golang from `b03f3ba` to `d0902ba` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3432
- Update common-k8s-secret-types.md to fix get secret jsonpath by
[@&#8203;tyki6](https://togithub.com/tyki6) in
[external-secrets/external-secrets#3434
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3433
- chore(deps): bump distroless/static from `6d31326` to `4197211` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3424
- Improve bitwarden example by
[@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) in
[external-secrets/external-secrets#3435

#### New Contributors

- [@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) made their first
contribution in
[external-secrets/external-secrets#3388
- [@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) made their
first contribution in
[external-secrets/external-secrets#3409
- [@&#8203;upodroid](https://togithub.com/upodroid) made their first
contribution in
[external-secrets/external-secrets#3421
- [@&#8203;sabre1041](https://togithub.com/sabre1041) made their first
contribution in
[external-secrets/external-secrets#3420
- [@&#8203;tyki6](https://togithub.com/tyki6) made their first
contribution in
[external-secrets/external-secrets#3434
- [@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) made their
first contribution in
[external-secrets/external-secrets#3435

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

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

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 May 3, 2024
This PR contains the following updates:

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

---

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

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

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

#### What's Changed

- bump 0.9.16 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3385
- Fix typo in webhook.md by
[@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) in
[external-secrets/external-secrets#3388
- Publish the secret updated events only when they are updated by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3293
- Feat/add validations to external secret data from remote ref by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3390
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3406
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3405
- chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3404
- chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3402
- Fix Azure Container Registry Generator invalid YAML by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[external-secrets/external-secrets#3414
- Update Go and golangci-lint version by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3396
- chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3401
- ADOPTERS.md: add Fivetran by
[@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) in
[external-secrets/external-secrets#3409
- Add Conjur Support for FindByName, FindByTag by
[@&#8203;szh](https://togithub.com/szh) in
[external-secrets/external-secrets#3364
- chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3403
- Add support for specifying extra manifests via helm by
[@&#8203;upodroid](https://togithub.com/upodroid) in
[external-secrets/external-secrets#3421
- Methods for managing securityContext and OpenShift support by
[@&#8203;sabre1041](https://togithub.com/sabre1041) in
[external-secrets/external-secrets#3420
- Refactor the SecretStore client manager by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3419
- chore(deps): bump golang from `cdc86d9` to `cdc86d9` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3423
- chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3425
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3426
- chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3427
- chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3428
- chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3429
- chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3430
- chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3431
- chore(deps): bump golang from `b03f3ba` to `d0902ba` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3432
- Update common-k8s-secret-types.md to fix get secret jsonpath by
[@&#8203;tyki6](https://togithub.com/tyki6) in
[external-secrets/external-secrets#3434
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3433
- chore(deps): bump distroless/static from `6d31326` to `4197211` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3424
- Improve bitwarden example by
[@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) in
[external-secrets/external-secrets#3435

#### New Contributors

- [@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) made their first
contribution in
[external-secrets/external-secrets#3388
- [@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) made their
first contribution in
[external-secrets/external-secrets#3409
- [@&#8203;upodroid](https://togithub.com/upodroid) made their first
contribution in
[external-secrets/external-secrets#3421
- [@&#8203;sabre1041](https://togithub.com/sabre1041) made their first
contribution in
[external-secrets/external-secrets#3420
- [@&#8203;tyki6](https://togithub.com/tyki6) made their first
contribution in
[external-secrets/external-secrets#3434
- [@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) made their
first contribution in
[external-secrets/external-secrets#3435

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

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

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request May 4, 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.16` -> `0.9.17` |

---

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

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

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

#### What's Changed

- bump 0.9.16 by
[@&#8203;gusfcarvalho](https://togithub.com/gusfcarvalho) in
[external-secrets/external-secrets#3385
- Fix typo in webhook.md by
[@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) in
[external-secrets/external-secrets#3388
- Publish the secret updated events only when they are updated by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3293
- Feat/add validations to external secret data from remote ref by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3390
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3406
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3405
- chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3404
- chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3402
- Fix Azure Container Registry Generator invalid YAML by
[@&#8203;ppatel1604](https://togithub.com/ppatel1604) in
[external-secrets/external-secrets#3414
- Update Go and golangci-lint version by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3396
- chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3401
- ADOPTERS.md: add Fivetran by
[@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) in
[external-secrets/external-secrets#3409
- Add Conjur Support for FindByName, FindByTag by
[@&#8203;szh](https://togithub.com/szh) in
[external-secrets/external-secrets#3364
- chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3403
- Add support for specifying extra manifests via helm by
[@&#8203;upodroid](https://togithub.com/upodroid) in
[external-secrets/external-secrets#3421
- Methods for managing securityContext and OpenShift support by
[@&#8203;sabre1041](https://togithub.com/sabre1041) in
[external-secrets/external-secrets#3420
- Refactor the SecretStore client manager by
[@&#8203;shuheiktgw](https://togithub.com/shuheiktgw) in
[external-secrets/external-secrets#3419
- chore(deps): bump golang from `cdc86d9` to `cdc86d9` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3423
- chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3425
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3426
- chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3427
- chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3428
- chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3429
- chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in
/hack/api-docs by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[external-secrets/external-secrets#3430
- chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3431
- chore(deps): bump golang from `b03f3ba` to `d0902ba` in /e2e by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3432
- Update common-k8s-secret-types.md to fix get secret jsonpath by
[@&#8203;tyki6](https://togithub.com/tyki6) in
[external-secrets/external-secrets#3434
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://togithub.com/eso-service-account-app)
in
[external-secrets/external-secrets#3433
- chore(deps): bump distroless/static from `6d31326` to `4197211` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[external-secrets/external-secrets#3424
- Improve bitwarden example by
[@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) in
[external-secrets/external-secrets#3435

#### New Contributors

- [@&#8203;Bo0km4n](https://togithub.com/Bo0km4n) made their first
contribution in
[external-secrets/external-secrets#3388
- [@&#8203;felipeneuwald](https://togithub.com/felipeneuwald) made their
first contribution in
[external-secrets/external-secrets#3409
- [@&#8203;upodroid](https://togithub.com/upodroid) made their first
contribution in
[external-secrets/external-secrets#3421
- [@&#8203;sabre1041](https://togithub.com/sabre1041) made their first
contribution in
[external-secrets/external-secrets#3420
- [@&#8203;tyki6](https://togithub.com/tyki6) made their first
contribution in
[external-secrets/external-secrets#3434
- [@&#8203;imstevenxyz](https://togithub.com/imstevenxyz) made their
first contribution in
[external-secrets/external-secrets#3435

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants