Commit Graph

38 Commits

Author SHA1 Message Date
Tim Hardeck 0dacf2748c
Set k8s client-go to v0.24.5 2022-10-05 16:30:12 +02:00
Tim Hardeck 157cd1c304
Setting the Kubernetes libs at 0.24.5
to match with Fleet and Rancher.

0.24.5 is the latest on patch version for the 1.24 client libraries.
Rancher supported Kubernetes 1.24 as the latest version and those
libraries are using inside of Rancher itself. Setting to 1.24
libraries so that the chain of dependencies does not force Rancher
to use the 1.25 libraries.
2022-10-04 15:51:26 +02:00
Tim Hardeck c33e7ee33b
Merge pull request #107 from rancher/dependabot/go_modules/github.com/urfave/cli-1.22.10
Bump github.com/urfave/cli from 1.22.9 to 1.22.10
2022-10-04 07:57:01 +02:00
dependabot[bot] 3a13934c1b
Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.6...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:05:44 +00:00
dependabot[bot] 322367e7d2
Bump github.com/urfave/cli from 1.22.9 to 1.22.10
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.9 to 1.22.10.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v1.22.9...v1.22.10)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:05:32 +00:00
dependabot[bot] 071419f451
Bump k8s.io/apiextensions-apiserver from 0.24.3 to 0.25.0
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.24.3...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 11:14:47 +02:00
dependabot[bot] 944eda2668
Bump sigs.k8s.io/cli-utils from 0.32.0 to 0.33.0
Bumps [sigs.k8s.io/cli-utils](https://github.com/kubernetes-sigs/cli-utils) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/kubernetes-sigs/cli-utils/releases)
- [Commits](https://github.com/kubernetes-sigs/cli-utils/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cli-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 11:10:53 +02:00
dependabot[bot] a3730ea00a
Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.4...v2.1.6)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 11:10:30 +02:00
dependabot[bot] 112b8c24f1
Bump k8s.io/api from 0.24.3 to 0.25.0
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.24.3...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 11:08:45 +02:00
dependabot[bot] cbf4dafb1c
Bump k8s.io/apimachinery from 0.24.3 to 0.25.0
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.24.3...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:08:39 +00:00
Mario Manno 14450d26cd Add initial test for gitjob example 2022-08-12 16:20:43 +02:00
Tim Hardeck 39ddbf0c71
Merge pull request #75 from rancher/dependabot/go_modules/sigs.k8s.io/cli-utils-0.32.0
Bump sigs.k8s.io/cli-utils from 0.27.0 to 0.32.0
2022-08-11 15:08:44 +02:00
dependabot[bot] 708984b57e
Bump sigs.k8s.io/cli-utils from 0.27.0 to 0.32.0
Bumps [sigs.k8s.io/cli-utils](https://github.com/kubernetes-sigs/cli-utils) from 0.27.0 to 0.32.0.
- [Release notes](https://github.com/kubernetes-sigs/cli-utils/releases)
- [Commits](https://github.com/kubernetes-sigs/cli-utils/compare/v0.27.0...v0.32.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cli-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 08:13:56 +00:00
dependabot[bot] b4d8a3137a
Bump k8s.io/apiextensions-apiserver from 0.24.0 to 0.24.3
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.24.0 to 0.24.3.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.24.0...v0.24.3)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 08:13:44 +00:00
Tim Hardeck 857455508d
Bump Go modules
among others to support Kubernetes 1.24
2022-07-29 10:00:34 +02:00
Tim Hardeck 385d342222
Bump Go to 1.18
Fixes #66
2022-07-29 09:12:47 +02:00
Guilherme Macedo 135cbb30ec
Update Go dependencies (#65)
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-07-20 17:09:49 +02:00
Guilherme Macedo 0e7b6573ec
Update Go dependencies (#61)
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-07-19 11:27:37 +02:00
Guilherme Macedo 997c1a98bd
Update Go to v1.17 and specify exact tags for SLE-BCI images (#50)
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-06-01 17:13:39 +02:00
Daishan 73501bd0e1 Add ability to update gitjob with branch in webhook payload
Today in gitjob's webhook design, it takes incoming webhook payload and
find the gitjob that matches the repo url regarding of which branch the
commit is coming from. This will cause a problem where a single webhook
event will trigger update on every branch of gitjob. This commit adds
the ability to read branch/tag from payload and only update gitjob that
matches branch in the payload. It also adds the ability to read from tag
so that tag event is separated from push event.
2021-11-02 14:22:21 -07:00
Nick Gerace af8c4f3471 Update github.com/gogo/protobuf to 1.3.2 2021-08-02 14:13:52 -04:00
Nick Gerace 09e4aa2add Generate both apiext v1 and v1beta1 CRDs 2021-07-27 16:44:52 -04:00
Daishan d463c21619 Update gitjob crd to v1 2021-05-21 18:30:21 -07:00
Daishan ef5fe7ff24 Add webhook support 2021-04-08 13:50:37 -07:00
Daishan 3ee45bd7ba Update wrangler 2021-04-06 16:29:21 -07:00
Daishan 731c348657 Update wrangler, fix http and ssh auth 2020-10-19 17:47:24 -07:00
Daishan 552a6afacb Update wrangler to include git and ssh-agent fix 2020-10-03 22:05:27 -07:00
Daishan 19f6e7ec6a Update wrangler to inclide ls-remote fix, add profile 2020-10-02 15:52:40 -07:00
Daishan 4f8a971073 Update wrangler to v0.7.2 2020-10-02 14:59:43 -07:00
Daishan 4d862e306b Add custom column, forceUpdate 2020-08-28 09:04:48 -07:00
Darren Shepherd fb772d38ea Update vendor 2020-08-27 21:37:23 -07:00
Daishan d705dae227 More kstatus, use new wrangler git library 2020-08-27 12:39:58 -07:00
Daishan 3feee6d7cc Add kstatus, sync job to gitjob, webhook auto-creation 2020-08-20 13:01:45 -07:00
Daishan 080f323787 Add helm chart support 2020-08-15 12:27:54 -07:00
Daishan 636b91c9b2 Update vendor 2020-08-12 11:46:22 -07:00
Daishan 32b9596355 Rename crd and groups, add CA and skipssl 2020-08-12 11:42:29 -07:00
Daishan 1b7f495892 Webhook support 2020-06-26 16:48:27 -07:00
Daishan 7f4eca3cb5 Initial commit 2020-06-25 10:54:34 -07:00