zowoq
dcb013d85c
cni-plugins: 0.8.5 -> 0.8.6
...
https://github.com/containernetworking/plugins/releases/tag/v0.8.6
2020-05-14 10:57:02 +10:00
zowoq
ff720ad8af
minikube: 1.10.0 -> 1.10.1
...
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-13 13:20:49 +10:00
Lynn Dong
60c0d55e09
helmsman: init at 3.3.0
2020-05-12 18:07:36 -07:00
zowoq
9452d34b14
minikube: 1.9.2 -> 1.10.0
...
https://github.com/kubernetes/minikube/releases/tag/v1.10.0
2020-05-12 19:47:31 +10:00
Euan Kemp
e61dc85117
k3s: fix build for aarch64
...
The upstream project already builds and releases for aarch64. This makes
the couple small tweaks that I found necessary for k3s to cross-compile
for aarch64.
I also ran it through nixpkgs-fmt.
2020-05-09 08:37:06 +02:00
Martin Baillie
9566c742e2
ssm-session-manager-plugin: init at 1.1.61.0
...
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-05-08 09:58:55 +10:00
06kellyjac
cef39f9089
terragrunt: 0.23.2 -> 0.23.14
...
Moved to use go modules build
Deleted old deps.nix file used with dep
2020-05-07 11:24:58 -07:00
Mario Rodas
3439ec9695
Merge pull request #87167 from johanot/kubeval-0.15
...
kubeval: 0.14.0 -> 0.15.0
2020-05-07 06:49:28 -05:00
Johan Thomsen
f150c2bd22
kubeval: 0.14.0 -> 0.15.0
...
Also, add myself as maintainer
2020-05-07 09:10:55 +02:00
Christian Kampka
7d2a50a418
kops_1_16: 1.16.1 -> 1.16.2
2020-05-06 09:46:36 +02:00
Christian Kampka
8bcf7f6e41
kops_1_15: 1.15.2 -> 1.15.3
2020-05-06 09:34:35 +02:00
Frederik Rietdijk
9875bbae75
Merge master into staging-next
2020-05-05 19:51:09 +02:00
Pavol Rusnak
7b0167204d
treewide: use https for nixos.org and hydra.nixos.org
...
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Ryan Mulligan
3ff1de34b3
Merge pull request #86573 from r-ryantm/auto-update/helmfile
...
helmfile: 0.106.3 -> 0.114.0
2020-05-03 19:30:56 -07:00
Benjamin Hipple
22ff6140c8
Merge pull request #86684 from r-ryantm/auto-update/luigi
...
luigi: 2.8.12 -> 2.8.13
2020-05-03 19:08:18 -04:00
R. RyanTM
9bb1997f72
luigi: 2.8.12 -> 2.8.13
2020-05-03 23:01:21 +00:00
Ryan Mulligan
e331d4e289
Merge pull request #86511 from r-ryantm/auto-update/atlantis
...
atlantis: 0.11.1 -> 0.12.0
2020-05-03 11:55:58 -07:00
R. RyanTM
a9ce47ad8f
helmfile: 0.106.3 -> 0.114.0
2020-05-02 11:31:34 +00:00
R. RyanTM
bab472ba39
k9s: 0.18.1 -> 0.19.4
2020-05-02 12:37:14 +00:00
Frederik Rietdijk
afb1041148
Merge master into staging-next
2020-05-02 09:39:00 +02:00
R. RyanTM
87dda35d90
atlantis: 0.11.1 -> 0.12.0
2020-05-02 02:11:25 +00:00
Florian Klink
4d7bd77f75
kops: fix hash
...
As seen on https://hydra.nixos.org/build/118009308
2020-05-01 12:47:57 +02:00
Frederik Rietdijk
484ee79050
Merge staging-next into staging
2020-05-01 08:57:10 +02:00
Mario Rodas
38230fe3b1
Merge pull request #73385 from saschagrunert/kubernix
...
kubernix: v0.2.0
2020-04-30 23:40:18 -05:00
zowoq
417c0ac258
docker-machine-kvm2: test aarch64 build
2020-04-30 09:40:22 +10:00
zowoq
170bf218c6
docker-machine-kvm2: use makefile
2020-04-30 08:12:22 +10:00
zowoq
3d396266ae
docker-machine-hyperkit: use makefile
2020-04-30 08:12:22 +10:00
zowoq
9e6db1f44a
minikube: use makefile
2020-04-30 08:12:22 +10:00
zimbatm
f3ce7c5582
Merge pull request #86053 from zimbatm/terraform-provider-vpsadmin
...
terraform-providers: updates and cleanups
2020-04-29 14:43:15 +02:00
Sascha Grunert
c07a4675a3
kubernix: v0.2.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-29 09:27:09 +02:00
Jan Tojnar
2874eebfd2
Merge branch 'staging-next' into staging
2020-04-29 08:35:47 +02:00
Colin
4007ceb6af
treewide get rid of go 1.12 ( #83253 )
...
* treewide Drop unneeded go 1.12 overrides
* Fix packr to be go module compatible.
I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.
* Remove consul dependency on go1.12
I updated the consul version to 1.7.2 and flipped it to building using
modules.
* Remove go1.12 from perkeep.
Update the version to the latest unstable on master.
* Update scaleway-cli to not be pinned to go1.12
Switched the version to 1.20
* Update prometheus-varnish-exporter to not depend on go1.12
* Update lnd to build with go1.12
Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo
* Remove go1.12 from openshift
Had to update the version to 4.1.0 and do a bit of munging to get this
to work
* Remove go1.12 completely.
These are no longer needed.
* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04:00
Maxine E. Aubrey
e6f7f84325
nomad: 0.11.0 -> 0.11.1
2020-04-28 12:02:26 -07:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Jörg Thalheim
bf801d4ce6
Merge pull request #86086 from kimat/kimat-helm-3.2.0
...
helm: 3.1.3 -> 3.2.0
2020-04-27 13:26:55 +01:00
Jörg Thalheim
eeeba2a793
Merge pull request #86121 from zowoq/more-go-fixes
...
buildGoPackage: use installShellFiles, {excluded,sub}Packages
2020-04-27 13:08:50 +01:00
Jörg Thalheim
4cc520ba0f
kops: remove old versions
2020-04-27 12:23:20 +01:00
Jörg Thalheim
abe679b2ba
kops: 1.16.0 -> 1.16.1
2020-04-27 12:19:40 +01:00
zowoq
cef17fb6ee
heptio-ark: use excludedPackages
2020-04-27 21:06:12 +10:00
zowoq
7516cc7226
openshift: use installShellFiles
2020-04-27 21:06:12 +10:00
Jörg Thalheim
a90356e08a
Merge pull request #86035 from zowoq/go-fixes
2020-04-27 10:03:52 +01:00
zowoq
fb5cf24d7b
kompose: update completion
2020-04-27 08:48:42 +10:00
zowoq
954eab8ea9
stern: use installShellFiles
2020-04-27 08:48:42 +10:00
zowoq
16df60734a
kops: use installShellFiles
2020-04-27 08:48:36 +10:00
Kimat Boven
ebdf027f10
helm: 3.1.3 -> 3.2.0
2020-04-27 00:18:02 +02:00
zimbatm
018aadcfa1
terraform-providers.vpsadmin: init at 0.1.0
2020-04-26 13:35:16 +02:00
zimbatm
442f76893c
terraform-providers.sops: init at 0.5.0
2020-04-26 13:21:15 +02:00
zimbatm
20f55a9fc0
terraform-providers.ibm: move to update-all script
2020-04-26 13:07:04 +02:00
zimbatm
bb858898b1
terraform-providers: update-all
2020-04-26 12:56:28 +02:00
Colin
3e0aa4af2d
Get rid of go 1.13 ( #86036 )
...
Kubernetes builds with go1.14.
Terraform has an upstream patch which fixes the macos mojave issues -
it's a bug in terraform, not go.
2020-04-26 08:37:59 +00:00
zowoq
7a40eb5763
docker-machine: use installShellFiles
2020-04-26 13:36:15 +10:00
zowoq
b1138cc386
cni-plugins: update maintainers
2020-04-24 08:08:39 +10:00
Sergey Lukjanov
9e58c8363b
kubernetes-helm: 3.1.2 -> 3.1.3
2020-04-23 10:12:32 -07:00
zowoq
202b87ca99
cni-plugins: 0.8.4 -> 0.8.5
...
https://github.com/containernetworking/plugins/releases/tag/v0.8.5
2020-04-21 09:29:29 +10:00
zowoq
7448089fd6
cni: 0.7.0 -> 0.7.1
...
https://github.com/containernetworking/cni/releases/tag/v0.7.1
2020-04-21 09:28:17 +10:00
Mario Rodas
8084edb11c
terraform: fix /bin/stty reference ( #85560 )
2020-04-19 16:07:39 +00:00
Sarah Brofeldt
1d20b2872f
Merge pull request #85354 from srhb/k8s-1.18.1
...
kubernetes: 1.18.0 -> 1.18.1
2020-04-17 07:44:30 +02:00
Benjamin Hipple
b4c36fe436
Merge pull request #84448 from lbpdt/feature/init-node-problem-detector
...
node-problem-detector: init at 0.8.1
2020-04-16 09:46:29 -04:00
Sarah Brofeldt
b57b6cdf02
kubernetes: 1.18.0 -> 1.18.1
2020-04-16 07:54:53 +02:00
Sarah Brofeldt
67413f6eea
Merge pull request #83984 from r-ryantm/auto-update/kubernetes
...
kubernetes: 1.17.3 -> 1.18.0
2020-04-16 06:23:57 +02:00
Mario Rodas
f5867d86fe
Merge pull request #84982 from endocrimes/nomad-0.11.x
...
nomad: 0.10.5 -> 0.11.0
2020-04-11 13:14:36 -05:00
Danielle Lancashire
064268831b
nomad: 0.10.5 -> 0.11.0
...
This commit migrates the Nomad package from the 0.10.x line of releases
to 0.11.X.
This allows us to also bump the version of Go that is used to 1.14.x.
NOTE: 1.14.x will be needed for the rest of the 0.11.x releases as Nomad
only bumps patch versions of Go within a release series.
CHANGELOG:
FEATURES:
Container Storage Interface [beta]: Nomad has expanded support
of stateful workloads through support for CSI plugins.
Exec UI: an in-browser terminal for connecting to running allocations.
Audit Logging (Enterprise): Audit logging support for Nomad
Enterprise.
Scaling APIs: new scaling policy API and job scaling APIs to support external autoscalers
Task Dependencies: introduces lifecycle stanza with prestart and sidecar hooks for tasks within a task group
BACKWARDS INCOMPATIBILITIES:
driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead
distributed separately as a driver plugin. Further, the Rkt driver codebase
is now in a separate
repository.
IMPROVEMENTS:
core: Optimized streaming RPCs made between Nomad agents [GH-7044]
build: Updated to Go 1.14.1 [GH-7431]
consul: Added support for configuring enable_tag_override on service stanzas. [GH-2057]
client: Updated consul-template library to v0.24.1 - added support for working with consul connect. Deprecated vault_grace [GH-7170]
driver/exec: Added no_pivot_root option for ramdisk use [GH-7149]
jobspec: Added task environment interpolation to volume_mount [GH-7364]
jobspec: Added support for a per-task restart policy [GH-7288]
server: Added minimum quorum check to Autopilot with minQuorum option [GH-7171]
connect: Added support for specifying Envoy expose path configurations [GH-7323] [GH-7396]
connect: Added support for using Connect with TLS enabled Consul agents [GH-7602]
BUG FIXES:
core: Fixed a bug where group network mode changes were not honored [GH-7414]
core: Optimized and fixed few bugs in underlying RPC handling [GH-7044] [GH-7045]
api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [GH-7207]
api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [GH-5970]
api: Fixed a bug where /client/allocations/... (e.g. allocation stats) requests may hang in special cases after a leader election [GH-7370]
cli: Fixed a bug where nomad agent -dev fails on Windows [GH-7534]
cli: Fixed a panic when displaying device plugins without stats [GH-7231]
cli: Fixed a bug where alloc exec command in TLS environments may fail [GH-7274]
client: Fixed a panic when running in Debian with /etc/debian_version is empty [GH-7350]
client: Fixed a bug affecting network detection in environments that mimic the EC2 Metadata API [GH-7509]
client: Fixed a bug where a multi-task allocation maybe considered healthy despite a task restarting [GH-7383]
consul: Fixed a bug where modified Consul service definitions would not be updated [GH-6459]
connect: Fixed a bug where Connect enabled allocation would not stop after promotion [GH-7540]
connect: Fixed a bug where restarting a client would prevent Connect enabled allocations from cleaning up properly [GH-7643]
driver/docker: Fixed handling of seccomp security_opts option [GH-7554]
driver/docker: Fixed a bug causing docker containers to use swap memory unexpectedly [GH-7550]
scheduler: Fixed a bug where changes to task group shutdown_delay were not persisted or displayed in plan output [GH-7618]
ui: Fixed handling of multi-byte unicode characters in allocation log view [GH-7470] [GH-7551]
2020-04-11 12:52:09 +02:00
ngerstle
5c644c4204
minikube: 1.8.1 -> 1.9.2
2020-04-10 21:21:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Nikola Knežević
cff6722b4c
terraform-docs: 0.6.0 -> 0.9.1 ( #84807 )
...
0.6.0 is quite an old version, that doesn't support Terraform 0.12. As
Terraform 0.12 is the default on master, upgrading terraform-docs to
0.9.1 brings tools on par.
2020-04-09 12:55:33 +00:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
...
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
lewo
bb3e58883b
Merge pull request #84400 from numkem/nomad_0.10.5
...
nomad: 0.10.2 -> 0.10.5
2020-04-08 12:06:40 +02:00
Euan Kemp
617fa430d7
k3s: update maintainers, per pr comment
2020-04-06 21:45:59 -07:00
Euan Kemp
83f827cba7
k3s: remove extra buildInputs
...
In the intial version of this package, I missed a few inputs that
weren't needed including a debug hook.
2020-04-06 21:45:59 -07:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
Louis Blin
511cb624b7
node-problem-detector: init at 0.8.1
...
Package is missing, built from Golang sources on GitHub.
2020-04-06 08:35:22 +01:00
Sebastien Bariteau
5439272b1b
nomad: 0.10.2 -> 0.10.5
2020-04-05 17:46:12 -04:00
Michael Bishop
f03c088a36
k3s: fix https://hydra.nixos.org/build/116132269
2020-04-05 15:45:46 -03:00
Euan Kemp
e370711ad0
k3s: init at 1.17.3+k3s1
...
This packages k3s as a single self-contained binary (as upstream k3s
does), but without having to download any impure already-built binaries.
The upstream packaging scripts are used. Due to k3s's rather complicated
packaging arrangement, this ends up being a rather long derivation.
2020-04-05 15:34:18 +02:00
R. RyanTM
744ca030a0
fluxctl: 1.18.0 -> 1.19.0
2020-04-05 00:06:18 +00:00
Ryan Mulligan
19b7a98e6a
Merge pull request #83731 from r-ryantm/auto-update/kubeseal
...
kubeseal: 0.10.0 -> 0.12.0
2020-04-04 06:36:41 -07:00
Wael Nasreddine
9e55da14fe
prow: 2019-08-14 -> 2020-04-01 ( #84055 )
2020-04-03 10:09:11 -07:00
Florian Klink
26afabaca2
Merge pull request #83279 from flokli/bump-terraform-providers
...
bump terraform providers
2020-04-02 19:00:28 +02:00
Florian Klink
9f270c6491
terraform-providers: update
2020-04-02 18:33:40 +02:00
zimbatm
3e5149a79a
terraform-providers: fix the google and google-beta providers
2020-04-02 17:53:05 +02:00
Florian Klink
2e19bc7074
terraform-providers: refactor
...
Some terraform providers were moved to the `hashicorp` organization,
some are still in the `terraform-providers` organization.
GitHub doesn't show moved repositories when querying via the API (only
on the web interface). In addition, if there are more than 100 results
(there still are), we'd need to implement paging, which is cubersome in curl.
In addition to that, to look up tags, we used to creating a HTTP request
for each and every provider, which caused us to easily get blocked by
GitHubs rate-limiting.
Instead of all that, let's use `hub` (which implements paging) and the
GitHub's GraphQL endpoint to get a list all repositories for a given
organization AND the latest tag for each of them.
We post-process the output with `jq`.
This also removes the providers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.
For the whitelist, we still need to individually fetch tags.
Fixes #83215
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2020-04-02 17:53:05 +02:00
R. RyanTM
4be26439a0
kubernetes: 1.17.3 -> 1.18.0
2020-04-01 13:59:46 +00:00
R. RyanTM
e1aa19654c
k9s: 0.17.7 -> 0.18.1
2020-04-01 13:41:04 +00:00
R. RyanTM
ca242d60b5
qbec: 0.10.5 -> 0.11.0
2020-04-01 17:14:06 -07:00
R. RyanTM
596473df4a
helmfile: 0.102.0 -> 0.106.3
2020-04-01 12:52:51 +00:00
R. RyanTM
1a17de0ead
kubeseal: 0.10.0 -> 0.12.0
2020-03-30 00:55:51 +00:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
...
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877 .
2020-03-29 20:06:41 +02:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
worldofpeace
3a6d2f7d30
Merge pull request #81159 from c00w/some_go_112_drop
...
[go] Undo some 1.12 overrides that now build with 1.13
2020-03-23 17:34:58 -04:00
Jörg Thalheim
5f3f4cb1be
terraform-libvirt: fix strict deps build
2020-03-23 08:16:46 +00:00
Jörg Thalheim
72f4001e1e
kops: fix strict deps build
2020-03-23 08:14:59 +00:00
Jörg Thalheim
0d3f06bfbf
kubernetes: put build tools into nativeBuildInputs
2020-03-23 08:14:42 +00:00
Colin L Rice
ac1336120f
treewide Drop unneeded go 1.12 overrides
2020-03-22 18:06:25 -04:00
Mario Rodas
8a51989af0
terraform-providers.elasticsearch: fix build on darwin
2020-03-21 06:25:00 -05:00
Mario Rodas
4e9e877ca3
minikube: fix build on darwin
2020-03-21 06:17:00 -05:00
Mario Rodas
8b8dff4cc9
jx: fix build on darwin
2020-03-21 06:14:00 -05:00
Mario Rodas
771cf05ac6
qbec: fix build on darwin
2020-03-21 06:02:00 -05:00
Mario Rodas
37087c1550
prow: fix build on darwin
2020-03-21 06:01:00 -05:00
Mario Rodas
622494d85d
helmfile: fix build on darwin
2020-03-21 06:00:00 -05:00
Mario Rodas
55fa7fd585
linkerd: fix build on darwin
2020-03-21 05:39:00 -05:00
Mario Rodas
3772f50fc6
kubeseal: fix build on darwin
2020-03-21 05:36:00 -05:00
Mario Rodas
8e2dd1164f
kubernetes-helm: fix build on darwin
2020-03-21 05:35:00 -05:00
Mario Rodas
dabed704c5
kubeval: fix build on darwin
2020-03-21 05:33:00 -05:00
Mario Rodas
c47833f379
k9s: fix build on darwin
2020-03-21 05:31:00 -05:00
Mario Rodas
e0ce72f901
hetzner-kube: fix build on darwin
2020-03-21 05:15:00 -05:00
Mario Rodas
c8359c42e0
fluxctl: fix build on darwin
2020-03-21 05:02:00 -05:00
Mario Rodas
33454dafa2
argocd: fix build on darwin
2020-03-21 04:50:00 -05:00
Mario Rodas
a963023e7b
atlantis: fix build on darwin
2020-03-21 04:26:00 -05:00
Mario Rodas
64b130dd88
argo: fix build on darwin
2020-03-21 04:25:00 -05:00
Dmitry Kalinkin
451196438c
Merge pull request #81170 from kampka/kops_1_16
...
kops_1_16: init at 1.16.0
2020-03-20 19:14:15 -04:00
Mario Rodas
a437fe2565
terraform: 0.12.23 -> 0.12.24
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
2020-03-20 01:44:45 +00:00
Jörg Thalheim
b00b66e262
Merge pull request #82861 from gila/terraform-lxd
...
terraform-providers.lxd: init at 1.3.0
2020-03-19 13:08:20 +00:00
Jeffry Molanus
4bcdfdb7b8
terraform-providers.lxd: init at 1.3.0
2020-03-19 00:10:04 +01:00
Jörg Thalheim
053ad4e0db
Merge pull request #82213 from bhipple/fix/habitat
...
habitat: 0.30.2 -> 0.90.6
2020-03-18 15:11:03 +00:00
Jörg Thalheim
ea87180984
openshift: fix build with strict deps
2020-03-18 11:29:40 +00:00
Jörg Thalheim
201ac90018
Merge pull request #66578 from AtkinsChang/minikube
...
minikube: 1.2.0 -> 1.6.2
2020-03-18 11:28:24 +00:00
Jörg Thalheim
9d144b84a3
kubeval: don't build against schema by default
...
kubeval-schema is a huge 7GB repository that we do not want
to build on hydra. Therefore make it optional.
2020-03-18 09:09:25 +00:00
Benjamin Hipple
b7ef71665d
habitat: 0.30.2 -> 0.90.6
...
The build has been broken on master for a very long time, for want of an
upgrade. This continues the effort put forth here:
https://github.com/NixOS/nixpkgs/pull/63105
Note that while there are newer versions than this, upgrading to those requires
getting some Cargo protobuf dependencies to compile. Since this fixes the
failing build, it seems like a good start.
Upstream does not appear to have any Darin builds in their CI, and we do not
have a Darwin maintainer available, so this disables it as well.
2020-03-16 19:59:57 -04:00
Mario Rodas
8dd97bb7ac
Merge pull request #82546 from r-ryantm/auto-update/hetzner-kube
...
hetzner-kube: 0.4.1 -> 0.5.1
2020-03-15 23:17:33 -05:00
Ryan Mulligan
6c8fad056b
Merge pull request #82573 from r-ryantm/auto-update/qbec
...
qbec: 0.7.5 -> 0.10.5
2020-03-15 13:51:47 -07:00
Sander van der Burg
875bcef98b
base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build
2020-03-15 16:37:47 +01:00
R. RyanTM
73d7dbf272
fluxctl: 1.17.1 -> 1.18.0
2020-03-14 21:18:51 +00:00
R. RyanTM
fd9a2e7e38
k9s: 0.13.8 -> 0.17.7
2020-03-14 21:18:27 +00:00
R. RyanTM
1ff9df25fb
qbec: 0.7.5 -> 0.10.5
2020-03-14 12:17:01 +00:00
R. RyanTM
112814dce8
hetzner-kube: 0.4.1 -> 0.5.1
2020-03-14 06:36:24 +00:00
R. RyanTM
fb7e2cd5bc
helmfile: 0.85.0 -> 0.102.0
2020-03-14 06:33:28 +00:00
R. RyanTM
afa1dc69ca
atlantis: 0.10.1 -> 0.11.1
2020-03-13 19:35:07 +00:00
Kevin Cox
e46fd9239e
mesos: Remove kevincox as maintainer.
...
kevincox no longer uses mesos so is not a suitable maintainer.
2020-03-13 08:58:38 -04:00
Sergey Lukjanov
68b922b10b
helm: 3.1.1 -> 3.1.2
2020-03-13 05:45:24 +00:00
Rhys
ff7b4faeff
terragrunt: 0.21.11 -> 0.23.2
2020-03-12 07:59:08 +00:00
Sarah Brofeldt
9979ce4f1d
Merge pull request #80443 from johanot/kubernetes-1.17-master
...
kubernetes: 1.16.5 -> 1.17.3
2020-03-11 07:34:37 +01:00
Atkins
d8b2f2b1ed
minikube: 1.6.2 -> 1.8.1
2020-03-07 22:58:56 +08:00
Atkins
d6fe4e1ec1
minikube: 1.5.2 -> 1.6.2
2020-03-07 22:35:15 +08:00
Atkins
8d5e32ec44
minikube: 1.3.1 -> 1.5.2
2020-03-07 22:35:15 +08:00
Atkins
036c2fed12
docker-machine-hyperkit: separate from minikube
2020-03-07 22:35:15 +08:00
Atkins
37aab73f56
minikube: 1.2.0 -> 1.3.1
2020-03-07 22:35:15 +08:00
Mario Rodas
c4b75f8983
terraform: 0.12.21 -> 0.12.23
2020-03-06 04:20:00 -05:00
Mario Rodas
e033b005b2
Merge pull request #81767 from groodt/groodt-argo-2.6.1
...
argo: 2.6.0 -> 2.6.1
2020-03-05 07:12:21 -05:00
ngerstle
cde784aaa3
kube3d: correct k3s version tag
2020-03-05 00:31:01 +01:00
Greg Roodt
e468301c19
argo: 2.6.0 -> 2.6.1
2020-03-05 09:20:23 +11:00
Mario Rodas
2dc478d7a4
Merge pull request #81428 from ngerstle/update-kube3d
...
kube3d: 1.3.1 -> 1.6.0
2020-03-04 08:51:16 -05:00
Mario Rodas
82275757c5
Merge pull request #81691 from r-ryantm/auto-update/kubeseal
...
kubeseal: 0.9.8 -> 0.10.0
2020-03-04 08:41:39 -05:00
R. RyanTM
7f20ec111d
kubeseal: 0.9.8 -> 0.10.0
2020-03-04 06:20:44 +00:00
Jörg Thalheim
ab86bf9db9
Merge pull request #81497 from gila/terraform-provider-libvirt
...
terraform-providers.libvirt: 0.5.1 -> 0.6.1
2020-03-03 11:30:47 +00:00
Jeffry Molanus
c1b5cfe267
terraform-providers.libvirt: 0.5.1 -> 0.6.1
2020-03-02 11:42:53 +01:00
ngerstle
d8e5885075
kube3d: 1.3.1 -> 1.6.0
2020-03-01 11:24:41 +01:00
Mario Rodas
1b86583c31
Merge pull request #81342 from groodt/groodt-argo-2.6.0
...
argo: 2.4.3 -> 2.6.0
2020-02-29 20:12:38 -05:00
Benjamin Hipple
630598c215
click: upgrade cargo fetcher and cargoSha256
2020-02-29 13:05:01 -05:00
Greg Roodt
7a621a04b8
argo: 2.4.3 -> 2.6.0
2020-02-29 12:47:25 +11:00
R. RyanTM
f23674a51a
kubeseal: 0.9.7 -> 0.9.8
2020-02-28 16:20:49 -08:00
zowoq
ef5847b76f
kompose: 1.20.0 -> 1.21.0
...
https://github.com/kubernetes/kompose/releases/tag/v1.21.0
2020-02-27 23:30:21 +10:00
Christian Kampka
fcdf22329a
kops_1_16: init at 1.16.0
2020-02-27 10:59:41 +01:00
Sergey Lukjanov
00e09ed6c0
helm: 3.1.0 -> 3.1.1
2020-02-24 08:21:55 -08:00
Mario Rodas
31ebc35e0a
Merge pull request #80767 from r-ryantm/auto-update/luigi
...
luigi: 2.8.11 -> 2.8.12
2020-02-22 10:59:37 -05:00
R. RyanTM
08191abfa5
luigi: 2.8.11 -> 2.8.12
2020-02-22 01:30:53 +00:00
lewo
c38529df78
Merge pull request #80064 from Frostman/helm-3.1.0
...
helm: 3.0.3 -> 3.1.0
2020-02-21 08:30:29 +01:00
Maximilian Bosch
2893e27d85
Merge pull request #80584 from marsam/update-terraform
...
terraform: 0.12.20 -> 0.12.21
2020-02-20 12:37:17 +01:00
Shahrukh Khan
8acd3c804d
argocd: Fix build flags ( #80545 )
2020-02-19 15:48:39 -10:00
Mario Rodas
d7f608e43a
terraform: 0.12.20 -> 0.12.21
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.21
2020-02-19 18:00:00 -05:00
Johan Thomsen
66556afb5a
kubernetes: 1.16.5 -> 1.17.3
2020-02-18 15:34:09 +01:00
Jean-Philippe Braun
92c97a3915
terragrunt: 0.17.4 -> 0.21.11
2020-02-17 14:34:02 +01:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Sergey Lukjanov
48254f391c
helm: 3.0.3 -> 3.1.0
2020-02-13 12:48:19 -08:00
Shahrukh Khan
be1635933f
argocd: init at 1.4.2 ( #79846 )
2020-02-13 12:12:28 -08:00
Christian Kampka
9eaf6f5f5c
kops_1_15: 1.15.1 -> 1.15.2 ( #79809 )
2020-02-11 21:35:35 +01:00
Dmitry Kalinkin
157f392f57
mesos: switch to https for maven
...
Fixes : #78702
Closes : #79260
2020-02-10 19:00:03 -05:00
R. RyanTM
1652fbccd7
k9s: 0.13.6 -> 0.13.8
2020-02-07 11:51:05 +00:00
Anton Desyatov
6866ca71a7
tilt: 0.10.13 -> 0.11.3
2020-02-06 10:46:01 +01:00
Robert Helgesson
a6e9b59633
k9s: 0.9.3 -> 0.13.6
...
PR #79031
2020-02-01 23:09:56 +01:00
Wael Nasreddine
65e6812dc8
Merge pull request #78796 from Frostman/helm-3.0.3
...
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta
2020-02-01 10:00:11 -08:00
Sergey Lukjanov
6f2523e1b3
kubernetes-helm: drop unneeded goPackagePath from legacy go support
...
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
2020-01-31 21:45:51 -08:00
Sergey Lukjanov
171982e2a9
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta
2020-01-31 21:45:41 -08:00
zowoq
c508408268
kompose: 1.18.0 -> 1.20.0
...
https://github.com/kubernetes/kompose/blob/v1.20.0/CHANGELOG.md#v1200-2019-12-23
2020-01-31 20:29:24 +10:00
R. RyanTM
93ca7d4b8b
kubeseal: 0.9.6 -> 0.9.7
2020-01-30 21:48:53 -08:00
Konstantinos Koukopoulos
3153fad73f
kops: 1.15.0 -> 1.15.1 ( #78821 )
...
Upgrade the kops_1_15 attribute of kops to bring in the newest patch release (1.15.1) which includes many important bug fixes.
Full release notes here: https://github.com/kubernetes/kops/releases/tag/v1.15.1
2020-01-30 12:19:24 +00:00
chris
67509cc831
Updated the terraform providers
2020-01-23 10:34:48 -08:00
Mario Rodas
d0819c05b3
terraform: 0.12.19 -> 0.12.20
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.20
2020-01-22 18:18:18 -05:00
Matt Smith
a76b5a2c94
maintainers: remove 00-matt
2020-01-22 21:12:43 +00:00
Johan Thomsen
a96ed5d704
kubernetes: 1.16.4 -> 1.16.5
2020-01-22 00:04:04 -08:00
R. RyanTM
cf0640b982
luigi: 2.8.0 -> 2.8.11
2020-01-17 08:23:36 +00:00
Oleksii Filonenko
eb4a2f510a
fluxctl: 1.16.0 -> 1.17.1
2020-01-16 16:39:41 +00:00
Mario Rodas
1f1c098a28
Merge pull request #75432 from mroi/patch-xhyve
...
docker-machine-xhyve: enable and fix lib9p file sharing
2020-01-14 21:19:29 -05:00
Sascha Grunert
acd334c5b6
cni-plugins: v0.8.3 -> v0.8.4
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-09 14:28:24 +01:00
Mario Rodas
9ab9bb4ab6
terraform: 0.12.18 -> 0.12.19
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.19
2020-01-08 18:00:00 -05:00
Mario Rodas
e8fc6c06f9
Merge pull request #75552 from saschagrunert/k8s
...
kubernetes: v1.16.3 -> v1.16.4
2019-12-22 19:25:05 -05:00
Niklas Hambüchen
fd4dd7ea1e
Merge pull request #70526 from kampka/spacegun
...
spacegun: init at 0.3.3
2019-12-22 03:36:46 +01:00
Michael Roitzsch
338386b95d
docker-machine-xhyve: fix file mode inconsistencies
...
File modes are not properly translated from L9P to host values.
Instead, they are assumed to be identical, which is wrong on macOS.
https://github.com/machine-drivers/docker-machine-driver-xhyve/pull/225
2019-12-21 19:48:40 +01:00
Michael Roitzsch
08ecf22b03
docker-machine-xhyve: support lib9p shared file system
...
The lib9p library for host-guest file sharing in xhyve needs to be built separately.
2019-12-21 19:48:40 +01:00
Michael Roitzsch
475bf6d2a5
docker-machine-xhyve: 0.3.3 -> 0.4.0
...
remove explicit dependencies, upstream vendorizes them properly
2019-12-21 19:48:09 +01:00
Giacomo Longo
1e89cf04c6
kubernetes-helm: Add shell completion
2019-12-14 10:13:56 +01:00
Mario Rodas
bf8f92e101
Merge pull request #75544 from marsam/update-terraform
...
terraform: 0.12.17 -> 0.12.18
2019-12-12 05:06:02 -05:00
Sascha Grunert
41c2d7ec3c
kubernetes: v1.16.3 -> v1.16.4
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-12 09:28:34 +01:00
Greg Roodt
b242eb0131
argo: 2.4.1 -> 2.4.3
2019-12-12 05:38:57 +01:00
Mario Rodas
2ff2f51063
terraform: 0.12.17 -> 0.12.18
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.18
2019-12-11 20:20:20 -05:00
Ryan Mulligan
9c159ecf58
Merge pull request #75255 from r-ryantm/auto-update/kubeseal
...
kubeseal: 0.9.5 -> 0.9.6
2019-12-10 21:57:20 -08:00
Michael Roitzsch
5c01936d7d
docker-machine-xhyve: update repository location
...
The zchee repository now redirects to machine-drivers.
2019-12-10 11:55:52 +01:00
Sarah Brofeldt
a8f7a72283
Merge pull request #75252 from r-ryantm/auto-update/helm
...
kubernetes-helm: 3.0.0 -> 3.0.1
2019-12-09 17:15:37 +01:00
R. RyanTM
3864ec30f1
kubeseal: 0.9.5 -> 0.9.6
2019-12-08 06:26:45 -08:00
José Luis Lafuente
848e0d3045
k9s: 0.8.4 -> 0.9.3
...
Also add missed build flags
2019-12-08 15:00:53 +01:00
R. RyanTM
f2907919f8
kubernetes-helm: 3.0.0 -> 3.0.1
2019-12-08 05:58:06 -08:00