dependabot[bot]
a7e227a259
build(deps): bump lycheeverse/lychee-action from 1.5.1 to 1.5.2 ( #691 )
...
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases )
- [Commits](4a5af7cd29...25f59e1bc8 )
---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 19:01:39 +01:00
dependabot[bot]
60d0f90c80
build(deps): bump Jerome1337/golint-action from 1.0.2 to 1.0.3
...
Bumps [Jerome1337/golint-action](https://github.com/Jerome1337/golint-action ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/Jerome1337/golint-action/releases )
- [Commits](https://github.com/Jerome1337/golint-action/compare/v1.0.2...v1.0.3 )
---
updated-dependencies:
- dependency-name: Jerome1337/golint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 19:39:11 +00:00
Daniel Holbach
eb877416ae
brown paper bag for #686
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-11-02 14:08:28 +01:00
Daniel Holbach
0f2dff84cd
Replace set-output with GITHUB_OUTPUT
...
Fixes : #685
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-11-02 13:23:42 +01:00
Daniel Holbach
09bfa18f47
simplify the setup of go in workflows
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-11-02 09:12:06 +01:00
Daniel Holbach
53e17ec12a
Move to lychee for checking links
...
- exclude fossa links
Fixes : #308
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-10-26 11:51:31 +02:00
dependabot[bot]
d0a3031b86
build(deps): bump docker/metadata-action from 4.1.0 to 4.1.1
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](12cce9efe0...57396166ad )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-18 18:02:51 +00:00
dependabot[bot]
b0acc1e3e4
build(deps): bump nick-invision/retry from 2.8.1 to 2.8.2 ( #669 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:24:21 +02:00
dependabot[bot]
857eecf36d
build(deps): bump docker/metadata-action from 4.0.1 to 4.1.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](69f6fc9d46...12cce9efe0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-13 17:56:27 +00:00
Daniel Holbach
b340cd53e9
add CodeQL cron job
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-10-12 21:02:59 +02:00
Christian Kotzbauer
6b757de2ee
fix: fix spdx-sbom-handling ( #661 )
...
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2022-10-03 18:25:45 +02:00
Christian Kotzbauer
ba1328ca12
feat: Integrate GoReleaser, Cosign and Syft ( #595 )
...
* build: integrate goreleaser, syft and cosign
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: chmod for all binaries
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: version-env
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: remove prefix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: remove prefix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: schellcheck
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: shellcheck
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: several script updates
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: remove main-prefix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2022-10-02 15:25:17 +02:00
Daniel Holbach
8cabfb7d75
Merge pull request #629 from dholbach/fix-625
...
Update to k8s 1.24
2022-09-28 10:38:59 +02:00
Daniel Holbach
5ac4f7ec86
Update to latest k8s
...
Fixes : #625
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-09-27 17:20:49 +02:00
Daniel Holbach
beecd839c2
Merge pull request #657 from kubereboot/dependabot/github_actions/actions/stale-6
...
build(deps): bump actions/stale from 5 to 6
2022-09-27 09:08:11 +02:00
dependabot[bot]
cb4eccb22e
build(deps): bump helm/kind-action from 1.3.0 to 1.4.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-23 18:18:50 +00:00
dependabot[bot]
fe6bea8c29
build(deps): bump actions/stale from 5 to 6
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-22 17:47:22 +00:00
dependabot[bot]
15d0492e23
build(deps): bump docker/metadata-action from 3.3.0 to 4.0.1
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](98669ae865...69f6fc9d46 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-20 18:53:16 +00:00
Jean-Philippe Evrard
e34f1a0947
Use github token instead of bot accounts
...
This should be one credential less to manage.
Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party >
2022-09-20 16:39:11 +02:00
Daniel Holbach
e36a43c57c
stop publishing to Docker Hub
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-09-20 13:18:57 +02:00
Jean-Philippe Evrard
82142f4d6a
Remove charts from repo
...
As we'll be extracting charts to the new repository, there
is no need to keep the current helm charts in this repository.
This allows us to have a cleaner code.
Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party >
2022-09-20 12:52:33 +02:00
Jean-Philippe Evrard
788e351a18
ci: Ignore cache to pick latest matching go ver
...
Instead of requiring major.minor.x, it makes sense, in our CI,
to test major.minor.<latest>.
Without this, it is possible that the CI has a cached version
which is not yet the latest version.
This is a problem, as the current cached version on some workers
is 1.18.5, which has a CVE. Forcing the latest would fix it.
2022-09-14 17:57:51 +02:00
dependabot[bot]
4d6cac66a6
build(deps): bump helm/chart-testing-action from 2.2.1 to 2.3.0 ( #618 )
...
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases )
- [Commits](https://github.com/helm/chart-testing-action/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: helm/chart-testing-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 19:37:50 +02:00
dependabot[bot]
9525ce53a3
build(deps): bump nick-invision/retry from 2.8.0 to 2.8.1 ( #615 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 06:25:46 +02:00
dependabot[bot]
c5bb9ae478
build(deps): bump nick-invision/retry from 2.7.1 to 2.8.0 ( #613 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.7.1...v2.8.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 19:53:30 +02:00
dependabot[bot]
98fdb334aa
build(deps): bump nick-invision/retry from 2.7.0 to 2.7.1
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.7.0...v2.7.1 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-03 17:03:44 +00:00
Jack Francis
dd0bce41be
ci: address Azure/container-scan regression ( #606 )
2022-07-22 17:06:00 +02:00
dependabot[bot]
8dfccdbe48
build(deps): bump helm/kind-action from 1.2.0 to 1.3.0 ( #578 )
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 06:39:01 +02:00
dependabot[bot]
db62f4aa0e
build(deps): bump guyarb/golang-test-annoations from 0.5.1 to 0.6.0 ( #577 )
...
Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations ) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases )
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.5.1...v0.6.0 )
---
updated-dependencies:
- dependency-name: guyarb/golang-test-annoations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 19:55:56 +02:00
dependabot[bot]
0734e270fa
build(deps): bump actions/setup-python from 3 to 4 ( #576 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 19:30:25 +02:00
dependabot[bot]
08774994ad
build(deps): bump docker/setup-buildx-action from 1 to 2 ( #575 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 19:14:24 +02:00
dependabot[bot]
90d2d9a39b
build(deps): bump docker/build-push-action from 2 to 3 ( #573 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
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-06-08 19:13:57 +02:00
dependabot[bot]
35a6b8955d
build(deps): bump docker/setup-qemu-action from 1 to 2 ( #574 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 19:13:41 +02:00
David Shay
641c319eb8
Added support for multi-arch image build ( #496 )
...
* Added support for multi-arch image build
* Requested changes to multi-arch build
* Further optimizations of multi build
* multi needs QEMU for some pieces
* change main push for all platforms
* Update Dockerfile to call Makefile
* Remove manual workflow
2022-06-07 08:23:36 +02:00
Christian Kotzbauer
bee558cd8f
Downgrade kind-images for 1.22.x and 1.23.x ( #569 )
...
* some debug stuff
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* small fix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* add namespace
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* downgrade to kind@0.12 .0
* Revert "feat: update kubernetes dependencies (#552 )"
This reverts commit d2d21f31c0 .
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* bump kind version
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* update to k8s 0.23.6
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* update to kind 0.13.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* add 1.24 test
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* add toleration
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* update kind to 0.14.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* update docs
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* add version prefix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* update images
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* downgrade images
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* remove debug log
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2022-06-07 06:45:39 +02:00
Christian Kotzbauer
da59ebff70
build: small debug commands for nightly job
...
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2022-05-23 19:22:36 +02:00
Christian Kotzbauer
d2d21f31c0
feat: update kubernetes dependencies ( #552 )
...
* feat: update kubernetes dependencies
closes #525
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: update kind
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: missed kind-update
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* build: another kind update
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: use new toleration
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: use both tolerations
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* build: some debugging
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* revert [skip ci]
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2022-05-22 10:47:14 +02:00
Jack Francis
5ab20e62d2
ci: substring suffix inside quotes
2022-05-17 06:18:16 +02:00
Jack Francis
03e8c2116a
ci: always use the latest golang patch version
2022-05-16 20:48:16 +02:00
dependabot[bot]
4ab3bf9813
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-06 19:38:17 +02:00
dependabot[bot]
d771013cde
build(deps): bump nick-invision/retry from 2.6.0 to 2.7.0
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-26 19:50:38 +02:00
dependabot[bot]
c7b5520859
build(deps): bump guyarb/golang-test-annoations from 0.5.0 to 0.5.1
...
Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases )
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: guyarb/golang-test-annoations
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-15 09:11:40 +02:00
dependabot[bot]
5b11ebcc3a
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-08 19:22:17 +02:00
dependabot[bot]
8543cf25a2
build(deps): bump actions/stale from 4 to 5
...
Bumps [actions/stale](https://github.com/actions/stale ) from 4 to 5.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-08 19:21:52 +02:00
dependabot[bot]
67232f00d9
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-15 06:48:57 +01:00
dependabot[bot]
ce32f9dc05
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-15 06:48:34 +01:00
dependabot[bot]
7d3b97541d
build(deps): bump actions/setup-python from 2 to 3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3 )
---
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-03-01 08:42:57 +01:00
dependabot[bot]
71a273a14c
build(deps): bump helm/chart-testing-action from 2.1.0 to 2.2.0
...
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases )
- [Commits](https://github.com/helm/chart-testing-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: helm/chart-testing-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-07 17:02:55 +00:00
dependabot[bot]
84292cc8c3
build(deps): bump nick-invision/retry from 2.5.1 to 2.6.0
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-10 17:02:55 +00:00
Daniel Holbach
997794eaac
update to test against k8s 1.2{1,2,3} kind images
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2021-12-08 09:59:01 +01:00