Skip to content

New Generator for UUIDs#3296

Merged
Skarlso merged 4 commits intoexternal-secrets:mainfrom
aschaber1:feat/uuidgen
Sep 8, 2024
Merged

New Generator for UUIDs#3296
Skarlso merged 4 commits intoexternal-secrets:mainfrom
aschaber1:feat/uuidgen

Conversation

@aschaber1
Copy link
Copy Markdown
Contributor

@aschaber1 aschaber1 commented Mar 23, 2024

Problem Statement

I'd like to generate uuids for use as input values in flux' HelmReleases.

Related Issue

n/a

Proposed Changes

I added a new generator that uses google's uuid library (https://pkg.go.dev/github.com/google/uuid).
I'm not a developer, please help me implement this feature and get it across the line.

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

@aschaber1 aschaber1 requested a review from a team as a code owner March 23, 2024 00:31
@aschaber1 aschaber1 requested a review from moolen March 23, 2024 00:31
@sonarqubecloud
Copy link
Copy Markdown

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
Copy Markdown
Member

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho gusfcarvalho self-assigned this Apr 17, 2024
@aschaber1
Copy link
Copy Markdown
Contributor Author

aschaber1 commented May 21, 2024

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho Thank you for your feedback :) I linted as much as I can, but I'm uncertain about the remaining messages as I'm not sure, wether I'm "allowed" to change the signature (as in parameters) of the functions. Could you please advise.

@sonarqubecloud
Copy link
Copy Markdown

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

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Jun 8, 2024

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho Thank you for your feedback :) I linted as much as I can, but I'm uncertain about the remaining messages as I'm not sure, wether I'm "allowed" to change the signature (as in parameters) of the functions. Could you please advise.

Sure. Go for it. You can change whatever you want as long as it makes sense and is readable.

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Jul 25, 2024

@aschaber1 Are you planning on continuing this? :)

@aschaber1 aschaber1 force-pushed the feat/uuidgen branch 3 times, most recently from a2aa08c to 3c3520e Compare September 2, 2024 19:37
@aschaber1
Copy link
Copy Markdown
Contributor Author

@aschaber1 Are you planning on continuing this? :)

took me a minute to get back to this. it's rebased and now all these pass:

  • make reviewable
  • make lint
  • make fmt

hope this works :)

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Sep 3, 2024

@aschaber1 please also add a descriptor with samples to the api guides under docs/api/generators. Thanks :) 🙇

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Sep 5, 2024

And you need to also add that doc to mkdocs.yaml under hack/api-docs I think.

 - Generators:
      - "api/generator/index.md"
      - Azure Container Registry: api/generator/acr.md
      - AWS Elastic Container Registry: api/generator/ecr.md
      - Google Container Registry: api/generator/gcr.md
      - Vault Dynamic Secret: api/generator/vault.md
      - Password: api/generator/password.md
      - Fake: api/generator/fake.md
      - Webhook: api/generator/webhook.md
      - Github: api/generator/github.md

Signed-off-by: Alexander Schaber <a.schaber@cuegee.com>
Signed-off-by: Alexander Schaber <a.schaber@cuegee.com>
Signed-off-by: Alexander Schaber <a.schaber@cuegee.com>
Signed-off-by: Alexander Schaber <a.schaber@cuegee.com>
@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Sep 8, 2024

Thanks, I'll take a look. :)

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 8, 2024

@aschaber1
Copy link
Copy Markdown
Contributor Author

Thank you @Skarlso for the guidance. I added the docs and rebased again main.

@Skarlso Skarlso merged commit f73187d into external-secrets:main Sep 8, 2024
dc-tec referenced this pull request in dc-tec/k8s-gitops Sep 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[external-secrets](https://redirect.github.com/external-secrets/external-secrets)
| HelmChart | patch | `0.10.2` -> `0.10.3` |

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/external-secrets/external-secrets/compare/v0.10.2...v0.10.3)

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

#### What's Changed

