Commit Graph
100 Commits
Author SHA1 Message Date
argoyle ac49f3c2a6 ci: derive Go version from go.mod instead of 'stable'
cron-checker / test (push) Skipped
cron-checker / vulnerabilities (push) Skipped
cron-checker / build (push) Skipped
cron-checker / vulnerabilities (pull_request) Failing after 1m11s
cron-checker / test (pull_request) Successful in 1m35s
cron-checker / build (pull_request) Skipped
actions/setup-go resolves 'stable' from the go-versions manifest, which lagged behind the go1.26.6 security release and installed the vulnerable go1.26.5. That both failed govulncheck and broke builds once go.mod required >= 1.26.6 (GOTOOLCHAIN=local).

Using go-version-file keeps CI on exactly the toolchain go.mod asks for, which Renovate already keeps current.
2026-08-17 08:24:17 +02:00
argoyle ce98f90f40 fix(deps): bump golang.org/x/text to v0.39.0 and x/net to v0.56.0 (#389)
Release / release (push) Successful in 1m49s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 49s
Unbound Release / Create Release (push) Successful in 36s
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
cron-checker / build (push) Failing after 48s
cron-checker / test (push) Successful in 1m8s
cron-checker / vulnerabilities (push) Successful in 1m21s
Fixes `GO-2026-5970` (infinite loop on invalid input in `golang.org/x/text`), which is reachable from `doCheck` via the Kubernetes lister and was failing the `vulnerabilities` job in CI.

Also bumps `golang.org/x/net` for `GO-2026-5942`, which govulncheck reports as required but not called.

```
golang.org/x/text v0.37.0 -> v0.39.0
golang.org/x/net  v0.55.0 -> v0.56.0
golang.org/x/sys  v0.45.0 -> v0.46.0  (transitive)
golang.org/x/term v0.43.0 -> v0.44.0  (transitive)
```

All indirect dependencies, so Renovate had not opened a branch for them.

`govulncheck ./...` is now clean and `go test -race ./...` passes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01PuGr8hyEpEpTX4DyLLwfzG
Reviewed-on: #389
2026-08-09 19:12:05 +00:00
argoyle fbebd9e2c2 fix(deps): update golang.org/x/net to v0.53.0 for GO-2026-4918 (#356)
cron-checker / test (push) Successful in 1m41s
Release / release (push) Successful in 1m29s
cron-checker / vulnerabilities (push) Successful in 2m35s
cron-checker / build (push) Failing after 14m38s
2026-05-12 13:26:55 +00:00
argoyle 25a6340fd7 Merge pull request 'chore(release): prepare for 1.6.1' (#318) from next-release into main
Release / release (push) Successful in 50s
cron-checker / vulnerabilities (push) Successful in 4m15s
cron-checker / test (push) Successful in 5m1s
cron-checker / build (push) Successful in 18m23s
Reviewed-on: #318
2026-02-11 21:35:35 +00:00
argoyle 01bad1f754 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#321) from remove-gitlab-ci into main
Release / release (push) Failing after 1m49s
cron-checker / vulnerabilities (push) Successful in 4m41s
cron-checker / test (push) Successful in 6m19s
cron-checker / build (push) Failing after 10m54s
Reviewed-on: #321
2026-01-23 15:08:07 +00:00
argoyleandClaude Opus 4.5 706b8c2287 chore: remove unused .gitlab-ci.yml
cron-checker / vulnerabilities (pull_request) Successful in 6m55s
cron-checker / test (pull_request) Successful in 10m15s
cron-checker / build (pull_request) Successful in 17m25s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:33:43 +01:00
argoyle 96454eb4e8 Merge pull request 'chore(deps): update dependency go to v1.25.6' (#319) from renovate/go-1.x into main
cron-checker / vulnerabilities (push) Successful in 4m3s
Release / release (push) Successful in 4m37s
cron-checker / test (push) Successful in 8m14s
cron-checker / build (push) Successful in 10m5s
Reviewed-on: #319
2026-01-15 20:39:34 +00:00
argoyle 88f56b38a4 Merge pull request 'ci: run build job on pull requests' (#317) from feat/ci-docker-build into main
cron-checker / build (push) Has been cancelled
cron-checker / vulnerabilities (push) Has been cancelled
cron-checker / test (push) Has been cancelled
Release / release (push) Has been cancelled
Reviewed-on: #317
2026-01-13 06:52:48 +00:00
argoyle b5a76e8f85 ci: run build job on pull requests
cron-checker / build (pull_request) Successful in 12m20s
cron-checker / test (pull_request) Successful in 8m10s
cron-checker / vulnerabilities (pull_request) Successful in 4m7s
2026-01-13 07:23:59 +01:00
argoyle 2c3637dad1 Merge pull request 'chore(release): prepare for 1.6.0' (#315) from next-release into main
Release / release (push) Successful in 1m4s
cron-checker / vulnerabilities (push) Successful in 3m6s
cron-checker / test (push) Successful in 3m25s
cron-checker / build (push) Successful in 10m30s
Reviewed-on: #315
2026-01-10 20:08:56 +00:00
argoyle ad42dd7921 Merge pull request 'feat: add Docker build and push to CI workflow' (#314) from feat/ci-docker-build into main
cron-checker / test (push) Successful in 4m31s
cron-checker / vulnerabilities (push) Successful in 4m34s
Release / release (push) Successful in 1m4s
cron-checker / build (push) Successful in 10m6s
Reviewed-on: #314
2026-01-10 19:40:17 +00:00
argoyle 9b689f90cb feat: add Docker build and push to CI workflow
cron-checker / test (pull_request) Successful in 5m22s
cron-checker / build (pull_request) Has been skipped
cron-checker / vulnerabilities (pull_request) Successful in 4m31s
2026-01-10 20:31:43 +01:00
argoyle b5206ed105 Merge pull request 'chore(release): prepare for 1.5.0' (#313) from next-release into main
cron-checker / test (push) Successful in 9m27s
Release / release (push) Successful in 2m19s
cron-checker / vulnerabilities (push) Successful in 6m40s
Reviewed-on: #313
2026-01-10 18:50:19 +00:00
argoyle ecd185e74e Merge pull request 'feat: run CI workflow on tags' (#312) from feat/ci-on-tags into main
Release / release (push) Successful in 2m11s
cron-checker / vulnerabilities (push) Successful in 3m39s
cron-checker / test (push) Successful in 5m30s
Reviewed-on: #312
2026-01-10 18:34:21 +00:00
argoyle 920500f335 feat: run CI workflow on tags
cron-checker / vulnerabilities (pull_request) Successful in 3m34s
cron-checker / test (pull_request) Successful in 4m34s
2026-01-10 19:25:23 +01:00
argoyle f60ca960d6 Merge pull request 'chore(release): prepare for 1.4.0' (#306) from next-release into main
Release / release (push) Successful in 3m15s
cron-checker / vulnerabilities (push) Successful in 7m34s
cron-checker / test (push) Successful in 4m25s
Reviewed-on: #306
2026-01-09 15:56:02 +00:00
argoyle e982d69dd6 Merge pull request 'docs: add CLAUDE.md for Claude Code guidance' (#310) from docs/claude-md into main
cron-checker / test (push) Has been cancelled
cron-checker / vulnerabilities (push) Has been cancelled
Release / release (push) Has been cancelled
Reviewed-on: #310
2026-01-09 15:52:49 +00:00
argoyle 7a9b1cb675 Merge pull request 'feat: add release workflow using shared workflow' (#311) from feat/release-workflow into main
cron-checker / test (push) Has been cancelled
cron-checker / vulnerabilities (push) Has been cancelled
Release / release (push) Has been cancelled
Reviewed-on: #311
2026-01-09 15:52:39 +00:00
argoyle 9be8681761 feat: add release workflow using shared workflow
cron-checker / vulnerabilities (pull_request) Successful in 4m25s
cron-checker / test (pull_request) Successful in 6m2s
2026-01-09 16:40:51 +01:00
argoyle 5293e94e21 docs: add CLAUDE.md for Claude Code guidance
cron-checker / vulnerabilities (pull_request) Successful in 4m29s
cron-checker / test (pull_request) Successful in 6m6s
2026-01-09 16:39:14 +01:00
argoyle 83cd217fb5 Merge pull request 'chore(deps): update actions/setup-go action to v6' (#309) from renovate/actions-setup-go-6.x into main
cron-checker / test (push) Successful in 11m20s
cron-checker / vulnerabilities (push) Successful in 8m43s
Reviewed-on: #309
2026-01-08 16:18:42 +00:00
argoyle 8170cbaa0d Merge pull request 'chore(deps): update actions/checkout action to v6' (#308) from renovate/actions-checkout-6.x into main
cron-checker / vulnerabilities (push) Successful in 3m8s
cron-checker / test (push) Successful in 4m57s
Reviewed-on: #308
2026-01-08 15:07:28 +00:00
argoyle 9d56171a31 Merge pull request 'feat: migrate from GitLab CI to Gitea Actions' (#307) from feat/gitea-actions into main
cron-checker / test (push) Successful in 4m5s
cron-checker / vulnerabilities (push) Successful in 4m53s
Reviewed-on: #307
2026-01-08 14:36:41 +00:00
argoyle 8582f07d3f feat: migrate from GitLab CI to Gitea Actions
cron-checker / vulnerabilities (pull_request) Successful in 1m46s
cron-checker / test (pull_request) Successful in 2m17s
2026-01-08 15:21:26 +01:00
argoyle ad1db6b5e3 Merge branch 'renovate/golang-1.25.5' into 'master'
chore(deps): update golang:1.25.5 docker digest to ad03ba9

See merge request unboundsoftware/cron-checker!302
2025-12-30 17:42:31 +01:00
argoyle ecc9e0f04f Merge branch 'next-release' into 'master'
chore(release): prepare for 1.3.18

See merge request unboundsoftware/cron-checker!301
2025-12-18 08:15:14 +01:00
argoyle 95a19faf9d Merge branch 'renovate/kubernetes-go' into 'master'
fix(deps): update kubernetes packages to v0.35.0

See merge request unboundsoftware/cron-checker!300
2025-12-18 07:12:09 +01:00
argoyle b3a7235c2c Merge branch 'next-release' into 'master'
chore(release): prepare for 1.3.17

See merge request unboundsoftware/cron-checker!295
2025-12-10 09:17:46 +01:00
argoyle f18a949e3b Merge branch 'renovate/kubernetes-go' into 'master'
fix(deps): update kubernetes packages to v0.34.3

See merge request unboundsoftware/cron-checker!299
2025-12-10 06:57:38 +01:00
argoyle 519b81b087 Merge branch 'renovate/golang-1.25.5' into 'master'
chore(deps): update golang:1.25.5 docker digest to 0c27bcf

See merge request unboundsoftware/cron-checker!298
2025-12-09 09:55:49 +01:00
argoyle 3142630dc7 Merge branch 'renovate/golang-1.x' into 'master'
chore(deps): update golang docker tag to v1.25.5

See merge request unboundsoftware/cron-checker!297
2025-12-02 20:20:37 +01:00
argoyle 947b30a870 Merge branch 'renovate/go-1.x' into 'master'
chore(deps): update dependency go to v1.25.5

See merge request unboundsoftware/cron-checker!296
2025-12-02 19:31:03 +01:00
argoyle aa2ebc17c4 Merge branch 'renovate/golang-1.25.4' into 'master'
chore(deps): update golang:1.25.4 docker digest to efe81fa

See merge request unboundsoftware/cron-checker!294
2025-11-18 15:46:34 +01:00
argoyle 74002c4922 Merge branch 'next-release' into 'master'
chore(release): prepare for 1.3.16

See merge request unboundsoftware/cron-checker!288
2025-11-13 09:21:35 +01:00
argoyle 48c04fb564 Merge branch 'renovate/kubernetes-go' into 'master'
fix(deps): update kubernetes packages to v0.34.2

See merge request unboundsoftware/cron-checker!293
2025-11-13 08:57:59 +01:00
argoyle 6bf96e36df Merge branch 'renovate/golang-1.x' into 'master'
chore(deps): update golang docker tag to v1.25.4

See merge request unboundsoftware/cron-checker!292
2025-11-06 07:06:06 +01:00
argoyle c6ec372793 Merge branch 'renovate/go-1.x' into 'master'
chore(deps): update dependency go to v1.25.4

See merge request unboundsoftware/cron-checker!291
2025-11-05 21:50:53 +01:00
argoyle 3c9582ac59 Merge branch 'renovate/golang-1.25.3' into 'master'
chore(deps): update golang:1.25.3 docker digest to 9ac0edc

See merge request unboundsoftware/cron-checker!290
2025-11-04 14:15:38 +01:00
argoyle 435682696e Merge branch 'renovate/golang-1.25.3' into 'master'
chore(deps): update golang:1.25.3 docker digest to 69d1009

See merge request unboundsoftware/cron-checker!289
2025-10-21 14:24:11 +02:00
argoyle 97233ac6c7 Merge branch 'fix/update-commit-message-patterns' into 'master'
fix: update commit message patterns and comments in cliff.toml

See merge request unboundsoftware/cron-checker!287
2025-10-14 10:27:16 +02:00
argoyle 8837fa3712 Merge branch 'renovate/golang-1.x' into 'master'
chore(deps): update golang docker tag to v1.25.3

See merge request unboundsoftware/cron-checker!286
2025-10-14 09:28:51 +02:00
argoyle 08a2b82074 fix: update commit message patterns and comments in cliff.toml
This commit modifies the indentation of lines in the postprocessors and
commit_preprocessors sections for improved readability. It also updates
the commit_parsers section to ensure proper grouping of commit messages
according to their types. The changes enhance the maintainability of
the configuration file while preserving existing functionality.
2025-10-14 09:13:56 +02:00
argoyle 3edca8f39d Merge branch 'renovate/go-1.x' into 'master'
chore(deps): update dependency go to v1.25.3

See merge request unboundsoftware/cron-checker!285
2025-10-14 08:54:01 +02:00
argoyle 139e8a8c11 Merge branch 'renovate/golang-1.x' into 'master'
chore(deps): update golang docker tag to v1.25.2

See merge request unboundsoftware/cron-checker!284
2025-10-08 09:45:45 +02:00
argoyle 4fda8b58ca ci: update GitLab CI configuration with new includes
Adds a new CI configuration file from the unboundsoftware project, 
ensuring better alignment with the project's workflow. This change 
enhances the CI pipeline structure by including additional templates 
for improved build and release processes.
2025-06-23 13:42:53 +02:00
argoyle f4cb386e5a fix(docker): update golang base image to amd64 variant
Change the base image in the Dockerfile to use the amd64 variant 
of the golang image to ensure compatibility with the target 
architecture. This change addresses build issues related to 
architecture mismatches.
2025-02-25 21:23:48 +01:00
argoyle fd7562aa50 chore: update Go version and toolchain in go.mod
Updates the Go version from 1.23.0 to 1.23.6 in go.mod to  
ensure compatibility with the latest features and fixes.  
Adjusts the toolchain version to reflect the updated Go  
installation, promoting stability and support for ongoing  
development.
2025-02-06 18:02:52 +01:00
argoyle de495a8c5e fix(deployment): update label to use standardized format
Change the labels for the cron-checker application in the 
deployment configuration to adhere to Kubernetes' recommended 
labeling conventions. This improves consistency and allows 
better integration with tools that rely on standardized 
labels for application management.
2025-01-24 15:39:11 +01:00
argoyle ad07055d45 ci: remove unnecessary docker configuration
Eliminate redundant Docker configurations in the CI setup. This 
streamlines the build process and reduces complexity by removing 
variables and services not needed for the current build 
configuration.
2024-12-05 10:51:36 +01:00
argoyle faeb419889 ci: add git-cliff configuration 2024-10-06 10:44:04 +02:00
argoyle 16e583fdae ci: add release flow 2024-10-05 21:08:56 +02:00
argoyle 550d4cd0a8 ci: remove Dependabot config 2024-02-23 23:28:06 +01:00
argoyle 9d301bd782 chore(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.1 to 0.29.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.1...v0.29.2)
2024-02-15 09:54:10 +00:00
argoyle ba7273d318 chore(deps): bump golang from 1.21.6 to 1.22.0
Bumps golang from 1.21.6 to 1.22.0.
2024-02-07 21:09:38 +00:00
argoyle 6b618d9366 chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.0 to 0.29.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.0...v0.29.1)
2024-01-18 09:54:10 +00:00
argoyle 78cad53109 chore(deps): bump golang from 1.21.5 to 1.21.6
Bumps golang from 1.21.5 to 1.21.6.
2024-01-10 21:09:31 +00:00
argoyle 5cd208a23e chore(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.4 to 0.29.0.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.4...v0.29.0)
2023-12-14 09:54:05 +00:00
argoyle 40bd0bd947 chore(deps): bump golang from 1.21.4 to 1.21.5
Bumps golang from 1.21.4 to 1.21.5.
2023-12-05 21:09:36 +00:00
argoyle eff85192c4 chore(deps): bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0
Bumps [github.com/alecthomas/kingpin/v2](https://github.com/alecthomas/kingpin) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/alecthomas/kingpin/releases)
- [Commits](https://github.com/alecthomas/kingpin/compare/v2.3.2...v2.4.0)
2023-11-16 14:19:23 +00:00
argoyle 8c2fad540c chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.3 to 0.28.4.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.3...v0.28.4)
2023-11-16 09:54:15 +00:00
argoyle d31e72e44f chore(deps): bump golang from 1.21.3 to 1.21.4
Bumps golang from 1.21.3 to 1.21.4.
2023-11-07 21:13:19 +00:00
argoyle 68fa695ca5 chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.2 to 0.28.3.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.2...v0.28.3)
2023-10-19 09:54:15 +00:00
argoyle 0392819c87 chore(deps): bump golang from 1.21.2 to 1.21.3
Bumps golang from 1.21.2 to 1.21.3.
2023-10-10 21:09:19 +00:00
argoyle a922f2da7e chore(deps): bump golang from 1.21.1 to 1.21.2
Bumps golang from 1.21.1 to 1.21.2.
2023-10-06 21:09:28 +00:00
argoyle 79fe54fb6c chore(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.1 to 0.28.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.1...v0.28.2)
2023-09-14 09:54:09 +00:00
argoyle acfaa667f8 chore(deps): bump golang from 1.21.0 to 1.21.1
Bumps golang from 1.21.0 to 1.21.1.
2023-09-06 21:09:29 +00:00
argoyle 5851819212 chore(deps): bump k8s.io/client-go from 0.28.0 to 0.28.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.0 to 0.28.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.0...v0.28.1)
2023-08-25 09:54:25 +00:00
argoyle 2e5042cfe5 chore(deps): bump k8s.io/client-go from 0.27.4 to 0.28.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.4 to 0.28.0.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.4...v0.28.0)
2023-08-16 09:54:01 +00:00
argoyle 9b257411c6 chore(deps): bump golang from 1.20.7 to 1.21.0
Bumps golang from 1.20.7 to 1.21.0.
2023-08-09 21:09:24 +00:00
argoyle 9890f13091 chore(deps): bump golang from 1.20.6 to 1.20.7
Bumps golang from 1.20.6 to 1.20.7.
2023-08-02 21:09:32 +00:00
argoyle 5cb9bb1d00 chore(deps): bump k8s.io/client-go from 0.27.3 to 0.27.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.3 to 0.27.4.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.3...v0.27.4)
2023-07-20 09:54:02 +00:00
argoyle 0ee1aea33b chore(deps): bump golang from 1.20.5 to 1.20.6
Bumps golang from 1.20.5 to 1.20.6.
2023-07-11 21:09:55 +00:00
argoyle 37b40df945 chore(deps): bump k8s.io/client-go from 0.27.2 to 0.27.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.2 to 0.27.3.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.2...v0.27.3)
2023-06-15 09:54:03 +00:00
argoyle 6eb98834eb chore(deps): bump golang from 1.20.4 to 1.20.5
Bumps golang from 1.20.4 to 1.20.5.
2023-06-06 21:09:32 +00:00
argoyle e2e1fa652a ci: update kingpin dependency 2023-05-23 19:32:04 +02:00
argoyle d2c23b135f chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.1 to 0.27.2.
- [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.27.1...v0.27.2)
2023-05-18 09:54:19 +00:00
argoyle f5d59be8ba chore(deps): bump golang from 1.20.3 to 1.20.4
Bumps golang from 1.20.3 to 1.20.4.
2023-05-02 21:09:29 +00:00
argoyle 19e0d275f6 chore(deps): bump k8s.io/client-go from 0.27.0 to 0.27.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.0 to 0.27.1.
- [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.27.0...v0.27.1)
2023-04-15 09:54:08 +00:00
argoyle 82091f37e2 chore(deps): bump k8s.io/client-go from 0.26.3 to 0.27.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.3 to 0.27.0.
- [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.26.3...v0.27.0)
2023-04-12 09:54:01 +00:00
argoyle e383623d64 chore(deps): bump golang from 1.20.2 to 1.20.3
Bumps golang from 1.20.2 to 1.20.3.
2023-04-04 21:09:42 +00:00
argoyle 5418ac868c chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.2 to 0.26.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.26.2...v0.26.3)
2023-03-18 09:54:16 +00:00
argoyle ba26533f7a chore(deps): bump golang from 1.20.1 to 1.20.2
Bumps golang from 1.20.1 to 1.20.2.
2023-03-08 21:09:25 +00:00
argoyle e55de68daa chore(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.1 to 0.26.2.
- [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.26.1...v0.26.2)
2023-03-01 09:53:57 +00:00
argoyle 33fd2b89ec chore(deps): bump golang from 1.20.0 to 1.20.1
Bumps golang from 1.20.0 to 1.20.1.
2023-02-15 21:09:30 +00:00
argoyle 6729ae6a25 ci: use Docker DinD version from variable 2023-02-09 07:54:48 +01:00
argoyle 29352aa85c chore(deps): bump golang from 1.19.5 to 1.20.0
Bumps golang from 1.19.5 to 1.20.0.
2023-02-02 21:09:10 +00:00
argoyle 76dbbbb17c chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.0 to 0.26.1.
- [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.26.0...v0.26.1)
2023-01-19 09:54:13 +00:00
argoyle 8038a8149e chore(deps): bump golang from 1.19.4 to 1.19.5
Bumps golang from 1.19.4 to 1.19.5.
2023-01-11 21:09:24 +00:00
argoyle 3bdb66901a chore(deps): bump k8s.io/client-go from 0.25.4 to 0.26.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.4 to 0.26.0.
- [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.25.4...v0.26.0)
2022-12-09 13:03:42 +00:00
argoyle 1fabafddb3 chore(deps): bump golang from 1.19.3 to 1.19.4
Bumps golang from 1.19.3 to 1.19.4.
2022-12-06 21:09:55 +00:00
argoyle 878f6bc364 chore(deps): bump k8s.io/client-go from 0.25.3 to 0.25.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.3 to 0.25.4.
- [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.25.3...v0.25.4)
2022-11-11 09:54:08 +00:00
argoyle 4c8fbf2f43 chore(deps): bump golang from 1.19.2 to 1.19.3
Bumps golang from 1.19.2 to 1.19.3.
2022-11-03 21:09:19 +00:00
argoyle c74ef9f122 chore(deps): bump k8s.io/client-go from 0.25.2 to 0.25.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.2 to 0.25.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.25.2...v0.25.3)
2022-10-18 08:36:34 +00:00
argoyle 68bfbb6564 chore(deps): bump golang from 1.19.1 to 1.19.2
Bumps golang from 1.19.1 to 1.19.2.
2022-10-04 21:09:11 +00:00
argoyle cba73097a6 docs: update version in example 2022-09-23 20:12:11 +02:00
argoyle 1187bfcdeb ci: make sure Codecov finds all it's files 2022-09-23 18:54:55 +02:00
argoyle 715939d794 chore: update to batch/v1 instead of the deprecated batch/v1beta1 2022-09-23 18:54:54 +02:00
argoyle 54722aafd9 chore(deps): bump k8s.io/client-go from 0.25.1 to 0.25.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.1 to 0.25.2.
- [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.25.1...v0.25.2)
2022-09-22 09:53:57 +00:00
argoyle 665c4b7580 chore(deps): bump k8s.io/client-go from 0.25.0 to 0.25.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.0 to 0.25.1.
- [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.25.0...v0.25.1)
2022-09-17 09:53:50 +00:00
argoyle 4c04849140 chore(deps): bump golang from 1.19.0 to 1.19.1
Bumps golang from 1.19.0 to 1.19.1.
2022-09-06 21:09:15 +00:00