dependabot[bot] and GitHub
0057783ac8
build(deps): bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
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 >
2023-09-12 19:51:00 +00:00
Daniel Holbach and GitHub
ab15cf14a2
Merge pull request #830 from kubereboot/dependabot/github_actions/docker/build-push-action-5
...
build(deps): bump docker/build-push-action from 4 to 5
2023-09-12 21:50:33 +02:00
Daniel Holbach and GitHub
614c6e8472
Merge pull request #829 from kubereboot/dependabot/github_actions/docker/login-action-3
...
build(deps): bump docker/login-action from 2 to 3
2023-09-12 21:50:16 +02:00
dependabot[bot] and GitHub
13ee1b90aa
build(deps): bump docker/build-push-action from 4 to 5
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
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 >
2023-09-12 17:50:11 +00:00
dependabot[bot] and GitHub
2aaa2bb732
build(deps): bump docker/login-action from 2 to 3
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
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 >
2023-09-12 17:50:07 +00:00
dependabot[bot] and GitHub
35c41c2bc6
build(deps): bump docker/setup-qemu-action from 2 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
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 >
2023-09-12 17:50:03 +00:00
Daniel Holbach and GitHub
a8bcf5bbfe
Merge pull request #826 from kubereboot/dependabot/github_actions/actions/checkout-4
...
build(deps): bump actions/checkout from 3 to 4
2023-09-07 03:10:03 +02:00
dependabot[bot] and GitHub
a7f113bdf8
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 18:03:01 +00:00
dependabot[bot] and GitHub
ac6f777d60
build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/41f05d9ecffa2ed3f1580af306000f734b733e54...fbd16365eb88e12433951383f5e99bd901fc618f )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 18:02:56 +00:00
Christian Kotzbauer
14d887e9d0
build: confirm cosign prompt
...
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2023-08-19 10:28:28 +02:00
Christian Kotzbauer and GitHub
3639080851
feat: use go@1.20, k8s@0.27.4, test k8s 1.26-1.28 ( #818 )
...
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2023-08-17 06:11:28 +02:00
Christian Kotzbauer and GitHub
fb51a566da
cleanup: updated build-tools ( #809 )
...
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
2023-08-15 18:07:03 +02:00
3b9b190422
Add multiple concurrent node reboot feature ( #660 )
...
* Add ability to have multiple nodes get a lock
Currently in kured a single node can get a lock with Acquire. There
could be situations where multiple nodes might want a lock in the event
that a cluster can handle multiple nodes being rebooted. This adds the
side-by-side implementation for a multiple node lock situation.
Signed-off-by: Thomas Stringer <thomas@trstringer.com >
* Refactor to use the same code path for a single lock and a multilock
Signed-off-by: Thomas Stringer <thomas@trstringer.com >
* test: force rebuild
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* build: log pod-logs
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: change condition
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* build: fix test-script
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* build: add concurrent test
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
* fix: final changes
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
---------
Signed-off-by: Thomas Stringer <thomas@trstringer.com >
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de >
Co-authored-by: Christian Kotzbauer <git@ckotzbauer.de >
2023-08-14 18:33:18 +02:00
3be3cd46b5
build(deps): bump guyarb/golang-test-annoations from 0.6.0 to 0.7.0 ( #801 )
...
Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases )
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.6.0...v0.7.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>
2023-07-22 08:53:06 +02:00
dependabot[bot] and GitHub
752176d16b
build(deps): bump helm/kind-action from 1.7.0 to 1.8.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.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 >
2023-07-11 17:34:09 +00:00
dependabot[bot] and GitHub
05a3ff85a3
build(deps): bump docker/metadata-action from 4.5.0 to 4.6.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/2c0bd771b40637d97bf205cbccdd294a32112176...818d4b7b91585d195f67373fd9cb0332e31a7175 )
---
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 >
2023-06-13 18:00:35 +00:00
dependabot[bot] and GitHub
ba62c32cbf
build(deps): bump aquasecurity/trivy-action from 0.11.0 to 0.11.2
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/b43daad0c3c96202fc5800b511dfae8e6ecce864...41f05d9ecffa2ed3f1580af306000f734b733e54 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 18:03:52 +00:00
dependabot[bot] and GitHub
b17224addc
build(deps): bump docker/metadata-action from 4.4.0 to 4.5.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/c4ee3adeed93b1fa6a762f209fb01608c1a22f1e...2c0bd771b40637d97bf205cbccdd294a32112176 )
---
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 >
2023-06-07 18:01:19 +00:00
dependabot[bot] and GitHub
b358be7617
build(deps): bump aquasecurity/trivy-action from 0.10.0 to 0.11.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/e5f43133f6e8736992c9f3c1b3296e24b37e17f2...b43daad0c3c96202fc5800b511dfae8e6ecce864 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-06 18:01:07 +00:00
8afa302680
build(deps): bump helm/kind-action from 1.6.0 to 1.7.0 ( #767 )
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.6.0...v1.7.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>
2023-05-17 20:41:46 +02:00
de42273849
build(deps): bump helm/kind-action from 1.5.0 to 1.6.0 ( #766 )
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.6.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>
2023-05-17 17:03:35 +02:00
dependabot[bot] and GitHub
00648786b7
build(deps): bump lycheeverse/lychee-action from 1.7.0 to 1.8.0
...
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases )
- [Commits](https://github.com/lycheeverse/lychee-action/compare/97189f2c0a3c8b0cb0e704fd4e878af6e5e2b2c5...ec3ed119d4f44ad2673a7232460dc7dff59d2421 )
---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-15 18:01:50 +00:00
Daniel Holbach and GitHub
b666474cf1
Merge pull request #756 from kubereboot/dependabot/github_actions/lycheeverse/lychee-action-1.7.0
...
build(deps): bump lycheeverse/lychee-action from 1.6.1 to 1.7.0
2023-04-19 22:13:47 +02:00
Daniel Holbach and GitHub
64313f82ef
Merge pull request #755 from kubereboot/dependabot/github_actions/docker/metadata-action-4.4.0
...
build(deps): bump docker/metadata-action from 4.3.0 to 4.4.0
2023-04-19 21:50:56 +02:00
dependabot[bot] and GitHub
b2ffc0d154
build(deps): bump aquasecurity/trivy-action from 0.9.2 to 0.10.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/1f0aa582c8c8f5f7639610d6d38baddfea4fdcee...e5f43133f6e8736992c9f3c1b3296e24b37e17f2 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-19 18:01:23 +00:00
dependabot[bot] and GitHub
b7edf8b345
build(deps): bump lycheeverse/lychee-action from 1.6.1 to 1.7.0
...
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases )
- [Commits](https://github.com/lycheeverse/lychee-action/compare/9ace499fe66cee282a29eaa628fdac2c72fa087f...97189f2c0a3c8b0cb0e704fd4e878af6e5e2b2c5 )
---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-19 18:01:19 +00:00
dependabot[bot] and GitHub
4e01e607cc
build(deps): bump docker/metadata-action from 4.3.0 to 4.4.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/507c2f2dc502c992ad446e3d7a5dfbe311567a96...c4ee3adeed93b1fa6a762f209fb01608c1a22f1e )
---
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 >
2023-04-19 18:01:15 +00:00
Daniel Holbach and GitHub
58afedd842
update k8s dependencies and test images for k8s release ( #747 )
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2023-04-12 10:05:38 +02:00
c2f97614dd
build(deps): bump actions/stale from 7 to 8 ( #748 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 7 to 8.
- [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/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/stale
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>
2023-03-25 09:55:15 +01:00
dependabot[bot] and GitHub
4ff3378df5
build(deps): bump actions/setup-go from 3 to 4
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
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 >
2023-03-15 17:40:40 +00:00
dependabot[bot] and GitHub
1ea3823069
build(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/8bd2f9fbda2109502356ff8a6a89da55b1ead252...1f0aa582c8c8f5f7639610d6d38baddfea4fdcee )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 18:04:03 +00:00
dependabot[bot] and GitHub
a4fba5a5bc
build(deps): bump lycheeverse/lychee-action from 1.5.4 to 1.6.1
...
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action ) from 1.5.4 to 1.6.1.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases )
- [Commits](https://github.com/lycheeverse/lychee-action/compare/4dcb8bee2a0a4531cba1a1f392c54e8375d6dd81...9ace499fe66cee282a29eaa628fdac2c72fa087f )
---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-24 18:04:47 +00:00
Daniel Holbach
887b2e2427
Move to aquasecurity/trivy-action instead
...
Fixes : #701
Signed-off-by: Daniel Holbach <daniel@weave.works >
2023-02-15 11:28:20 +01:00
dependabot[bot] and GitHub
477f356571
build(deps): bump docker/build-push-action from 3 to 4
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
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 >
2023-01-31 17:09:01 +00:00
dependabot[bot] and GitHub
36c78d94ce
build(deps): bump docker/metadata-action from 4.2.0 to 4.3.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/05d22bf31770de02e20c67c70365453e00227f61...507c2f2dc502c992ad446e3d7a5dfbe311567a96 )
---
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 >
2023-01-13 17:07:52 +00:00
0bc867cf11
build(deps): bump docker/metadata-action from 4.1.1 to 4.2.0 ( #716 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/57396166ad8aefe6098280995947635806a0e6ea...05d22bf31770de02e20c67c70365453e00227f61 )
---
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 19:24:46 +01:00
Daniel Holbach and GitHub
fb84fa8253
Merge pull request #712 from kubereboot/dependabot/github_actions/actions/stale-7
...
build(deps): bump actions/stale from 6 to 7
2023-01-05 20:54:12 +01:00
dependabot[bot] and GitHub
230fa45461
build(deps): bump nick-invision/retry from 2.8.2 to 2.8.3
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.8.2 to 2.8.3.
- [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.2...v2.8.3 )
---
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-12-30 17:09:09 +00:00
dependabot[bot] and GitHub
6aca815125
build(deps): bump actions/stale from 6 to 7
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [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/v6...v7 )
---
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-12-21 17:17:14 +00:00
dependabot[bot] and GitHub
185761c024
build(deps): bump helm/kind-action from 1.4.0 to 1.5.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.5.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-12-13 17:10:11 +00:00
Daniel Holbach
85c4fae0a6
update for k8s 1.26
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-12-12 09:42:36 +01:00
dependabot[bot] and GitHub
0fc09c6d31
build(deps): bump lycheeverse/lychee-action from 1.5.2 to 1.5.4
...
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action ) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases )
- [Commits](https://github.com/lycheeverse/lychee-action/compare/25f59e1bc8f12b314a1e366f825e00d13de2d80b...4dcb8bee2a0a4531cba1a1f392c54e8375d6dd81 )
---
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 >
2022-11-09 17:07:49 +00:00
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](https://github.com/lycheeverse/lychee-action/compare/4a5af7cd2958a2282cefbd9c10f63bdb89982d76...25f59e1bc8f12b314a1e366f825e00d13de2d80b )
---
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] and GitHub
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] and GitHub
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](https://github.com/docker/metadata-action/compare/12cce9efe0d49980455aaaca9b071c0befcdd702...57396166ad8aefe6098280995947635806a0e6ea )
---
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
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