- release: update helm charts to version v0.10.2 by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3846](https://redirect.github.com/external-secrets/external-secrets/pull/3846)
- Use Conjur API's built in JWT functions by
[@&#8203;szh](https://redirect.github.com/szh) in
[https://github.com/external-secrets/external-secrets/pull/3771](https://redirect.github.com/external-secrets/external-secrets/pull/3771)
- fix: set grpc resolver explicitly in yandex by
[@&#8203;stek29](https://redirect.github.com/stek29) in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- Add values.schema.json generation to Helm chart by
[@&#8203;PrateekKumar1709](https://redirect.github.com/PrateekKumar1709)
in
[https://github.com/external-secrets/external-secrets/pull/3774](https://redirect.github.com/external-secrets/external-secrets/pull/3774)
- fix: only replace data if it is in the middle of the path by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3852](https://redirect.github.com/external-secrets/external-secrets/pull/3852)
- fix: bitwarden API url to point to the correct default location by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3848](https://redirect.github.com/external-secrets/external-secrets/pull/3848)
- feat: update bitwarden server sdk chart version by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3850](https://redirect.github.com/external-secrets/external-secrets/pull/3850)
- chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3855](https://redirect.github.com/external-secrets/external-secrets/pull/3855)
- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3856](https://redirect.github.com/external-secrets/external-secrets/pull/3856)
- chore(deps): bump mkdocs-material from 9.5.33 to 9.5.34 in
/hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3857](https://redirect.github.com/external-secrets/external-secrets/pull/3857)
- chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3858](https://redirect.github.com/external-secrets/external-secrets/pull/3858)
- chore(deps): bump watchdog from 4.0.2 to 5.0.0 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3861](https://redirect.github.com/external-secrets/external-secrets/pull/3861)
- chore(deps): bump certifi from 2024.7.4 to 2024.8.30 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3859](https://redirect.github.com/external-secrets/external-secrets/pull/3859)
- chore(deps): bump zipp from 3.20.0 to 3.20.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3860](https://redirect.github.com/external-secrets/external-secrets/pull/3860)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3862](https://redirect.github.com/external-secrets/external-secrets/pull/3862)
- Add blog post about ESO and IBM Secrets Manager by
[@&#8203;sali2801](https://redirect.github.com/sali2801) in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- Removed duplicate and deprecated API spec page by
[@&#8203;7Pawns](https://redirect.github.com/7Pawns) in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- Delinea provider is listed twice on the documentation page, and Delin…
by [@&#8203;oscerd](https://redirect.github.com/oscerd) in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- Updated supported versions table for 0.10 release by
[@&#8203;shazib-summar](https://redirect.github.com/shazib-summar) in
[https://github.com/external-secrets/external-secrets/pull/3873](https://redirect.github.com/external-secrets/external-secrets/pull/3873)
- feat: adds scarf to docs by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3876](https://redirect.github.com/external-secrets/external-secrets/pull/3876)
- docs: Update sponsors by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3877](https://redirect.github.com/external-secrets/external-secrets/pull/3877)
- chore: add eso tools page by
[@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)
- New Generator for UUIDs by
[@&#8203;aschaber1](https://redirect.github.com/aschaber1) in
[https://github.com/external-secrets/external-secrets/pull/3296](https://redirect.github.com/external-secrets/external-secrets/pull/3296)
- fix: update uuids.generator shortname by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3883](https://redirect.github.com/external-secrets/external-secrets/pull/3883)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3884](https://redirect.github.com/external-secrets/external-secrets/pull/3884)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3886](https://redirect.github.com/external-secrets/external-secrets/pull/3886)
- chore(deps): bump distroless/static from `ce46866` to `95eb83a` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3887](https://redirect.github.com/external-secrets/external-secrets/pull/3887)
- chore(deps): bump golang from 1.23.0 to 1.23.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3888](https://redirect.github.com/external-secrets/external-secrets/pull/3888)
- chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm in
/e2e by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3889](https://redirect.github.com/external-secrets/external-secrets/pull/3889)
- chore(deps): bump alpine from 3.20.2 to 3.20.3 in /e2e by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3890](https://redirect.github.com/external-secrets/external-secrets/pull/3890)
- chore(deps): bump watchdog from 5.0.0 to 5.0.2 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3891](https://redirect.github.com/external-secrets/external-secrets/pull/3891)
- chore(deps): bump platformdirs from 4.2.2 to 4.3.2 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3892](https://redirect.github.com/external-secrets/external-secrets/pull/3892)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3893](https://redirect.github.com/external-secrets/external-secrets/pull/3893)

#### New Contributors

- [@&#8203;stek29](https://redirect.github.com/stek29) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- [@&#8203;sali2801](https://redirect.github.com/sali2801) made their
first contribution in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- [@&#8203;7Pawns](https://redirect.github.com/7Pawns) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- [@&#8203;oscerd](https://redirect.github.com/oscerd) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- [@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)

**Full Changelog**:
external-secrets/external-secrets@v0.10.2...v0.10.3

</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://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Sep 19, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/external-secrets/external-secrets/compare/v0.10.2...v0.10.3)

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

#### What's Changed

- release: update helm charts to version v0.10.2 by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3846](https://redirect.github.com/external-secrets/external-secrets/pull/3846)
- Use Conjur API's built in JWT functions by
[@&#8203;szh](https://redirect.github.com/szh) in
[https://github.com/external-secrets/external-secrets/pull/3771](https://redirect.github.com/external-secrets/external-secrets/pull/3771)
- fix: set grpc resolver explicitly in yandex by
[@&#8203;stek29](https://redirect.github.com/stek29) in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- Add values.schema.json generation to Helm chart by
[@&#8203;PrateekKumar1709](https://redirect.github.com/PrateekKumar1709)
in
[https://github.com/external-secrets/external-secrets/pull/3774](https://redirect.github.com/external-secrets/external-secrets/pull/3774)
- fix: only replace data if it is in the middle of the path by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3852](https://redirect.github.com/external-secrets/external-secrets/pull/3852)
- fix: bitwarden API url to point to the correct default location by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3848](https://redirect.github.com/external-secrets/external-secrets/pull/3848)
- feat: update bitwarden server sdk chart version by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3850](https://redirect.github.com/external-secrets/external-secrets/pull/3850)
- chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3855](https://redirect.github.com/external-secrets/external-secrets/pull/3855)
- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3856](https://redirect.github.com/external-secrets/external-secrets/pull/3856)
- chore(deps): bump mkdocs-material from 9.5.33 to 9.5.34 in
/hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3857](https://redirect.github.com/external-secrets/external-secrets/pull/3857)
- chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3858](https://redirect.github.com/external-secrets/external-secrets/pull/3858)
- chore(deps): bump watchdog from 4.0.2 to 5.0.0 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3861](https://redirect.github.com/external-secrets/external-secrets/pull/3861)
- chore(deps): bump certifi from 2024.7.4 to 2024.8.30 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3859](https://redirect.github.com/external-secrets/external-secrets/pull/3859)
- chore(deps): bump zipp from 3.20.0 to 3.20.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3860](https://redirect.github.com/external-secrets/external-secrets/pull/3860)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3862](https://redirect.github.com/external-secrets/external-secrets/pull/3862)
- Add blog post about ESO and IBM Secrets Manager by
[@&#8203;sali2801](https://redirect.github.com/sali2801) in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- Removed duplicate and deprecated API spec page by
[@&#8203;7Pawns](https://redirect.github.com/7Pawns) in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- Delinea provider is listed twice on the documentation page, and Delin…
by [@&#8203;oscerd](https://redirect.github.com/oscerd) in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- Updated supported versions table for 0.10 release by
[@&#8203;shazib-summar](https://redirect.github.com/shazib-summar) in
[https://github.com/external-secrets/external-secrets/pull/3873](https://redirect.github.com/external-secrets/external-secrets/pull/3873)
- feat: adds scarf to docs by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3876](https://redirect.github.com/external-secrets/external-secrets/pull/3876)
- docs: Update sponsors by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3877](https://redirect.github.com/external-secrets/external-secrets/pull/3877)
- chore: add eso tools page by
[@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)
- New Generator for UUIDs by
[@&#8203;aschaber1](https://redirect.github.com/aschaber1) in
[https://github.com/external-secrets/external-secrets/pull/3296](https://redirect.github.com/external-secrets/external-secrets/pull/3296)
- fix: update uuids.generator shortname by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3883](https://redirect.github.com/external-secrets/external-secrets/pull/3883)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3884](https://redirect.github.com/external-secrets/external-secrets/pull/3884)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3886](https://redirect.github.com/external-secrets/external-secrets/pull/3886)
- chore(deps): bump distroless/static from `ce46866` to `95eb83a` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3887](https://redirect.github.com/external-secrets/external-secrets/pull/3887)
- chore(deps): bump golang from 1.23.0 to 1.23.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3888](https://redirect.github.com/external-secrets/external-secrets/pull/3888)
- chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm in
/e2e by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3889](https://redirect.github.com/external-secrets/external-secrets/pull/3889)
- chore(deps): bump alpine from 3.20.2 to 3.20.3 in /e2e by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3890](https://redirect.github.com/external-secrets/external-secrets/pull/3890)
- chore(deps): bump watchdog from 5.0.0 to 5.0.2 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3891](https://redirect.github.com/external-secrets/external-secrets/pull/3891)
- chore(deps): bump platformdirs from 4.2.2 to 4.3.2 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3892](https://redirect.github.com/external-secrets/external-secrets/pull/3892)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3893](https://redirect.github.com/external-secrets/external-secrets/pull/3893)

#### New Contributors

- [@&#8203;stek29](https://redirect.github.com/stek29) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- [@&#8203;sali2801](https://redirect.github.com/sali2801) made their
first contribution in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- [@&#8203;7Pawns](https://redirect.github.com/7Pawns) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- [@&#8203;oscerd](https://redirect.github.com/oscerd) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- [@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)

**Full Changelog**:
external-secrets/external-secrets@v0.10.2...v0.10.3

</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://redirect.github.com/renovatebot/renovate).

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

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

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/external-secrets/external-secrets/compare/v0.10.2...v0.10.3)

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

#### What's Changed

- release: update helm charts to version v0.10.2 by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3846](https://redirect.github.com/external-secrets/external-secrets/pull/3846)
- Use Conjur API's built in JWT functions by
[@&#8203;szh](https://redirect.github.com/szh) in
[https://github.com/external-secrets/external-secrets/pull/3771](https://redirect.github.com/external-secrets/external-secrets/pull/3771)
- fix: set grpc resolver explicitly in yandex by
[@&#8203;stek29](https://redirect.github.com/stek29) in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- Add values.schema.json generation to Helm chart by
[@&#8203;PrateekKumar1709](https://redirect.github.com/PrateekKumar1709)
in
[https://github.com/external-secrets/external-secrets/pull/3774](https://redirect.github.com/external-secrets/external-secrets/pull/3774)
- fix: only replace data if it is in the middle of the path by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3852](https://redirect.github.com/external-secrets/external-secrets/pull/3852)
- fix: bitwarden API url to point to the correct default location by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3848](https://redirect.github.com/external-secrets/external-secrets/pull/3848)
- feat: update bitwarden server sdk chart version by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3850](https://redirect.github.com/external-secrets/external-secrets/pull/3850)
- chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3855](https://redirect.github.com/external-secrets/external-secrets/pull/3855)
- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3856](https://redirect.github.com/external-secrets/external-secrets/pull/3856)
- chore(deps): bump mkdocs-material from 9.5.33 to 9.5.34 in
/hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3857](https://redirect.github.com/external-secrets/external-secrets/pull/3857)
- chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3858](https://redirect.github.com/external-secrets/external-secrets/pull/3858)
- chore(deps): bump watchdog from 4.0.2 to 5.0.0 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3861](https://redirect.github.com/external-secrets/external-secrets/pull/3861)
- chore(deps): bump certifi from 2024.7.4 to 2024.8.30 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3859](https://redirect.github.com/external-secrets/external-secrets/pull/3859)
- chore(deps): bump zipp from 3.20.0 to 3.20.1 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3860](https://redirect.github.com/external-secrets/external-secrets/pull/3860)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3862](https://redirect.github.com/external-secrets/external-secrets/pull/3862)
- Add blog post about ESO and IBM Secrets Manager by
[@&#8203;sali2801](https://redirect.github.com/sali2801) in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- Removed duplicate and deprecated API spec page by
[@&#8203;7Pawns](https://redirect.github.com/7Pawns) in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- Delinea provider is listed twice on the documentation page, and Delin…
by [@&#8203;oscerd](https://redirect.github.com/oscerd) in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- Updated supported versions table for 0.10 release by
[@&#8203;shazib-summar](https://redirect.github.com/shazib-summar) in
[https://github.com/external-secrets/external-secrets/pull/3873](https://redirect.github.com/external-secrets/external-secrets/pull/3873)
- feat: adds scarf to docs by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3876](https://redirect.github.com/external-secrets/external-secrets/pull/3876)
- docs: Update sponsors by
[@&#8203;gusfcarvalho](https://redirect.github.com/gusfcarvalho) in
[https://github.com/external-secrets/external-secrets/pull/3877](https://redirect.github.com/external-secrets/external-secrets/pull/3877)
- chore: add eso tools page by
[@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)
- New Generator for UUIDs by
[@&#8203;aschaber1](https://redirect.github.com/aschaber1) in
[https://github.com/external-secrets/external-secrets/pull/3296](https://redirect.github.com/external-secrets/external-secrets/pull/3296)
- fix: update uuids.generator shortname by
[@&#8203;Skarlso](https://redirect.github.com/Skarlso) in
[https://github.com/external-secrets/external-secrets/pull/3883](https://redirect.github.com/external-secrets/external-secrets/pull/3883)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3884](https://redirect.github.com/external-secrets/external-secrets/pull/3884)
- chore(deps): bump alpine from `0a4eaa0` to `beefdbd` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3886](https://redirect.github.com/external-secrets/external-secrets/pull/3886)
- chore(deps): bump distroless/static from `ce46866` to `95eb83a` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3887](https://redirect.github.com/external-secrets/external-secrets/pull/3887)
- chore(deps): bump golang from 1.23.0 to 1.23.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3888](https://redirect.github.com/external-secrets/external-secrets/pull/3888)
- chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm in
/e2e by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3889](https://redirect.github.com/external-secrets/external-secrets/pull/3889)
- chore(deps): bump alpine from 3.20.2 to 3.20.3 in /e2e by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3890](https://redirect.github.com/external-secrets/external-secrets/pull/3890)
- chore(deps): bump watchdog from 5.0.0 to 5.0.2 in /hack/api-docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3891](https://redirect.github.com/external-secrets/external-secrets/pull/3891)
- chore(deps): bump platformdirs from 4.2.2 to 4.3.2 in /hack/api-docs
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/external-secrets/external-secrets/pull/3892](https://redirect.github.com/external-secrets/external-secrets/pull/3892)
- chore: update dependencies by
[@&#8203;eso-service-account-app](https://redirect.github.com/eso-service-account-app)
in
[https://github.com/external-secrets/external-secrets/pull/3893](https://redirect.github.com/external-secrets/external-secrets/pull/3893)

#### New Contributors

- [@&#8203;stek29](https://redirect.github.com/stek29) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3838](https://redirect.github.com/external-secrets/external-secrets/pull/3838)
- [@&#8203;sali2801](https://redirect.github.com/sali2801) made their
first contribution in
[https://github.com/external-secrets/external-secrets/pull/3867](https://redirect.github.com/external-secrets/external-secrets/pull/3867)
- [@&#8203;7Pawns](https://redirect.github.com/7Pawns) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3868](https://redirect.github.com/external-secrets/external-secrets/pull/3868)
- [@&#8203;oscerd](https://redirect.github.com/oscerd) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3874](https://redirect.github.com/external-secrets/external-secrets/pull/3874)
- [@&#8203;Sn0rt](https://redirect.github.com/Sn0rt) made their first
contribution in
[https://github.com/external-secrets/external-secrets/pull/3870](https://redirect.github.com/external-secrets/external-secrets/pull/3870)

**Full Changelog**:
external-secrets/external-secrets@v0.10.2...v0.10.3

</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://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.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.

3 participants