Commit Graph

87 Commits

Author SHA1 Message Date
Arnaud Meukam 237b19ef44
Bump Golang to 1.25
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-08-14 15:03:37 +02:00
Ciprian Hacman 271a2dd1b4 Update dependencies 2025-06-27 13:53:05 +03:00
justinsb a986749d8d Update to golang 1.24.4
Issue #17392
2025-06-19 13:37:12 -04:00
Peter Rifel 3aa4bc3c71
Bump go to 1.24.3 2025-05-06 21:18:42 -05:00
Peter Rifel 298e771e29
Update dependencies (#17333)
* Update dependencies

* make gomod

* make crds

* Bump RSA private key size to meet new minimum

* Fix scaleway type change

* Bump k8s.io/kops in tests/e2e module

* Bump containerd

* Bump golang-jwt/jwt

* Bump golang.org/x/net
2025-03-29 23:30:56 +00:00
Arnaud Meukam f3191bd8a0 Bump to Go 1.24
https://tip.golang.org/doc/go1.24

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-03-10 13:55:35 +01:00
Peter Rifel 57661e41ce
Bump golang.org/x/crypto 2025-03-05 07:51:31 -06:00
Ciprian Hacman 53e4e3144a Update Go to v1.23.5 2025-01-19 17:16:49 +02:00
Ciprian Hacman 595f103bf9 Update Go to v1.23.4 2025-01-08 13:39:25 +02:00
Ciprian Hacman eea1b4560c Update dependencies 2024-09-27 08:09:14 +03:00
Ciprian Hacman 4b69dfb4fe Update Go to v1.22.7 2024-09-13 19:34:24 +03:00
justinsb 774d2fdfca tests: build and push locally for metal tests
Because we now push much larger files, replace our in-memory storage with disk-backed storage.
2024-09-11 18:22:23 -04:00
justinsb 08481f512c metal: more functions to enable `kops update cluster`
We still have to add VMs, but this is another step closer.
2024-08-30 06:55:18 -04:00
justinsb 7f58570a04 metal: stub out functions to enable cluster creation
Start adding the minimal implementation such that we can `kops create cluster`
2024-08-29 22:39:48 -04:00
justinsb ba5519a546 tests: add simple s3 emulator for bare-metal testing
We don't need a lot of S3 functionality, it's likely easier just to create our own.
2024-08-29 13:32:42 -04:00
justinsb fe66a14185 tests: create basic test for creating VMs on github actions
We try to bring up 3 VMs and SSH to them.
2024-08-28 17:26:20 -04:00
Ciprian Hacman 8b843856e7 Update deps to K8s v0.31.0 2024-08-25 17:48:14 +03:00
github-actions 523bd3c8c6 Update dependencies 2024-08-09 20:20:55 +00:00
github-actions df236314e4 Update dependencies 2024-08-02 06:05:06 +00:00
github-actions bbb3154b1f Update dependencies 2024-07-26 06:04:53 +00:00
github-actions 2b1fe5e325 Update dependencies 2024-07-19 06:05:17 +00:00
github-actions 0ee32c57c0 Update dependencies 2024-07-12 06:04:29 +00:00
justinsb ace6669767 chore: update golang to 1.22.5 2024-07-04 11:07:18 -04:00
github-actions 49ec8e0b4b Update dependencies 2024-06-28 06:04:56 +00:00
github-actions 3f8258bf43 Update dependencies 2024-06-21 06:04:56 +00:00
Ciprian Hacman 20af220b23 Update Go to v1.21.4 2024-06-15 09:33:48 +03:00
github-actions 5f5b51944e Update dependencies 2024-06-14 06:05:25 +00:00
github-actions 33b26b7130 Update dependencies 2024-06-08 15:30:32 +03:00
github-actions 1bb9483a15 Update dependencies 2024-05-17 06:04:26 +00:00
github-actions 7743cc7f15 Update dependencies 2024-05-12 14:06:50 +00:00
github-actions 4d7871e890 Update dependencies 2024-05-10 01:14:37 +00:00
justinsb 00f7899fe8 Bump golang to 1.22.3
Includes some security fixes, though they don't look likely to impact
us.
2024-05-09 07:43:02 -04:00
github-actions 954a2ca07a Update dependencies 2024-05-03 06:04:53 +00:00
github-actions f0861a88b1 Update dependencies 2024-04-26 06:04:20 +00:00
github-actions 91efcb0b54 Update dependencies 2024-04-22 02:35:12 +00:00
github-actions 778acb5cad Update dependencies 2024-04-12 06:04:18 +00:00
github-actions 23f59a725c Update dependencies 2024-04-05 06:04:27 +00:00
github-actions 1fc3fc5823 Update dependencies 2024-03-29 06:03:59 +00:00
github-actions 8345f89edb Update dependencies 2024-03-23 13:12:51 +00:00
github-actions f352eac4ce Update dependencies 2024-03-15 06:04:44 +00:00
github-actions ae7492b2f9 Update dependencies 2024-03-08 06:04:06 +00:00
github-actions a533e6b923 Update dependencies 2024-03-01 06:04:18 +00:00
Ciprian Hacman 5bdd812926 Update Go to v1.22.0 2024-02-11 06:39:29 +02:00
Peter Rifel 8000ce5718
Recognize `open` on macos 2024-01-04 18:33:20 -06:00
Peter Rifel 65627caa3f
Support running jaeger-query on the host 2024-01-04 18:33:07 -06:00
justinsb 824e4d4c6c otlp traceserver can now read from VFS
This lets us easily show the results from prow jobs, captured as artifacts.
2023-11-18 09:12:19 -05:00
justinsb 2bb2d11c56 protobuf autogen 2023-11-18 09:12:19 -05:00
justinsb 831352fbe7 otel tools: basic trace server for jaeger
This allows us to explore a trace file in jaeger.
2023-11-18 09:12:19 -05:00
Ciprian Hacman 1d0fbfc4f1 Fix promotion of `kops-utils-cp` 2023-06-19 16:40:40 +03:00
Ciprian Hacman f51e347f99 Build and use cp replacement 2023-05-27 05:18:53 +03:00