Commit Graph

674 Commits

Author SHA1 Message Date
Kubernetes Prow Robot a0b5174c85
Merge pull request #17559 from ameukam/bump-ko-build
Bump ko-build
2025-08-14 05:25:12 -07:00
Arnaud Meukam 4aaeb5f92f
Bump ko-build
See changes: https://github.com/ko-build/ko/compare/v0.14.1...v0.18.0

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-08-14 12:44:47 +02:00
Ciprian Hacman 5e8e2329ad
Release 1.34.0-alpha.1 (#17548) 2025-08-10 05:45:53 -07:00
Ciprian Hacman 3d9086163f
Release 1.33.0-beta.1 (#17475) 2025-07-05 04:29:25 -07:00
S. M. Mohiuddin Khan Shiam a08f34fa38 Makefile: correct .PHONY casing
The `channels-install` and `nodeup-install` rules were mistakenly declared with a lowercase `.phony` directive.
Only the uppercase special target `.PHONY` tells GNU make to run the rule unconditionally; with the typo, the targets could be skipped if files named `channels-install` or `nodeup-install` existed, breaking local builds or CI.

This patch capitalises the directive:

* `.PHONY: channels-install`
* `.PHONY: nodeup-install`

Restores proper phony-target behaviour and guarantees reliable installation of the `channels` and `nodeup` binaries.
2025-06-18 01:58:05 +06:00
Justin Santa Barbara a6c7599557
Release 1.33.0-alpha.1 (#17389) 2025-05-04 18:00:59 +03:00
justinsb 0a88783475 chore: create script to update dependencies 2025-01-31 12:21:50 -05:00
Justin Santa Barbara 0789af746b
Release 1.32.0-beta.1 (#17241) 2025-01-30 06:25:58 +02:00
justinsb 4ec6c5b73b Release 1.31.0-beta.1 2024-12-14 14:15:16 -05:00
Ciprian Hacman aec463acf8 chore: Reduce verbosity for `upload` make target 2024-10-25 12:43:07 +03:00
Peter Rifel 5833a83c51
Release 1.31.0-alpha.1 2024-10-13 20:03:59 -05:00
Justin Santa Barbara b9c632d3eb
Release 1.30.0-beta.1 (#16629) 2024-06-22 13:38:55 -07:00
Ciprian Hacman 86f5d455e5
Release 1.30.0-alpha.1 (#16563)
* Release 1.30.0-alpha.1

* Update tests for K8s v1.30

* Remove mentions of K8s v1.24
2024-05-11 23:40:27 -07:00
weidongkl e2a7549f9d
chore: optimize the method for obtaining gopath
Signed-off-by: weidongkl <weidong@uniontech.com>
2024-04-29 14:15:22 +08:00
Justin Santa Barbara f0537f4301
Release 1.29.0-beta.1 (#16406) 2024-03-14 17:58:17 -07:00
justinsb 7cc3147e17 chore: update dependencies in submodules
Our submodules should also get auto-updated and auto-tidied by the
Makefile targets; this should then be done automatically by our github
action scheduled task.
2024-02-24 12:08:07 -05:00
Ciprian Hacman f8ebec5009 azure: Migrate vfs to new SDK version 2024-02-09 05:58:45 +02:00
Ciprian Hacman fdc08b97c0 Skip gen-cli-docs on depup 2024-02-04 06:30:13 +02:00
Ciprian Hacman 62f9d4df6d Update k8s.io/* to v0.29.0 2024-01-02 08:46:39 +02:00
Justin Santa Barbara 0300a3b858
Release 1.29.0-alpha.3 (#16183) 2023-12-21 14:24:27 +01:00
justinsb d8c449a4f8 Basic OpenTelemetry support
We initially support capturing to a file (in our own format, as it
doesn't appear a suitable format exists).  This means we don't need a
server to capture the traces, and can start capturing through prow
without a lot of infrastructure changes.

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2023-11-18 09:12:19 -05:00
Ciprian Hacman 8916d1e547
Release 1.29.0-alpha.2 (#16095) 2023-11-11 13:29:12 +01:00
Kubernetes Prow Robot 166a007d8c
Merge pull request #16059 from hakman/codegen-v0.28.3
Update codegen to v0.28.3
2023-10-25 13:41:28 +02:00
Ciprian Hacman 3a06d1225f Update codegen to v0.28.3 2023-10-25 07:49:14 +03:00
Ciprian Hacman 730a520706 Update controller-gen to v0.13.0 2023-10-25 07:31:41 +03:00
John Gardiner Myers 9ae4e967d1
Release 1.29.0-alpha.1 (#15889) 2023-09-07 22:00:13 -07:00
Ciprian Hacman ddd7d14094 Update ko to v0.14.1 2023-09-06 06:38:10 +03:00
Ciprian Hacman 9caf0b2662
Release 1.29.0-alpha.0 (#15858) 2023-09-02 23:19:12 -07:00
Ciprian Hacman db8b0f32f9
Release 1.28.0-beta.1 (#15855) 2023-09-02 21:29:12 -07:00
John Gardiner Myers edac43faed
Release 1.28.0-alpha.2 (#15758) 2023-08-09 21:13:26 -07:00
John Gardiner Myers cad5b69446
Release 1.28.0-alpha.1 (#15548) 2023-06-24 20:45:09 -07:00
Ciprian Hacman 51c75629cc Fix promotion of `kops-utils-cp` - push 2023-06-19 22:56:03 +03:00
Ciprian Hacman 1d0fbfc4f1 Fix promotion of `kops-utils-cp` 2023-06-19 16:40:40 +03:00
Ciprian Hacman 1026a131a1
Release 1.27.0-beta.1 (#15510) 2023-06-17 07:16:20 -07:00
Ciprian Hacman bec7226ad1 Rename `kops-copy` to `kops-utils-cp` 2023-06-16 22:24:51 +03:00
Ciprian Hacman f51e347f99 Build and use cp replacement 2023-05-27 05:18:53 +03:00
Ciprian Hacman 2e1394dc57 Release 1.27.0-alpha.2 2023-05-19 21:35:09 +03:00
Ciprian Hacman e58f72df15 Fix spotinst vendoring 2023-05-15 13:19:37 +03:00
Ciprian Hacman 101bc1b537 Update ko to v0.13.0 2023-05-08 08:03:33 +03:00
justinsb b618866727 makefile: use go run to execute ko
This saves having to install it and worry about execution paths etc.
2023-04-25 21:27:07 -04:00
Leïla MARABESE 9f950f4a3a scaleway profiles feature 2023-02-10 17:02:45 +01:00
John Gardiner Myers d0632da9ca Rename version.go to kops-version.go 2023-01-13 11:22:30 -08:00
Leïla MARABESE 543d59758a removed SCW_DEFAULT_REGION and SCW_DEFAULT_ZONE env vars 2023-01-10 16:11:23 +01:00
John Gardiner Myers 70389e6398
Release 1.27.0-alpha.1 (#14866) 2022-12-24 21:43:27 -08:00
Ciprian Hacman f5b72742b4
Release 1.26.0-beta.1 (#14858) 2022-12-23 01:13:27 -08:00
John Gardiner Myers c6349285d4
Release 1.26.0-alpha.2 (#14665) 2022-11-25 09:06:04 -08:00
John Gardiner Myers e0ee3eda2a Remove CloudFormation tests 2022-11-19 10:25:20 -08:00
Ciprian Hacman 41620a82bc azure: Ignore authentication env vars in Makefile 2022-11-08 20:33:05 +02:00
Leïla MARABESE 0fa996890d featureflag and env vars for nodeup ready for testing 2022-09-26 13:55:08 +02:00
Ciprian Hacman 1eb35d9686
Release 1.26.0-alpha.1 (#14311) 2022-09-21 01:28:54 -07:00