Commit Graph

3227 Commits

Author SHA1 Message Date
Jörg Thalheim
c363abb75d
Merge pull request #158089 from euank/update-k3s-1.23
k3s: v1.22.3+k3s1 -> 1.23.3+k3s1
2022-02-11 09:53:26 +00:00
Euan Kemp
02f8cd56dc k3s: add mic92 as a maintainer
Per https://github.com/NixOS/nixpkgs/pull/158089#issuecomment-1033397045
2022-02-11 01:51:50 -08:00
Bobby Rong
f741f20293
Merge pull request #158903 from r-ryantm/auto-update/tektoncd-cli
tektoncd-cli: 0.21.0 -> 0.22.0
2022-02-11 12:04:27 +08:00
zowoq
f9e7ee3fab clusterctl: 1.1.0 -> 1.1.1
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.1
2022-02-11 08:38:37 +10:00
superherointj
5dc33fd615 fluxcd: 0.26.2 -> 0.26.3 2022-02-10 11:43:19 -08:00
R. Ryantm
c214ffbb8c tilt: 0.23.9 -> 0.24.1 2022-02-10 11:35:51 -08:00
R. Ryantm
3e6211869a tektoncd-cli: 0.21.0 -> 0.22.0 2022-02-10 06:55:30 +00:00
Sandro
00be9c5821
Merge pull request #154477 from NelsonJeppesen/glooctl 2022-02-10 01:28:22 +01:00
Nelson Jeppesen
f5be6f48ff
glooctl: init at 1.10.6 2022-02-09 10:04:36 -08:00
Azat Bahawi
4304bd2154
werf: 1.2.60 -> 1.2.65 2022-02-09 00:01:05 +03:00
superherointj
095370811e fluxcd: 0.26.1 -> 0.26.2 2022-02-08 11:46:11 -08:00
Vincent Ambo
f259444398
terraform: fix overrideAttrs with passthru attributes (#158632)
If plugins are specified in a call to `terraform.withPlugins`, the
standard override functions do not act on the wrapper derivation that
a user sees but on the underlying Terraform derivation.

Due to this, overriding attributes does nothing as they are not passed
through to the "outer" wrapper derivation.

This change fixes this for at least passthru attributes, but other
applications of `.overrideAttrs` (and potentially of the other
overrides) will do nothing (except compute a bit internally).

This fixes #158620 at least partially.
2022-02-08 17:41:58 +01:00
Vincent Ambo
2fcfc72e68
terraform-providers: wrap mkProvider in lib.makeOverridable (#158618)
This allows for an easier interface for doing things like overriding
the version of a specific Terraform provider, which is a fairly common
use-case.
2022-02-08 17:41:03 +01:00
Euan Kemp
7a7335d43e k3s: v1.22.3+k3s1 -> 1.23.3+k3s1
This PR also reworks the packaging of k3s significantly.

Notably, it makes the following changes:

1. buildGoModule instead of buildGoPackage + mkDerivation (for the final one)
2. Merges the final two derivations (k3s user binary + wrapper script stuff) into one
3. Reduces the amount of patching & usage of upstream packaging scripts

And of course updates to 1.23

I'm not really sure yet if this is significantly better than the
previous packaging model, but it at least seems a little nicer I guess?
buildGoModule is nice, even if we have to hack around it quite a bit to
get a 'go generate' in there.
2022-02-08 00:43:41 -08:00
zowoq
49e2877f51 nomad-autoscaler: various fixes
- don't build `nomad-autoscaler` binary twice
- drop unnecessary `removeReferencesTo`
2022-02-07 14:35:20 -08:00
zowoq
ab07e12988 treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
zowoq
f7284233f4 terraform-providers: update 2022-02-07 2022-02-07 16:01:53 +10:00
zowoq
215002fb9f terraform-providers: update scripts
- add flag to skip building updated providers
- have the github action skip building providers so we don't need to handle build failures in the script
- remove outdated `vendor` flag, all providers use `buildGoModule`
2022-02-07 12:02:36 +10:00
Mario Rodas
1fdd39c21a
Merge pull request #157947 from r-ryantm/auto-update/tanka
tanka: 0.19.0 -> 0.20.0
2022-02-05 21:44:20 -05:00
James Ravn
e9a183f536 kubebuilder: 3.2.0 -> 3.3.0
Update kubebuilder to 3.3.0. Use go 1.17 since kubebuilder 3.3.0 now
requires it.
2022-02-04 18:35:15 -08:00
Yurii Matsiuk
d7c728f6ef fluxcd: 0.25.3 -> 0.26.1
https://github.com/fluxcd/flux2/releases/tag/v0.26.1
2022-02-04 18:22:25 -08:00
superherointj
6994e8ae17 cmctl: init 1.7.1 2022-02-05 09:10:46 +10:00
R. Ryantm
2536a4a2d8 terragrunt: 0.36.0 -> 0.36.1 2022-02-03 10:17:40 -08:00
R. Ryantm
3bb74c77da stern: 1.20.1 -> 1.21.0 2022-02-03 10:17:20 -08:00
R. Ryantm
77daa74055 tanka: 0.19.0 -> 0.20.0 2022-02-03 06:57:32 +00:00
zowoq
ee02c9d15c terraform: 1.1.4 -> 1.1.5
https://github.com/hashicorp/terraform/releases/tag/v1.1.5
2022-02-03 09:37:02 +10:00
zowoq
8f6cdee25a clusterctl: 1.0.3 -> 1.1.0
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.0
2022-02-03 08:27:07 +10:00
Azat Bahawi
b3ccab31f2
werf: 1.2.56 -> 1.2.60 2022-02-02 13:17:14 +03:00
zowoq
b3a297866e clusterctl: 1.0.2 -> 1.0.3
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.0.3
2022-02-02 17:25:41 +10:00
zowoq
fd8529c6a2 tilt: 0.23.5 -> 0.23.9 2022-02-02 10:35:36 +10:00
zowoq
eb294649b9 nerdctl: 0.16.0 -> 0.16.1
https://github.com/containerd/nerdctl/releases/tag/v0.16.1
2022-02-01 19:51:06 +10:00
Bobby Rong
71828b9865
Merge pull request #157534 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.20.0 -> 0.21.0
2022-02-01 16:37:09 +08:00
zowoq
0de459083c stern: update vendorSha256 2022-02-01 17:20:04 +10:00
zowoq
cc94d1d1b3 kube-capacity: update vendorSha256 2022-02-01 15:42:33 +10:00
zowoq
ff85b40f48 helmsman: update vendorSha256 2022-02-01 15:42:33 +10:00
zowoq
741460dd3a tanka: update vendorSha256 2022-02-01 12:39:20 +10:00
R. Ryantm
481b2c6a24 tilt: 0.23.4 -> 0.23.5 2022-01-31 10:05:58 -08:00
R. Ryantm
99e3249cb1 driftctl: 0.18.3 -> 0.18.5 2022-01-31 09:27:16 -08:00
06kellyjac
7d6252bce0 tektoncd-cli: 0.20.0 -> 0.21.0 2022-01-31 16:00:23 +00:00
Bobby Rong
86ef631464
Merge pull request #157173 from 06kellyjac/starboard
starboard: 0.14.0 -> 0.14.1
2022-01-31 20:59:55 +08:00
zowoq
ec08cfe2ff terraform-providers.selectel: 3.7.1 -> 3.8.0 2022-01-31 14:46:16 +10:00
zowoq
0a9b154866 nomad-autoscaler: update vendorSha256 2022-01-31 06:31:22 +10:00
superherointj
7c895e7594 linkerd_edge: 21.10.3 -> 22.1.4 2022-01-30 21:46:38 +10:00
zowoq
55c79be9ef kuma: update vendorSha256 2022-01-30 20:34:40 +10:00
Vladimír Čunát
529051ddb4
Merge #151776: flink: 1.14.0 -> 1.14.2 2022-01-30 09:05:55 +01:00
zowoq
844082a3f9 nerdctl: update vendorSha256 2022-01-30 16:07:07 +10:00
zowoq
e35f5180e3 k9s: update vendorSha256 2022-01-30 16:07:07 +10:00
zowoq
cf4b781385 k0sctl: update vendorSha256 2022-01-30 16:07:07 +10:00
techknowlogick
ea1446f556 nomad: drop support for nomad 1.0 2022-01-29 20:34:22 +10:00
zimbatm
fe580dcffa terraform: fix the plugins wrapper
Terraform needs the plugin directory to not be a tree of symlinks,
because it uses https://pkg.go.dev/path/filepath#Walk under the hood.

This restores some of the work that had been undone in
e7dbfd7ece
2022-01-29 06:28:55 +10:00