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
John Gardiner Myers
d0632da9ca
Rename version.go to kops-version.go
2023-01-13 11:22:30 -08:00
Ole Markus With
ce2e877aeb
Remove bazel files from vendor
2022-04-12 13:29:03 +02:00
Ole Markus With
39defc4d91
Remove all bazel targets from Makefile
...
Fix comment
Remove bazel artifacts
Remove bazel hacks
Fix kubetest compat copy
2022-04-12 13:28:58 +02:00
justinsb
05ae9aa5b4
Use .bazel-bin to help gopls & VSCode
...
This means that gopls will ignore the bazel-* symlinks, in particular
when using the go LSP plugin (gopls) with VSCode.
Idea from https://bitworking.org/news/2021/06/bazel-and-gopls/
2021-10-26 08:04:06 -04:00
Justin SB
eb2943671f
Use the get_workspace_status script to get the versions
...
This avoids duplication of logic / different logic - and the logic in
the Makefile was indeed different, which was causing us to overwrite
the staging alpha images.
2020-08-28 08:34:42 -04:00
Justin SB
be905b9af2
Allow CI builds to build a tagged version
...
This is working towards "hands off" release builds, where we just tag
the release. When CI=1 and the git sha we are building _exactly_
matches a tag, we build that version. We enforce that version.go must
have previously been updated to match the tag.
We also refactor out the duplicated code into a shared script (tools/get_version.sh)
2020-07-04 16:59:53 -04:00
John Gardiner Myers
e313f384ba
Remove more sha1-generation code
2020-06-21 23:16:33 -07:00