Commit Graph

1391 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Mario Rodas e4eb70ec71
Merge pull request #101004 from r-ryantm/auto-update/kubespy
kubespy: 0.5.1 -> 0.6.0
2020-10-18 20:15:20 -05:00
Mario Rodas 6d70c6aa31
Merge pull request #100999 from r-ryantm/auto-update/kube-router
kube-router: 1.0.1 -> 1.1.0
2020-10-18 20:04:56 -05:00
Ryan Mulligan 713c368291
Merge pull request #101001 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.5 -> 0.12.6
2020-10-18 16:29:21 -07:00
Mario Rodas 7e3cf7fc16
Merge pull request #100998 from r-ryantm/auto-update/kpt
kpt: 0.34.0 -> 0.35.0
2020-10-18 12:01:09 -05:00
R. RyanTM 462fc94606 kubespy: 0.5.1 -> 0.6.0 2020-10-18 16:43:52 +00:00
R. RyanTM 328a7c6aa0 kubeseal: 0.12.5 -> 0.12.6 2020-10-18 16:34:11 +00:00
R. RyanTM 84753b0343 kube-router: 1.0.1 -> 1.1.0 2020-10-18 16:22:32 +00:00
R. RyanTM 3065a71a58 kpt: 0.34.0 -> 0.35.0 2020-10-18 16:06:59 +00:00
Mario Rodas 166ea0f3dc
Merge pull request #100933 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.2 -> 1.21.0
2020-10-18 08:17:49 -05:00
Mario Rodas 3454c5289b
Merge pull request #100963 from r-ryantm/auto-update/helmfile
helmfile: 0.130.1 -> 0.131.0
2020-10-18 07:49:30 -05:00
R. RyanTM b116c54879 helmfile: 0.130.1 -> 0.131.0 2020-10-18 11:52:51 +00:00
R. RyanTM 8c4c6a4b71 fluxctl: 1.20.2 -> 1.21.0 2020-10-18 07:14:08 +00:00
Mario Rodas 31a06eeaa0
Merge pull request #100843 from r-ryantm/auto-update/argo
argo: 2.10.1 -> 2.11.5
2020-10-17 13:16:45 -05:00
R. RyanTM a0a9e4d83d argo: 2.10.1 -> 2.11.5 2020-10-17 16:04:50 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Jack Kelly b5e37e1ea5
terragrunt: 0.23.40 -> 0.25.4 (#100727)
* terragrunt: use buildFlagsArray

* terragrunt: 0.23.40 -> 0.25.4
2020-10-16 17:18:01 +02:00
Diego Rodriguez 9eb0c32118
minikube: 1.13.1 -> 1.14.0 2020-10-14 00:30:40 -06:00
06kellyjac 4317adce91 starboard: 0.4.0 -> 0.5.0 2020-10-13 17:40:26 +01:00
Anderson Torres 1e70a76996
Merge pull request #99412 from 06kellyjac/init_starboard
starboard: init at 0.4.0
2020-10-13 12:46:24 -03:00
06kellyjac fa4c32628d starboard: init at 0.4.0 2020-10-13 13:50:55 +01:00
Florian Ströger 15b3918d35 helmfile: 0.130.0 -> 0.130.1 2020-10-11 19:24:15 +02:00
Mario Rodas b48615a8d1
Merge pull request #100010 from Preisschild/istioctl-1.7.3-update
istioctl: 1.7.0 -> 1.7.3
2020-10-11 12:04:28 -05:00
Christoph Herzog 549131de56 k3s: 1.18.8+k3s1 -> 1.19.2-k3s1 2020-10-10 16:17:22 +02:00
Diego Rodriguez 7c55217904
minikube: 1.13.0 -> 1.13.1 2020-10-09 18:34:52 -06:00
zimbatm c79ff8ddca
terraform: fix withPlugins
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.

While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.

The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
zimbatm 3f49e5ba03
terraform-providers.keycloak: use pname
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
Florian Ströger 615176aa9a istioctl: 1.7.0 -> 1.7.3 2020-10-08 08:33:26 +02:00
Timothy Stott b0a0ffb7fd terraform: add maintainer timstott 2020-10-08 22:18:12 +01:00
Timothy Stott cd1b594767 terraform: expose providers to terraform 0.13
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).

Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`

Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`

To support all packaged Terraform versions a shim is created at both locations.

This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim

Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers

layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Timothy Stott 72cd428dd2 terraform-providers: populate provider source addresses
Added provider source address to providers hosted in the same GitHub
repository. Other providers have moved repository and would require a
patch to the package path.
2020-10-08 21:59:09 +01:00
Timothy Stott 87e21d1153 terraform-provider.acme: 1.5.0 -> 1.5.0-patched 2020-10-08 19:01:08 +01:00
Timothy Stott 60645f0921 terraform-providers: script to update all providers 2020-10-08 19:01:08 +01:00
Timothy Stott 107707ad82 terraform-providers: update providers via terraform registry 2020-10-08 19:00:07 +01:00
Timothy Stott 063f1d7301 terraform-providers: store providers as JSON 2020-10-08 19:00:07 +01:00
Lassulus 2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Mario Rodas e29ca7ef85
Merge pull request #99336 from Preisschild/helmfile-0.130.0-update
helmfile: 0.128.0 -> 0.130.0
2020-10-02 08:18:55 -05:00
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Diego Rodriguez 53fcb502fe kubernetes-helm: 3.3.1 -> 3.3.4 2020-10-02 16:45:38 +10:00
Florian Ströger d64bcddae4 helmfile: 0.128.0 -> 0.130.0 2020-10-02 00:04:07 +02:00
Diego Rodriguez 25e2e677d3
terraform_0_13: 0.13.3 -> 0.13.4 2020-09-30 18:31:48 -06:00
zimbatm 8c67a84193
Merge pull request #99073 from flokli/terraform-providers-ct
terraform-providers.ct: 0.5.0 -> 0.6.1
2020-09-30 16:19:51 +00:00
Doron Behar 6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Eric Bailey b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
Florian Klink 8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Mario Rodas 22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Maurice B. Lewis 94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
Benjamin Hipple b07855fa46
Merge pull request #98804 from r-ryantm/auto-update/luigi
luigi: 3.0.1 -> 3.0.2
2020-09-25 20:19:08 -04:00
R. RyanTM 00aef98014 luigi: 3.0.1 -> 3.0.2 2020-09-25 21:20:33 +00:00
R. RyanTM be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
R. RyanTM c16c21cb84 k9s: 0.21.7 -> 0.22.1 2020-09-25 11:28:11 +00:00