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

152 commits

Author SHA1 Message Date
dependabot[bot]
8cd9b4173b
build(deps): bump azure/setup-helm from 2.1 to 3.0 (#1318)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 2.1 to 3.0.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Commits](https://github.com/azure/setup-helm/compare/v2.1...v3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 18:15:14 -03:00
Moritz Johner
847edc3ec3 fix: infracost v2 migration 2022-06-21 23:56:23 +02:00
cpanato
5d67325213
update cosign installer action
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-06-11 12:08:28 +02:00
dependabot[bot]
307479990a
build(deps): bump infracost/actions from 1 to 2 (#1203)
Bumps [infracost/actions](https://github.com/infracost/actions) from 1 to 2.
- [Release notes](https://github.com/infracost/actions/releases)
- [Commits](https://github.com/infracost/actions/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:57:18 +02:00
Moritz Johner
8e0a5b96c6
ArgoCD & Flux e2e suites (#1041)
* feat: add gitops suite

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* feat: add flux tests

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: pin to v1.23 kubectl version to avoid invalid apiVersion issue

see: https://github.com/aws/aws-cli/issues/6920
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* Revert "fix: pin to v1.23 kubectl version to avoid invalid apiVersion issue"

This reverts commit 2f78226cdce1683a0255457b41199d10dd30509f.

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-05-23 16:14:21 +02:00
dependabot[bot]
76e3042290
build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 08:05:30 +00:00
codesee-maps[bot]
31d6927810
Add CodeSee architecture diagram workflow to repository 2022-05-12 11:57:55 +00:00
paul-the-alien[bot]
f569c78d8a
Merge pull request #1116 from external-secrets/dependabot/github_actions/docker/setup-qemu-action-2
build(deps): bump docker/setup-qemu-action from 1 to 2
2022-05-10 12:11:13 +00:00
paul-the-alien[bot]
2d36cb9dad
Merge pull request #1115 from external-secrets/dependabot/github_actions/docker/setup-buildx-action-2
build(deps): bump docker/setup-buildx-action from 1 to 2
2022-05-10 12:11:02 +00:00
dependabot[bot]
515e866ba4
build(deps): bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 08:05:35 +00:00
dependabot[bot]
8433f33f51
build(deps): bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 08:05:33 +00:00
dependabot[bot]
49d821575e
build(deps): bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 08:05:30 +00:00
Gustavo Carvalho
1b7145b5d4 Fixing ginkgo version to 2.1.3
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-27 15:31:14 -03:00
Gustavo Carvalho
59d08dda2b Added Dependency License Check Workflow
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-19 10:50:45 -03:00
paul-the-alien[bot]
23431b8580
Merge pull request #1009 from external-secrets/dependabot/github_actions/mikepenz/release-changelog-builder-action-3
build(deps): bump mikepenz/release-changelog-builder-action from 2 to 3
2022-04-18 15:19:36 +00:00
paul-the-alien[bot]
ee340cd243
Merge pull request #1010 from external-secrets/dependabot/github_actions/fkirc/skip-duplicate-actions-4.0.0
build(deps): bump fkirc/skip-duplicate-actions from 3.4.1 to 4.0.0
2022-04-18 15:02:50 +00:00
paul-the-alien[bot]
fd692fe949
Merge pull request #1011 from external-secrets/dependabot/github_actions/azure/setup-helm-2.1
build(deps): bump azure/setup-helm from 2.0 to 2.1
2022-04-18 14:47:09 +00:00
dependabot[bot]
71e3d8b0cb
build(deps): bump fkirc/skip-duplicate-actions from 3.4.1 to 4.0.0
Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases)
- [Commits](https://github.com/fkirc/skip-duplicate-actions/compare/v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: fkirc/skip-duplicate-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 13:31:44 +00:00
dependabot[bot]
5aae88077f
build(deps): bump azure/setup-helm from 2.0 to 2.1
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 2.0 to 2.1.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Commits](https://github.com/azure/setup-helm/compare/v2.0...v2.1)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 13:31:44 +00:00
dependabot[bot]
8dae1bb7cf
build(deps): bump mikepenz/release-changelog-builder-action from 2 to 3
Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 2 to 3.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 13:31:37 +00:00
dependabot[bot]
73613f5c3a
build(deps): bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 13:31:33 +00:00
paul-the-alien[bot]
a32fb5b070
Merge pull request #979 from external-secrets/dependabot/github_actions/actions/setup-go-3
build(deps): bump actions/setup-go from 2 to 3
2022-04-11 12:01:00 +00:00
dependabot[bot]
03a1b86c9f
build(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 08:06:16 +00:00
dependabot[bot]
636625dc80
build(deps): bump actions/setup-python from 3.1.0 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 08:06:13 +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
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
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]
90900a2394
Merge pull request #903 from external-secrets/dependabot/github_actions/peter-evans/slash-command-dispatch-3
build(deps): bump peter-evans/slash-command-dispatch from 2.3.0 to 3
2022-03-28 13:19:11 +00:00
dependabot[bot]
6b4fab9a7b
build(deps): bump peter-evans/slash-command-dispatch from 2.3.0 to 3
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.3.0 to 3.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
- [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v2.3.0...v3)

---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 08:07:05 +00:00
dependabot[bot]
589a56b9a2
build(deps): bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 08:07:03 +00:00
Gustavo Carvalho
5f2b4ba432 Setting version to v0 as main is not yet available
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-23 07:50:46 -03:00
Gustavo Carvalho
f638726d6b Fixing setup-gcloud version
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-23 07:25:18 -03:00
dependabot[bot]
8b8cfd15e3
build(deps): bump helm/chart-testing-action from 2.2.0 to 2.2.1
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](https://github.com/helm/chart-testing-action/compare/v2.2.0...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 08:05:05 +00:00
cpanato
acd7788af2
add missing install of cosign in the CIs pipelines
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-03-20 16:57:49 +01:00
Carlos Tadeu Panato Junior
332977caba
sign images using cosign (#845)
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-03-19 21:07:50 +01:00
dependabot[bot]
a1c0934e01
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 08:06:46 +00:00
dependabot[bot]
a9b6dd4d13
build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 08:05:44 +00:00
Moritz Johner
b5926448b7 fix: github-script
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-15 16:23:45 +01:00
Moritz Johner
6a06d3c4f6 fix: update github-script actions
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-15 16:19:39 +01:00
dependabot[bot]
d6602b5698
build(deps): bump actions/github-script from 1 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v1...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 08:05:09 +00:00
dependabot[bot]
5c20e3874e
build(deps): bump helm/chart-releaser-action from 1.2.1 to 1.3.0
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.2.1...v1.3.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-02-07 08:06: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
Gustavo Fernandes de Carvalho
47a7425a2a Merge branch 'main' into feature/docs-versioning 2022-02-01 16:40:38 -03: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
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