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

1078 commits

Author SHA1 Message Date
paul-the-alien[bot]
b9092598ad
Merge pull request #679 from external-secrets/dependabot/go_modules/github.com/tidwall/gjson-1.14.0
build(deps): bump github.com/tidwall/gjson from 1.12.1 to 1.14.0
2022-02-07 09:46:00 +00:00
paul-the-alien[bot]
23f8c74bea
Merge pull request #681 from external-secrets/dependabot/go_modules/google.golang.org/grpc-1.44.0
build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0
2022-02-07 09:45:18 +00:00
paul-the-alien[bot]
4dd90d6215
Merge pull request #680 from external-secrets/dependabot/go_modules/github.com/onsi/gomega-1.18.1
build(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.1
2022-02-07 09:44:50 +00:00
dependabot[bot]
a948638dfd
build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.43.0...v1.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 08:10:05 +00:00
dependabot[bot]
d583f8bc19
build(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.17.0...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 08:09:46 +00:00
dependabot[bot]
ebd163cf65
build(deps): bump github.com/tidwall/gjson from 1.12.1 to 1.14.0
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.12.1 to 1.14.0.
- [Release notes](https://github.com/tidwall/gjson/releases)
- [Commits](https://github.com/tidwall/gjson/compare/v1.12.1...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 08:09:30 +00:00
paul-the-alien[bot]
715e0dc2d9
Merge pull request #670 from external-secrets/chore/css-warning-on-providers-docs
Adding notes on configuring ClusterSecretStores for every provider
2022-02-03 13:20:16 +00:00
Gustavo Carvalho
696a9e9c92 Adding notes on configuring ClusterSecretStores for every provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-03 08:39:46 -03:00
Gustavo Fernandes de Carvalho
c99236334c
Merge pull request #560 from nasirhm/patch-1
Fix documentation for namespace in ClusterSecretStore
2022-02-03 07:21:23 -03:00
paul-the-alien[bot]
9ac1b99c03
Merge pull request #668 from external-secrets/chore/bump0.4.1
chore: bump version 0.4.1
2022-02-02 19:26:26 +00:00
Lucas Severo Alves
4c5f9ae763 chore: bump version 0.4.1
Signed-off-by: Lucas Severo Alves <lucassalves65@gmail.com>
2022-02-02 20:22:10 +01:00
paul-the-alien[bot]
1fd1d28f74
Merge pull request #667 from external-secrets/fix/versioning
Now really fix docs versioning
2022-02-02 18:50:19 +00:00
Gustavo Carvalho
e95c0e8c5e Adding Go Version
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-02 15:48:57 -03:00
Gustavo Carvalho
8b1dd1d03e Setting up go for release
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-02 15:48:23 -03:00
paul-the-alien[bot]
6724576556
Merge pull request #666 from external-secrets/fix/docs-versioning
Fixing CI for docs versioning
2022-02-02 18:35:49 +00:00
Docs
9fbb6d22b0 Making reviewable
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-02 15:31:56 -03:00
Docs
0cb0719cde Fixing CI for docs versioning
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-02 15:28:40 -03:00
paul-the-alien[bot]
daf116cab1
Merge pull request #663 from external-secrets/feature/docs-versioning
Introducing Versioning to docs
2022-02-02 18:06:21 +00:00
paul-the-alien[bot]
97b3fff397
Merge pull request #665 from external-secrets/chore/bump0.4.0
chore: bump chart to v0.4.0
2022-02-02 16:57:40 +00:00
Lucas Severo Alves
0e19d00c8d chore: bump chart to v0.4.0 2022-02-02 17:56:22 +01:00
Gustavo Fernandes de Carvalho
bf377fd6fa Removing git config from build.publish command
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 16:50:47 -03:00
Gustavo Fernandes de Carvalho
848695f365 Merging with main and added new version for docs/spec.md
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 16:46:47 -03:00
Gustavo Fernandes de Carvalho
47a7425a2a Merge branch 'main' into feature/docs-versioning 2022-02-01 16:40:38 -03:00
paul-the-alien[bot]
5060619826
Merge pull request #614 from external-secrets/fix/docs
Improves Documentation. Removes controller reference
2022-02-01 19:38:32 +00:00
Gustavo Fernandes de Carvalho
ade03c6a03 Moved git config to Dockerfile
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 16:33:18 -03:00
Docs
573da79018 Bumping versions to have overrides and testing on local branch
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 16:21:29 -03:00
Gustavo Fernandes de Carvalho
00b7ff25f5 Adding cleanup instructions
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 16:02:13 -03:00
Gustavo Fernandes de Carvalho
b7ecdf6f58 Making docs action only run on merge to main.
Update release action to publish a docs version

Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 15:59:14 -03:00
paul-the-alien[bot]
db2bf8932e
Merge pull request #654 from external-secrets/dependabot/github_actions/azure/setup-helm-2.0
build(deps): bump azure/setup-helm from 1.1 to 2.0
2022-02-01 18:58:57 +00:00
paul-the-alien[bot]
410908dd9f
Merge pull request #661 from external-secrets/feature/fake-provider
feat(provider): implement fake provider
2022-02-01 18:55:59 +00:00
Gustavo Fernandes de Carvalho
7581b00d4c Using new syntax for overrides
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 15:41:50 -03:00
paul-the-alien[bot]
96be15a703
Merge pull request #662 from external-secrets/revert-613-getall-Secrets
Revert "GetAllSecrets CRD and Azure implementation"
2022-02-01 16:22:50 +00:00
Lucas Severo Alves
5a464df585
Revert "GetAllSecrets CRD and Azure implementation" 2022-02-01 16:52:18 +01:00
Docs
0761deab59 Second test
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 12:07:49 -03:00
Docs
a5c1a7ee61 changing docs github action
Signed-off-by: Docs <docs@external-secrets.io>
2022-02-01 10:57:49 -03:00
Docs
512853ab35 First version for docs versioning
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-01 10:44:34 -03:00
paul-the-alien[bot]
ca0cda7c16
Merge pull request #613 from external-secrets/getall-Secrets
GetAllSecrets CRD and Azure implementation
2022-02-01 13:18:20 +00:00
Moritz Johner
fe1cb8bc69 feat(provider): implement fake provider
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-01 11:18:43 +01:00
Gustavo Carvalho
72d6a5c7ab Using 1.20.2 as default
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-31 08:28:26 -03:00
Gustavo Carvalho
19a7797212 Proposed change to use setup-env
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-31 08:27:27 -03:00
paul-the-alien[bot]
42ed78882d
Merge pull request #658 from external-secrets/dependabot/go_modules/github.com/akeylesslabs/akeyless-go/v2-2.15.25
build(deps): bump github.com/akeylesslabs/akeyless-go/v2 from 2.15.24 to 2.15.25
2022-01-31 10:04:38 +00:00
dependabot[bot]
02bf37f21e
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.24 to 2.15.25.
- [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.24...v2.15.25)

---
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-01-31 09:13:23 +00:00
paul-the-alien[bot]
8276c7b89a
Merge pull request #657 from external-secrets/dependabot/go_modules/github.com/xanzy/go-gitlab-0.54.3
build(deps): bump github.com/xanzy/go-gitlab from 0.50.1 to 0.54.3
2022-01-31 09:10:45 +00:00
paul-the-alien[bot]
f2096436c0
Merge pull request #655 from external-secrets/dependabot/go_modules/github.com/aliyun/alibaba-cloud-sdk-go-1.61.1473
build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1458 to 1.61.1473
2022-01-31 09:10:15 +00:00
paul-the-alien[bot]
479826342e
Merge pull request #659 from external-secrets/dependabot/go_modules/cloud.google.com/go-0.100.2
build(deps): bump cloud.google.com/go from 0.99.0 to 0.100.2
2022-01-31 08:52:52 +00:00
paul-the-alien[bot]
e1896e4320
Merge pull request #656 from external-secrets/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.1.1
build(deps): bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.1
2022-01-31 08:49:31 +00:00
dependabot[bot]
aa3e96cf9f
build(deps): bump cloud.google.com/go from 0.99.0 to 0.100.2
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.99.0 to 0.100.2.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.99.0...v0.100.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 08:10:40 +00:00
dependabot[bot]
0792c57159
build(deps): bump github.com/xanzy/go-gitlab from 0.50.1 to 0.54.3
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.1 to 0.54.3.
- [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.50.1...v0.54.3)

---
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-01-31 08:09:55 +00:00
dependabot[bot]
99bb630acd
build(deps): bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 08:09:43 +00:00
dependabot[bot]
2bb1abeffc
build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go
Bumps [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) from 1.61.1458 to 1.61.1473.
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](https://github.com/aliyun/alibaba-cloud-sdk-go/compare/v1.61.1458...v1.61.1473)

---
updated-dependencies:
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 08:09:21 +00:00