1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
Commit graph

1457 commits

Author SHA1 Message Date
paul-the-alien[bot]
ef933a03fd
Merge pull request #949 from merlindorin/feat/improve-retry
Delegate retry to the controller
2022-04-06 19:57:38 +00:00
Merlin
abec2a64cc Delegate Vault retries to the controller 2022-04-06 18:53:45 +02:00
paul-the-alien[bot]
3a3c00834a
Merge pull request #958 from external-secrets/chore/bump0.5.1
Chore/bump0.5.1
2022-04-06 14:44:55 +00:00
Docs
51d910268a chore: bump to 0.5.1 2022-04-06 16:29:06 +02:00
paul-the-alien[bot]
d2d9cd7c41
Merge pull request #954 from goto-opensource/fix/vault-error-message-store-validation-k8s-sa
fix: error message for Vault store validation of `Auth.Jwt.KubernetesServiceAccountToken`
2022-04-06 13:06:08 +00:00
paul-the-alien[bot]
89304512e2
Merge pull request #955 from goto-opensource/fix/cert-controller-rbac-conditional
fix: only create cert-controller RBAC resources if cert-controller creation itself is enabled
2022-04-06 13:05:21 +00:00
Alfred Krohmer
74c06dc2e4
fix: only create cert-controller RBAC resources if cert-controller creation itself is enabled
Previously both `certController.create` and `certController.rbac.create` needed to be set to `false` in order to prevent the cert-controller RBAC resources from being created.
2022-04-06 14:15:49 +02:00
Alfred Krohmer
8c09853343
fix: error message for Vault store validation of Auth.Jwt.KubernetesServiceAccountToken 2022-04-06 13:22:38 +02:00
paul-the-alien[bot]
787129e325
Merge pull request #950 from external-secrets/fix/disable-path-trimming-from-hashivault
Removing Path trimming from hashicorp Vault
2022-04-06 11:10:45 +00:00
paul-the-alien[bot]
7b0afcf586
Merge pull request #952 from external-secrets/fix/add-latest-path-to-readme
Updates README.md links to point to latest version.
2022-04-06 10:16:04 +00:00
Gustavo Carvalho
2675f43c38 Updates README.md links to point to latest version.
Fixes #951

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-06 07:12:02 -03:00
Gustavo Carvalho
77ace228b5 Removing Path trimming from hashicorp Vault
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-06 06:41:52 -03:00
paul-the-alien[bot]
d53be6d21a
Merge pull request #942 from external-secrets/fix/gcp-keys-with-dot
GCP: Adds checks to see if a key name exists before trying to load a nested value
2022-04-05 16:33:48 +00:00
Gustavo Carvalho
e2060fd6d9 GCP: Adds checks to see if a key name exists before trying to load a nested value.
Fixes #941

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-05 10:52:47 -03:00
paul-the-alien[bot]
0f0af66aa3
Merge pull request #940 from external-secrets/chore/bump-0.5.0
update chart version to 0.5.0
2022-04-05 13:13:53 +00:00
Gustavo Carvalho
c421da95c9 update chart version to 0.5.0
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-05 09:52:09 -03:00
paul-the-alien[bot]
05b0e37be3
Merge pull request #939 from external-secrets/chore/update-crane
adding setup go to release CI
2022-04-05 12:40:47 +00:00
Gustavo Carvalho
b0255cf60f adding setup go to release CI
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-05 09:38:57 -03:00
Moritz Johner
c2bcceb057
feat: implement deletionPolicy (#900)
* feat: implement deletionPolicy

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-05 13:38:06 +02:00
paul-the-alien[bot]
fa72948026
Merge pull request #934 from merlindorin/fix/retry-on-error
fix: use controller-runtime internal backoff retry
2022-04-05 11:20:08 +00:00
paul-the-alien[bot]
f36be0d7a7
Merge pull request #913 from rodrmartinez/feature/validate-store-kubernetes-provider
Feature/validateStore for kubernetes provider
2022-04-05 10:41:17 +00:00
paul-the-alien[bot]
d645cd8558
Merge pull request #937 from external-secrets/chore/getallsecrets-docs
Chore: GetAllSecrets documentation
2022-04-05 09:54:49 +00:00
Docs
1158a29591 fix lint errors 2022-04-04 21:22:13 -03:00
Docs
585509a454 Adds ValidateSecretSelector 2022-04-04 21:22:13 -03:00
Docs
fb4fcb4d03 Adds ValidateStore testing 2022-04-04 21:21:57 -03:00
Docs
3a1a302ca9 implements ValidateStore method 2022-04-04 21:18:04 -03:00
Gustavo Fernandes de Carvalho
0d62ffad8a
Update docs/guides-getallsecrets.md
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
2022-04-04 18:11:55 -03:00
Gustavo Fernandes de Carvalho
f687c1e520
Update docs/guides-getallsecrets.md
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
2022-04-04 18:11:49 -03:00
Gustavo Fernandes de Carvalho
a41c399476
Update docs/guides-getallsecrets.md
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
2022-04-04 18:11:40 -03:00
Alfred Krohmer
d7022b1bef
feat(vault): add option for JWT backend to authenticate with Kubernetes service account token (#768) 2022-04-04 21:20:58 +02:00
paul-the-alien[bot]
6f856db55a
Merge pull request #933 from external-secrets/dependabot/go_modules/github.com/xanzy/go-gitlab-0.61.0
build(deps): bump github.com/xanzy/go-gitlab from 0.60.0 to 0.61.0
2022-04-04 13:57:39 +00:00
paul-the-alien[bot]
5e88a56212
Merge pull request #931 from external-secrets/dependabot/go_modules/github.com/akeylesslabs/akeyless-go/v2-2.15.29
build(deps): bump github.com/akeylesslabs/akeyless-go/v2 from 2.15.28 to 2.15.29
2022-04-04 13:56:03 +00:00
paul-the-alien[bot]
e1061c904b
Merge pull request #930 from external-secrets/dependabot/go_modules/google.golang.org/api-0.74.0
build(deps): bump google.golang.org/api from 0.73.0 to 0.74.0
2022-04-04 13:32:23 +00:00
paul-the-alien[bot]
4e5f0a528b
Merge pull request #929 from external-secrets/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.11.2
build(deps): bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.11.2
2022-04-04 13:31:59 +00:00
paul-the-alien[bot]
e0ccbc5576
Merge pull request #928 from external-secrets/dependabot/github_actions/terraform-linters/setup-tflint-2
build(deps): bump terraform-linters/setup-tflint from 1 to 2
2022-04-04 13:30:10 +00:00
paul-the-alien[bot]
e5b41d1797
Merge pull request #927 from external-secrets/dependabot/github_actions/actions/setup-python-3.1.0
build(deps): bump actions/setup-python from 2 to 3.1.0
2022-04-04 13:24:08 +00:00
Gustavo Carvalho
082df803a6 GetAllSecrets docs
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-04 10:02:58 -03:00
paul-the-alien[bot]
1257f547e4
Merge pull request #926 from external-secrets/dependabot/github_actions/helm/chart-releaser-action-1.4.0
build(deps): bump helm/chart-releaser-action from 1.3.0 to 1.4.0
2022-04-04 12:24:12 +00:00
Merlin
2d988b9497 fix: use controller-runtime internal backoff retry instead of explicitly ask a fixed retry 2022-04-04 11:22:01 +02:00
dependabot[bot]
1f7ccf8637
build(deps): bump github.com/xanzy/go-gitlab from 0.60.0 to 0.61.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.60.0 to 0.61.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.60.0...v0.61.0)

---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:07:08 +00:00
dependabot[bot]
305beedf72
build(deps): bump github.com/akeylesslabs/akeyless-go/v2
Bumps [github.com/akeylesslabs/akeyless-go/v2](https://github.com/akeylesslabs/akeyless-go) from 2.15.28 to 2.15.29.
- [Release notes](https://github.com/akeylesslabs/akeyless-go/releases)
- [Changelog](https://github.com/akeylesslabs/akeyless-go/blob/master/docs/KmipRenewServerCertificate.md)
- [Commits](https://github.com/akeylesslabs/akeyless-go/compare/v2.15.28...v2.15.29)

---
updated-dependencies:
- dependency-name: github.com/akeylesslabs/akeyless-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:06:50 +00:00
dependabot[bot]
d771e9c082
build(deps): bump google.golang.org/api from 0.73.0 to 0.74.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.73.0...v0.74.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:06:39 +00:00
dependabot[bot]
0b298d06da
build(deps): bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.11.2
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:06:27 +00:00
dependabot[bot]
b596a43af5
build(deps): bump terraform-linters/setup-tflint from 1 to 2
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 1 to 2.
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](https://github.com/terraform-linters/setup-tflint/compare/v1...v2)

---
updated-dependencies:
- dependency-name: terraform-linters/setup-tflint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:05:52 +00:00
dependabot[bot]
2434652f30
build(deps): bump actions/setup-python from 2 to 3.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:05:49 +00:00
dependabot[bot]
f9c58d6f21
build(deps): bump helm/chart-releaser-action from 1.3.0 to 1.4.0
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 08:05:46 +00:00
paul-the-alien[bot]
8527fe1d13
Merge pull request #896 from burak-yuksel/feature/validate-kubernetes-provider
Validate for Kubernetes Provider
2022-03-31 07:20:17 +00:00
Gustavo Fernandes de Carvalho
4ca3cd6636
Merge pull request #870 from haf-tech/ibmcloud-sm-kv2
Enhance IBM Secrets Manager support with kv secretType
2022-03-31 04:18:11 -03:00
paul-the-alien[bot]
b3f7b7ac94
Merge pull request #910 from kinyat/feat/crds-create-flags
add create flags to each CRDs resources for a more fine-grained control
2022-03-30 19:52:12 +00:00
paul-the-alien[bot]
2517f41b9c
Merge pull request #805 from external-secrets/feature/azure-getallsecrets
Implement GetAllSecrets for Azure Key Vault
2022-03-30 16:43:02 +00:00