Commit Graph

565 Commits

Author SHA1 Message Date
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
Ciprian Hacman 4cf7fe8647
Update hack/generate-asset-hashes.sh 2024-04-02 06:52:11 +03:00
justinsb 991bfe207d Create assetdata
We create some yaml files that record the hashes for well-known file assets,
and then we will be able to look them up by their canonical URL.

This is not yet actually used, that can be done in a future commit.
2024-04-01 09:35:42 -04:00
github-actions 1fc3fc5823 Update dependencies 2024-03-29 06:03:59 +00:00
justinsb e5d5175e08 refactor: isolate asset construction out of cloudup
Continuing the node/infra splitting.
2024-03-28 08:04:46 -04:00
github-actions 8345f89edb Update dependencies 2024-03-23 13:12:51 +00:00
Ciprian Hacman aa49afba9b Update golangci-lint to v1.57.1 2024-03-23 13:54:17 +02: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
Ciprian Hacman 6e959ba22f Exclude SC1091 in shellcheck 2024-03-06 06:57:37 +02:00
Ciprian Hacman 951470c6c5 Verify bootstrap script output with shellcheck 2024-03-06 06:23:37 +02:00
Ciprian Hacman 5624055739 Update shellcheck to v0.9.0 2024-03-06 06:23:37 +02:00
github-actions a533e6b923 Update dependencies 2024-03-01 06:04:18 +00:00
justinsb 700974a060 chore: update boilerplate.py to recognize new build tags
Sync up with upstream https://github.com/kubernetes/kubernetes/blob/master/hack/boilerplate/boilerplate.py

We want to pick up the new-style go:build tags.
2024-02-28 12:33:50 -05:00
Ciprian Hacman 5bdd812926 Update Go to v1.22.0 2024-02-11 06:39:29 +02:00
Ciprian Hacman f8ebec5009 azure: Migrate vfs to new SDK version 2024-02-09 05:58:45 +02:00
justinsb 62bab3df38 build: add script for rapid development of kops-controller 2023-11-30 10:44:22 -05:00
Ciprian Hacman 730a520706 Update controller-gen to v0.13.0 2023-10-25 07:31:41 +03:00
Ciprian Hacman 53729a291b Update Go to v1.21.3 2023-10-11 08:05:08 +03:00
justinsb b494ad9a8b helper scripts: update to use python3
This addresses the underlying reason why boilerplate was not being
checked.
2023-07-18 14:08:57 -04:00
justinsb a94924a02f verify-boilerplate: stricter error checking
If python isn't found, without this fix the script exits with code 0,
despite not checking boilerplate.
2023-07-18 13:59:27 -04:00
John Gardiner Myers 0dfac69d83 Remove support for Weave networking 2023-06-22 23:03:24 -07:00
Ciprian Hacman 1d0fbfc4f1 Fix promotion of `kops-utils-cp` 2023-06-19 16:40:40 +03:00
Ciprian Hacman bec7226ad1 Rename `kops-copy` to `kops-utils-cp` 2023-06-16 22:24:51 +03:00
guoguangwu e348c7780d fix: CVE-2023-2253 CVE-2022-41723 2023-06-07 19:56:50 +08:00
Ciprian Hacman f51e347f99 Build and use cp replacement 2023-05-27 05:18:53 +03:00
Kubernetes Prow Robot 543915f00b
Merge pull request #15368 from justinsb/s3_with_no_acls
upload helper: support upload to S3 buckets that block ACLs
2023-05-07 23:55:17 -07:00
justinsb 3425d9dc52 upload helper: support upload to S3 buckets that block ACLs
Similar to GCS with UBLA, S3 is now encouraging buckets that block
ACLs.  When we upload to one of these buckets, we cannot set ACLs.

When we detect one of these buckets, we simply skip setting the ACL,
assuming the object ACLs are instead managed at the bucket level, when
the bucket was created.
2023-05-04 10:15:10 -04:00
justinsb 453e99a4eb hack/update-expected: exclude DIGITALOCEAN_ACCESS_TOKEN
We don't want this env var (which contains the user's digitalocean
access token) to get into the expected output.
2023-05-04 07:49:21 -04: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
Ole Markus With a57f754c63 Bump golang to 1.20 2023-04-16 07:48:26 +02:00
Kubernetes Prow Robot b5dc9f6371
Merge pull request #15122 from Mia-Cross/scw_profiles
scaleway: get credentials from Scaleway profile
2023-02-24 07:43:34 -08:00
Leïla MARABESE 9f950f4a3a scaleway profiles feature 2023-02-10 17:02:45 +01:00
Ciprian Hacman f3d1d3a88f Update golangci-lint to v1.51.1 2023-02-09 16:01:15 +02:00
github-actions ffc1efea5d Update dependencies 2023-01-20 06:09:15 +00:00
chncaption 3bd2671fd6 update gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b to 3.0.0 2023-01-18 19:54:52 +08: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 81c8671d01 Declare IPv6 on AWS beta 2022-11-24 19:27:10 -08:00
John Gardiner Myers e0ee3eda2a Remove CloudFormation tests 2022-11-19 10:25:20 -08:00
Ciprian Hacman c008540b36 Update ko to v0.12.0 2022-11-18 09:42:07 +02:00
Ciprian Hacman acef80cb6b azure: Ignore authentication env vars in hack/update-expected.sh 2022-11-12 10:41:13 +02:00
Rémy Léone eca9f02d97 hack: add support for dev-build script for scaleway 2022-10-26 10:51:51 +02:00
Kubernetes Prow Robot c5b8ee21f6
Merge pull request #14335 from hakman/terraform-1.3.0
Bump Terraform tag to v1.3.0
2022-09-27 06:13:51 -07:00
Leïla MARABESE b562cffd31 added scw env vars to update-expected.sh 2022-09-26 13:55:08 +02:00
Leïla MARABESE 9654cbd1d5 nodeup is operational 2022-09-26 13:55:08 +02:00
Ciprian Hacman f623541879 Bump Terraform tag to v1.3.0 2022-09-26 08:48:43 +03:00
Ole Markus With 7bc8281e54 Bump K8s libs to 0.25.0
This also bumps go mod version to 1.19
2022-08-24 07:17:14 +02:00