3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3244 commits

Author SHA1 Message Date
Bobby Rong 3f24923ba5 argocd: update gitCommit 2022-02-12 22:20:16 -08:00
R. Ryantm 10bc3991c2 argocd: 2.2.3 -> 2.2.5 2022-02-12 22:20:16 -08:00
R. Ryantm 44d82e2211 argo: 3.2.6 -> 3.2.8 2022-02-12 22:20:09 -08:00
R. Ryantm d9eef99ddd cilium-cli: 0.9.3 -> 0.10.2 2022-02-12 21:39:14 -08:00
R. Ryantm 9222cf4d82 kumactl: 1.4.0 -> 1.4.1 2022-02-12 20:38:23 -08:00
R. Ryantm e3bd6b0476 helmsman: 3.8.0 -> 3.8.1 2022-02-12 20:36:53 -08:00
Martin Weinelt baca0c49ab
Merge pull request #157932 from techknowlogick/nomad-125 2022-02-13 00:16:22 +01:00
R. Ryantm a0f710520e nomad-autoscaler: 0.3.4 -> 0.3.5 2022-02-12 10:55:31 -08:00
R. RyanTM a92f23d81f
kubelogin-oidc: 1.25.0 -> 1.25.1 (#159449) 2022-02-12 12:44:36 -05:00
Robert Scott 699ba03980
Merge pull request #159405 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.7 -> 6.4.15
2022-02-12 13:35:11 +00:00
Mario Rodas 43164a4edc
Merge pull request #159208 from r-ryantm/auto-update/flink
flink: 1.14.2 -> 1.14.3
2022-02-12 08:28:43 -05:00
Mario Rodas 00aa6f5628
Merge pull request #159211 from r-ryantm/auto-update/fn
fn-cli: 0.6.11 -> 0.6.13
2022-02-12 08:28:08 -05:00
R. RyanTM 7847296020
driftctl: 0.18.5 -> 0.20.0
(#159163)
2022-02-12 14:11:30 +01:00
R. Ryantm c734cf8592 bosh-cli: 6.4.7 -> 6.4.15 2022-02-12 02:32:15 +00:00
R. Ryantm 2255b64d85 fn-cli: 0.6.11 -> 0.6.13 2022-02-11 11:21:49 +00:00
R. Ryantm 1ee7ba9915 flink: 1.14.2 -> 1.14.3 2022-02-11 11:06:13 +00:00
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
techknowlogick b382bc3d4d nomad: 1.2.3 -> 1.2.6 2022-02-10 15:38:33 -05: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