Commit Graph
100 Commits
Author SHA1 Message Date
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
argoyle 65eadcf0fd chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.4 to 0.25.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.24.4...v0.25.0)
2022-08-24 09:53:51 +00:00
argoyle d10914388d chore(deps): bump k8s.io/client-go from 0.24.3 to 0.24.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.3 to 0.24.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.24.3...v0.24.4)
2022-08-18 09:53:51 +00:00
argoyle f976edad86 chore(deps): bump golang from 1.18.5 to 1.19.0
Bumps golang from 1.18.5 to 1.19.0.
2022-08-02 21:13:05 +00:00
argoyle d4e3609860 chore(deps): bump golang from 1.18.4 to 1.18.5
Bumps golang from 1.18.4 to 1.18.5.
2022-08-01 21:09:15 +00:00
argoyle c81a9f0c2f chore(deps): bump k8s.io/client-go from 0.24.2 to 0.24.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.2 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.2...v0.24.3)
2022-07-15 10:07:52 +00:00
argoyle b56559402f chore(deps): bump golang from 1.18.3 to 1.18.4
Bumps golang from 1.18.3 to 1.18.4.
2022-07-13 21:09:19 +00:00
argoyle 1cb6156e62 chore(deps): bump k8s.io/client-go from 0.24.1 to 0.24.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.1 to 0.24.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.24.1...v0.24.2)
2022-06-17 15:20:17 +00:00
argoyle 77ea28954d chore(deps): bump golang from 1.18.2 to 1.18.3
Bumps golang from 1.18.2 to 1.18.3.
2022-06-02 21:09:12 +00:00
argoyle 865bfcf166 chore(deps): bump k8s.io/client-go from 0.24.0 to 0.24.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.0 to 0.24.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.24.0...v0.24.1)
2022-05-26 09:54:30 +00:00
argoyle 29b6fc9a23 Merge branch 'dependabot-docker-golang-1.18.2' into 'master'
chore(deps): bump golang from 1.18.1 to 1.18.2

See merge request unboundsoftware/cron-checker!45
2022-05-12 07:35:24 +00:00
argoyle 00671b1748 chore(deps): bump golang from 1.18.1 to 1.18.2
Bumps golang from 1.18.1 to 1.18.2.
2022-05-11 21:09:10 +00:00
argoyle b3c200d893 Merge branch 'dependabot-go_modules-k8s.io-client-go-0.24.0' into 'master'
chore(deps): bump k8s.io/client-go from 0.23.6 to 0.24.0

See merge request unboundsoftware/cron-checker!44
2022-05-04 10:58:54 +00:00
argoyle ce89be7e2a chore(deps): bump k8s.io/client-go from 0.23.6 to 0.24.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.6 to 0.24.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.23.6...v0.24.0)
2022-05-04 09:54:32 +00:00
argoyle e180fc5993 Merge branch 'dependabot-go_modules-github.com-sanity-io-litter-1.5.5' into 'master'
chore(deps): bump github.com/sanity-io/litter from 1.5.4 to 1.5.5

See merge request unboundsoftware/cron-checker!41
2022-04-28 10:14:21 +00:00
argoyle 588f073dee chore(deps): bump github.com/sanity-io/litter from 1.5.4 to 1.5.5
Bumps [github.com/sanity-io/litter](https://github.com/sanity-io/litter) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/sanity-io/litter/releases)
- [Changelog](https://github.com/sanity-io/litter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/litter/compare/v1.5.4...v1.5.5)
2022-04-28 09:53:44 +00:00
argoyle 7c1dd9f96f Merge branch 'dependabot-go_modules-k8s.io-client-go-0.23.6' into 'master'
chore(deps): bump k8s.io/client-go from 0.23.5 to 0.23.6

See merge request unboundsoftware/cron-checker!40
2022-04-21 10:12:43 +00:00
argoyle fd9231361a chore(deps): bump k8s.io/client-go from 0.23.5 to 0.23.6
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.5 to 0.23.6.
- [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.23.5...v0.23.6)
2022-04-21 10:00:19 +00:00
argoyle 63f54fd9aa Merge branch 'dependabot-docker-golang-1.18.1' into 'master'
chore(deps): bump golang from 1.18.0 to 1.18.1

See merge request unboundsoftware/cron-checker!37
2022-04-14 05:21:49 +00:00
argoyle 8e33db3b41 chore(deps): bump golang from 1.18.0 to 1.18.1
Bumps golang from 1.18.0 to 1.18.1.
2022-04-13 21:09:14 +00:00
argoyle b4ac7f206d Merge branch 'dependabot-go_modules-k8s.io-client-go-0.23.5' into 'master'
chore(deps): bump k8s.io/client-go from 0.23.4 to 0.23.5

See merge request unboundsoftware/cron-checker!36
2022-03-21 12:03:01 +00:00
argoyle 61c569bc8c chore(deps): bump k8s.io/client-go from 0.23.4 to 0.23.5
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.4 to 0.23.5.
- [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.23.4...v0.23.5)
2022-03-21 10:00:29 +00:00
argoyle d49baffce9 Merge branch 'dependabot-docker-golang-1.18.0' into 'master'
chore(deps): bump golang from 1.17.8 to 1.18.0

See merge request unboundsoftware/cron-checker!33
2022-03-17 07:01:39 +00:00
argoyle 5e5bc0cadf chore(deps): bump golang from 1.17.8 to 1.18.0
Bumps golang from 1.17.8 to 1.18.0.
2022-03-16 21:09:35 +00:00
argoyle 2298d17ddb Merge branch 'dependabot-go_modules-github.com-sanity-io-litter-1.5.4' into 'master'
chore(deps): bump github.com/sanity-io/litter from 1.5.2 to 1.5.4

See merge request unboundsoftware/cron-checker!32
2022-03-15 12:04:57 +00:00
argoyle 1ccb7796fa chore(deps): bump github.com/sanity-io/litter from 1.5.2 to 1.5.4
Bumps [github.com/sanity-io/litter](https://github.com/sanity-io/litter) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/sanity-io/litter/releases)
- [Changelog](https://github.com/sanity-io/litter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/litter/compare/v1.5.2...v1.5.4)
2022-03-15 09:54:06 +00:00
argoyle 17a99dcfd6 Merge branch 'dependabot-docker-golang-1.17.8' into 'master'
chore(deps): bump golang from 1.17.7 to 1.17.8

See merge request unboundsoftware/cron-checker!31
2022-03-07 07:00:34 +00:00
argoyle d8d5216987 chore(deps): bump golang from 1.17.7 to 1.17.8
Bumps golang from 1.17.7 to 1.17.8.
2022-03-05 21:09:18 +00:00