Commit Graph

13 Commits

Author SHA1 Message Date
Thomas Ferrandiz
5bc9a84a84 go mod vendor 2024-12-16 15:36:30 +00:00
Thomas Ferrandiz
47fadb0720 Revert "go mod vendor"
This reverts commit 10707e4243.
2024-12-06 13:51:08 +00:00
Thomas Ferrandiz
10707e4243 go mod vendor 2024-12-06 13:42:44 +00:00
Antonin Bas
378d99d67a Upgrade Go dependencies to address CVEs
Signed-off-by: Antonin Bas <abas@vmware.com>
2022-10-28 10:59:19 -07:00
Miguel Duarte Barroso
b04af49b2e build: update vendor for k8s-1.23 dependencies
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2022-06-10 16:40:32 +02:00
Miguel Duarte Barroso
d7a11a042c build, go1.17: vendoring for backwards compatible IP parsing
Update the `k8s.io/utils` package to feature the `ParseCIDRSloppy` and
`ParseIPSloppy` functions, which perform a backwards compatible CIDR and
IP parsing, by allowing leading zeroes in the addresses - something
which golang1.17 rejects.

Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2022-05-25 12:57:51 +02:00
Miguel Duarte Barroso
c86cbce8a8 buid: update to go1.17
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2022-05-19 10:30:00 +02:00
Miguel Duarte Barroso
31e7f75cf4 build: bump k8s to 0.22.6
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2022-02-08 14:36:39 +01:00
Miguel Duarte Barroso
3b01e1992f build: enable compilation & running tests
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2021-07-23 11:30:17 +02:00
Miguel Duarte Barroso
5d9c1e6c1d build: bump kubebuilder version to v0.4.1
This kubebuilder version allows us to specify the CRD api version
which in turn will allow us to generate CRDs using `v1` instead
of `v1beta1` which will be **removed** in kubernetes 1.22.

We also use a newer version of the kubebuilder test binaries, so
we can use the `v1` API.

Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2021-07-23 11:30:17 +02:00
Miguel Duarte Barroso
90c7617a1c ip-reconciler: add plumbers network status entity
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
2021-07-22 16:07:18 +02:00
Chris Randles
73ffd2b5f3 add kubernetes CRD backend
rebasing
2019-10-09 17:45:32 -04:00
Christopher Randles
9679a7b096 Use go mod & update dependencies (#8)
* go mod init

* go mod tidy

* go mod vendor

* update glide reference to go mod

* update deps to latest

* use github as import path for etcd to avoid some build errors

* remove glide files

* run fmt
2019-08-22 15:10:46 -04:00