Jean-Philippe Evrard and Christian Kotzbauer
20cbf6112d
Bouncing go.mod with latest kubernetes packages
...
Without this patch, go.mod will lag behind for the kubernetes
packages, as it's not automatically tested by dependabot.
We should bump versions with each new minor release of kured.
This should fix it.
2021-03-22 14:28:17 +01:00
dependabot[bot] and GitHub
2218e29504
Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.0...v1.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 05:55:36 +00:00
dependabot[bot] and GitHub
48688044d5
Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-18 05:49:25 +00:00
dependabot[bot] and GitHub
763695de5c
Bump github.com/spf13/cobra from 1.1.2 to 1.1.3
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.2...v1.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-11 05:52:43 +00:00
dependabot[bot] and GitHub
472934e958
Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-10 05:53:05 +00:00
dependabot[bot] and GitHub
8a9ae1ee9d
Bump github.com/prometheus/client_golang from 1.0.0 to 1.8.0
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.0.0 to 1.8.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.0.0...v1.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-02 13:59:26 +00:00
dependabot[bot] and GitHub
111d1a1a98
Bump github.com/prometheus/common from 0.4.1 to 0.15.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.4.1 to 0.15.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.4.1...v0.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-02 13:29:19 +00:00
dependabot[bot] and GitHub
db9e716a55
Bump github.com/spf13/cobra from 1.0.0 to 1.1.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.0.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-02 13:03:21 +00:00
dependabot[bot] and GitHub
8ab4d7390e
Bump github.com/sirupsen/logrus from 1.2.0 to 1.7.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.2.0 to 1.7.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.2.0...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 12:51:45 +00:00
Daniel Holbach
4894a86f32
Merge remote-tracking branch 'evrardjp/build-with-golang1.14' into merge-k8s-and-go-updates
2020-11-30 10:42:40 +01:00
dependabot[bot] and GitHub
84b62ba7ec
Bump k8s.io/kubectl from 0.18.8 to 0.19.4
...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl ) from 0.18.8 to 0.19.4.
- [Release notes](https://github.com/kubernetes/kubectl/releases )
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.18.8...v0.19.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-16 07:10:36 +00:00
Daniel Holbach
cadb6c263f
run 'go mod tidy'
2020-11-04 12:07:05 +01:00
Jean-Philippe Evrard
19bf5bf224
Bump prometheus
...
This is required by the vendoring of kubectl.
2020-10-15 13:02:39 +02:00
Jean-Philippe Evrard
72c4112e20
Use kubectl as library instead of calling from cli
2020-10-15 13:02:35 +02:00
Jean-Philippe Evrard
ad8c0053e2
Update to golang 1.15
2020-08-28 14:35:58 +02:00
Daniel Holbach
3ebc224958
update alpine to 3.12, k8s 1.18.8
2020-08-28 10:27:39 +02:00
Daniel Holbach
16109017ce
Prepare for k8s release 1.19 (Aug 25)
...
This is #152 , #139 , #127 in disguise.
Maybe this time let it simmer a bit longer until the k8s
release is there?
2020-08-19 17:30:00 +02:00
Daniel Holbach
8fafad18bb
Revert #139
...
This is a follow-up to #150 , so we can get a 1.4.x release
out that will be geared towards k8s 1.1[6-8].
Update to latest 1.17 kubectl: 1.17.7.
2020-06-26 17:30:01 +02:00
Daniel Holbach
72a31030db
replay changes from #127
2020-05-01 09:07:16 +02:00
Daniel Holbach
8e73cf224d
Revert parts of #127 , move to client-go/kubectl 1.17
...
After the release of kured 1.4.0 we should be able to go back.
This was decided in our meeting
(https://docs.google.com/document/d/1bsHTjHhqaaZ7yJnXF6W8c89UB_yn-OoSZEmDnIP34n8/edit#heading=h.8cgszb6vuhza )
Let's go with supporting 1.1[678] in this release.
2020-04-22 18:32:25 +02:00
Jean-Philippe Evrard
247863109d
Bump to golang 1.14
2020-04-08 18:18:36 +02:00
Daniel Holbach
d6e7a42c0d
Update Go version to 1.13
...
New Go image is recommended in https://circleci.com/docs/2.0/circleci-images/
fixes : #129
2020-04-08 18:01:24 +02:00
Daniel Holbach
7ef25be46c
Update client-go to 1.18
...
go get k8s.io/client-go@kubernetes-1.18 .0
go mod tidy
2020-03-30 10:11:30 +02:00
Daniel Holbach
37a5ece356
update client-go, run 'go mod tidy'
2020-02-21 16:11:44 +01:00
Bryan Boreham
57ef32d2d1
Update go.mod and go.sum after 'go mod vendor'
2019-09-05 12:28:27 +00:00
Adam Harrison
6a65a535c0
Update client-go, api, apimachinery to 1.14.x
...
go get k8s.io/client-go@v11.0.0
go get k8s.io/apimachinery@release-1.14
go get k8s.io/api@release-1.14
2019-05-16 16:15:30 +01:00
Adam Harrison
f41b121b14
Upgrade to go 1.12 with modules
2019-05-16 14:35:11 +01:00