dependabot[bot]
53c1411ebc
deps(go): bump golang.org/x/net from 0.12.0 to 0.17.0 ( #182 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 22:13:18 -07:00
dependabot[bot]
c6c1549e18
Bump github/codeql-action from 2.21.8 to 2.21.9 ( #178 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.8 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6a28655e3d...ddccb87388
)
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
2023-10-03 11:15:13 -07:00
dependabot[bot]
7d7557f27a
Bump actions/checkout from 4.0.0 to 4.1.0 ( #176 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](3df4ab11eb...8ade135a41
)
---
updated-dependencies:
- dependency-name: actions/checkout
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-09-26 20:56:48 -07:00
dependabot[bot]
10b5ef2259
Bump github/codeql-action from 2.21.7 to 2.21.8 ( #177 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](04daf014b5...6a28655e3d
)
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
2023-09-26 20:56:24 -07:00
Julio Lopez
f7a24bdd34
chore(ci): unify CI workflows ( #172 )
...
Move build and linting jobs to a single GH workflow file.
It simplifies managing the settings for these jobs and
keeping them consistent.
Reduce permissions scope for ci workflow
Allow triggering when pushing to the 'main' branch
Run on pull requests on all branches
Build when pushing tags
Run Docker workflow on push to 'main' branch
Run Docker workflow on pull requests on all branches
Cleanups:
- rename workflow
- use consistent indentation for steps
- capitalize job name
2023-09-15 07:30:17 -10:00
Julio Lopez
3b14d3865a
chore(general): upgrade Go to 1.21 ( #174 )
2023-09-14 18:37:36 -10:00
Julio Lopez
20a3cdc3d4
chore(deps): upgrade golangci-lint to v1.54.2 ( #175 )
...
Release notes:
- https://github.com/golangci/golangci-lint/releases/tag/v1.54.2
- https://github.com/golangci/golangci-lint/releases
2023-09-14 17:10:36 -07:00
dependabot[bot]
e01c906404
Bump github/codeql-action from 2.21.5 to 2.21.7 ( #173 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](00e563ead9...04daf014b5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
2023-09-14 16:57:14 -07:00
Julio Lopez
10ed04dbe1
chore(ci): minor improvements and cleanups ( #171 )
...
Checkout code before setting up go:
The `setup-go` action caches by default.
This allows GH caches to work properly, and also to use the Go
version from the `go.mod` file.
Use 'with.go-version-file:' in 'actions/setup-go'.
Skip Go pkg cache since setup-go manages it.
Add names for steps.
2023-09-14 16:11:03 -07:00
Julio Lopez
50cd583328
chore(deps) upgrade various GH actions ( #170 )
...
* chore(ci): update comment in dependency review action
* chore(deps): use commit id for action/setup-go version
* deps(gha): upgrade docker/setup-buildx-action to v3.0.0
* deps(gha): upgrade docker/metadata-action to v5.0.0
* deps(gha): upgrade docker/login-action to v3.0.0
* deps(gha): upgrade docker/build-push-action to v5.0.0
* deps(gha): upgrade docker/setup-qemu-action to v3.0.0
Release notes: https://github.com/docker/setup-qemu-action/releases/tag/v3.0.0
* deps(gha): use commit id for dependency-review-action
* deps(gha): upgrade goreleaser-action to v5.0.0
Release notes: https://github.com/goreleaser/goreleaser-action/releases/tag/v5.0.0
* deps(gha): use commit id for golangci-lint-action
Pin to v3.7.0
Release notes: https://github.com/golangci/golangci-lint-action/releases/tag/v3.7.0
2023-09-14 15:33:53 -07:00
dependabot[bot]
2511849a2d
Bump actions/checkout from 3 to 4 ( #168 )
...
* 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>
* use commit ids when specifying version
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
2023-09-14 14:25:29 -07:00
dependabot[bot]
2e34f2d6c2
Bump actions/upload-artifact from 3.1.2 to 3.1.3 ( #169 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b7f8abb15...a8a3f3ad30
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2023-09-13 17:25:11 -07:00
dependabot[bot]
ef6d98a396
Bump actions/upload-artifact from 3.1.0 to 3.1.2 ( #167 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](3cea537223...0b7f8abb15
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2023-09-05 19:11:47 -07:00
dependabot[bot]
2a59fe83ca
Bump github/codeql-action from 2.2.4 to 2.21.5 ( #166 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.2.4 to 2.21.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](17573ee1cc...00e563ead9
)
---
updated-dependencies:
- dependency-name: github/codeql-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-09-05 19:11:20 -07:00
dependabot[bot]
33231836f8
Bump ossf/scorecard-action from 2.1.2 to 2.2.0 ( #165 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](e38b1902ae...08b4669551
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-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-09-05 19:10:39 -07:00
Julio Lopez
444ade97b6
chore(ci): add OSSF Scorecard workflow ( #164 )
...
Workflow results at https://github.com/kastenhq/kubestr/security/code-scanning?query=pr%3A164+is%3Aopen
2023-09-01 15:55:26 -07:00
dependabot[bot]
1a412fac74
deps(go): bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 ( #163 )
...
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest ) from 1.14.5 to 1.14.6.
- [Commits](https://github.com/frankban/quicktest/compare/v1.14.5...v1.14.6 )
---
updated-dependencies:
- dependency-name: github.com/frankban/quicktest
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>
2023-08-01 21:35:58 -07:00
Sirish Bathina
a7806a21fc
Update .goreleaser.yml ( #162 )
2023-07-25 08:41:53 -10:00
Sirish Bathina
502bac1c38
Update release.yaml ( #161 )
2023-07-25 08:13:14 -10:00
carlbraganza
9c2e28e275
Block mount tester ( #159 )
...
* Block mount tester.
* Fixed linter error.
* Updated README
* Ran go mod tidy. Added message advertising the block mount test.
* Addressed PR feedback.
* A few more renames...
* Added a pvc size flag.
* Reversed -c flag again.
2023-07-24 11:23:35 -10:00
carlbraganza
e81a775a81
Updated Kanister version to get rid of deprecated snapshot API warnings. ( #158 )
...
Updated go version to 1.19
2023-07-13 12:37:38 -07:00
dependabot[bot]
30f71a88b7
deps(go): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 ( #157 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
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-04-06 15:40:12 -04:00
dependabot[bot]
633ae76bb1
Bump actions/setup-go from 3 to 4 ( #156 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 19:47:54 -07:00
dependabot[bot]
989ab85e15
deps(go): bump github.com/briandowns/spinner from 1.21.0 to 1.23.0 ( #155 )
...
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner ) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/briandowns/spinner/releases )
- [Commits](https://github.com/briandowns/spinner/compare/v1.21.0...v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
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-03-13 19:09:15 -07:00
dependabot[bot]
dcbaec7a50
deps(go): bump golang.org/x/net from 0.2.0 to 0.7.0 ( #153 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.2.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 18:52:57 -07:00
Pavan Navarathna
fcf1189d23
Update Kanister version to latest ( #152 )
2023-02-14 17:20:46 -08:00
dependabot[bot]
2395d82c23
deps(go): bump github.com/briandowns/spinner from 1.20.0 to 1.21.0 ( #149 )
...
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/briandowns/spinner/releases )
- [Commits](https://github.com/briandowns/spinner/compare/v1.20.0...v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
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-02-14 13:24:45 -08:00
dependabot[bot]
25f6bd64bd
Bump docker/build-push-action from 3 to 4 ( #150 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 12:04:42 -08:00
dependabot[bot]
5ba2d4925c
deps(go): bump github.com/emicklei/go-restful ( #151 )
...
Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful ) from 2.9.5+incompatible to 2.16.0+incompatible.
- [Release notes](https://github.com/emicklei/go-restful/releases )
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md )
- [Commits](https://github.com/emicklei/go-restful/compare/v2.9.5...v2.16.0 )
---
updated-dependencies:
- dependency-name: github.com/emicklei/go-restful
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 12:04:13 -08:00
dependabot[bot]
5dcd2bce82
deps(go): bump github.com/briandowns/spinner from 1.19.0 to 1.20.0 ( #148 )
...
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner ) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/briandowns/spinner/releases )
- [Commits](https://github.com/briandowns/spinner/compare/v1.19.0...v1.20.0 )
---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
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-20 18:22:23 -08:00
dependabot[bot]
0fe925a933
Bump goreleaser/goreleaser-action from 3 to 4 ( #147 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
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-12-21 22:51:17 -08:00
Julio Lopez
7ad8aedcb2
go mod tidy ( #143 )
2022-11-17 21:31:49 -08:00
dependabot[bot]
8b7390a6ee
deps(go): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 ( #142 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
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-17 16:50:23 -08:00
dependabot[bot]
092605f2f6
Avoids unnecessarily auto-creating PRs for k8s dependencies ( #140 )
...
Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
2022-11-17 16:36:52 -08:00
dependabot[bot]
187c53d8ef
Bump actions/dependency-review-action from 2 to 3 ( #141 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
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-15 17:48:29 -08:00
Andrei Khoriakov
af3a5387f4
Update Kanister to 4dca8c82ae9d ( #137 )
2022-10-25 12:02:47 -07:00
dependabot[bot]
e2f62a3728
Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 ( #133 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
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-10-13 14:09:40 -07:00
dependabot[bot]
4ff4f1718a
Bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 ( #122 )
...
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner ) from 1.18.1 to 1.19.0.
- [Release notes](https://github.com/briandowns/spinner/releases )
- [Commits](https://github.com/briandowns/spinner/compare/v1.18.1...v1.19.0 )
---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
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-09-28 20:12:53 -07:00
dependabot[bot]
8d3652bc7e
Bump actions/checkout from 2 to 3 ( #128 )
...
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 15:57:02 -07:00
Ivan Sim
725f8f001f
Update goreleaser CI job with 'write' permission ( #127 )
...
See https://github.com/goreleaser/goreleaser/issues/2642
Signed-off-by: Ivan Sim <ivan.sim@kasten.io>
2022-08-24 15:10:45 -07:00
mmotejlek
612e14d566
Reorder imports ( #124 )
2022-08-23 09:02:33 -07:00
mmotejlek
3011d43a73
Enforce that no arguments can be passed to commands that do not use any ( #112 )
...
* Enforce 0 args for all commands that do not use args
2022-08-16 13:11:31 -07:00
mmotejlek
f3243a24d1
Add node selector flag for FIO ( #105 )
2022-08-16 12:51:19 -07:00
Ivan Sim
89f3d7b02c
Upgrade golangci-lint to latest version ( #123 )
...
Signed-off-by: Ivan Sim <ivan.sim@kasten.io>
2022-08-10 11:46:52 -07:00
Julio Lopez
50fd864a4c
chore(mod): group indirect dependencies in go.mod ( #113 )
2022-07-20 15:28:28 -07:00
dependabot[bot]
c2da03fe69
Bump goreleaser/goreleaser-action from 2 to 3 ( #121 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-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-07-19 22:02:49 -07:00
dependabot[bot]
99a04e0f0b
Bump k8s.io/client-go from 0.24.1 to 0.24.3 ( #120 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.1 to 0.24.3.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.24.1...v0.24.3 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
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-07-19 21:54:55 -07:00
dependabot[bot]
77aab6546c
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 ( #119 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
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-07-20 04:40:14 +00:00
dependabot[bot]
31616ce99f
Bump docker/metadata-action from 3 to 4 ( #117 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 3 to 4.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v3...v4 )
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 21:38:15 -07:00
dependabot[bot]
adb1ac8747
Bump actions/setup-go from 2 to 3 ( #116 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 21:37:41 -07:00