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

Update Go and golangci-lint version #3396

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

shuheiktgw
Copy link
Contributor

@shuheiktgw shuheiktgw commented Apr 21, 2024

Problem Statement

I've done a few housekeeping in this PR:

  1. Update the Go version from 1.21 to 1.22
  2. Update the golangci-lint version to the latest
  3. Replace interface{} with any
  4. Update the Kubernetes version for testing from 1.28 to 1.30

Related Issue

Fixes #...

Proposed Changes

How do you like to solve the issue and why?

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

Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
@shuheiktgw shuheiktgw requested a review from a team as a code owner April 21, 2024 06:19
@@ -77,9 +81,6 @@ linters:
- unused
- whitespace

service:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This configuration does not exist anymore
https://golangci-lint.run/usage/configuration/

@@ -68,7 +73,6 @@ linters:
- nakedret
- nolintlint
- prealloc
- revive
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revive seems to be quite versatile yet hard to configure. IIUC it seems the linter used to be not disabled and suddenly started outputting a huge number of errors after I updated the golangci-lint. I've tried fixing them, but gave it up and just disabled it for now...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created a different issue for revive #3397

Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

@gusfcarvalho gusfcarvalho merged commit 43a7a16 into external-secrets:main Apr 25, 2024
16 of 17 checks passed
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-->
Bude8 pushed a commit to Bude8/external-secrets that referenced this pull request Jun 13, 2024
Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Signed-off-by: Bude8 <henryblee8@gmail.com>
pacificcode pushed a commit to pacificcode/external-secrets that referenced this pull request Jul 3, 2024
Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Signed-off-by: Bill Hamilton <bill.hamilton@delinea.com>
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