Commit graph

15791 commits

Author SHA1 Message Date
Sandro 937e6da44e
Merge pull request #118984 from Tomahna/metals
metals: 0.10.0 -> 0.10.1
2021-04-10 16:32:15 +02:00
Sandro 15435a234c
Merge pull request #118980 from r-ryantm/auto-update/dbmate
dbmate: 1.11.0 -> 1.12.0
2021-04-10 16:31:28 +02:00
R. RyanTM 6ed757b460 lazygit: 0.26.1 -> 0.27.3 2021-04-10 13:15:23 +00:00
R. RyanTM eff2b5d29f jbang: 0.69.2 -> 0.70.0 2021-04-10 12:26:23 +00:00
Dmitry Kalinkin c32ba28e67
github-runner: fix eval (#119011) 2021-04-10 07:14:10 -04:00
R. RyanTM 79ea4d0e0f go-toml: 1.8.1 -> 1.9.0 2021-04-10 11:09:57 +00:00
Vincent Haupert f4af2f267a
nixos/github-runner: init at v2.277.1 (#116775)
* github-runner: init at 2.277.1

* nixos/github-runner: initial version

* nixos/github-runner: add warning if tokenFile in Nix store

* github-runner: don't accept unexpected attrs

* github-runner: formatting nits

* github-runner: add pre and post hooks to checkPhase

* nixos/github-runner: update ExecStartPre= comment

* nixos/github-runner: adapt tokenFile option description

Also note that not only a change to the option value will trigger a
reconfiguration but also modifications to the file's content.

* nixos/github-runner: remove mkDefault for DynamicUser=

* nixos/github-runner: create a parent for systemd dirs

Adds a parent directory "github-runner/" to all of the systemd lifecycle
directories StateDirectory=, RuntimeDirectory= and LogDirectory=.

Doing this has two motivations:

1. Something like this would required if we want to support multiple
   runners configurations. Please note that this is already possible
   using NixOS containers.
2. Having an additional parent directory makes it easier to remap
   any of the directories. Without a parent, systemd is going to
   complain if, for example, the given StateDirectory= is a symlink.

* nixos/github-runner: use specifier to get abs runtime path

* nixos/github-runner: use hostname as default for option `name`

Until now, the runner registration did not set the `--name` argument if
the configuration option was `null`, the default for the option.
According to GitHub's documentation, this instructs the registration
script to use the machine's hostname.

This commit causes the registration to always pass the `--name` argument
to the runner configuration script. The option now defaults to
`networking.hostName` which should be always set on NixOS.

This change becomes necessary as the systemd service name includes the
name of the runner since fcfa809 and, hence, expects it to be set. Thus,
an unset `name` option leads to an error.

* nixos/github-runner: use types.str for `name` option

Forcing a `name` option to comply with a pattern which could also be
used as a hostname is probably not required by GitHub.

* nixos/github-runner: pass dir paths explicitly for ExecStartPre=

* nixos/github-runner: update variable and script naming

* nixos/github-runner: let systemd choose the user/group

User and group naming restrictions are a complex topic [1] that I don't
even want to touch. Let systemd figure out the username and group and
reference it in our scripts through the USER environment variable.

[1] https://systemd.io/USER_NAMES/

* Revert "nixos/github-runner: use types.str for `name` option"

The escaping applied to the subdirectory paths given to StateDirectory=,
RuntimeDirectory= and LogsDirectory= apparently doesn't use the same
strategy that is used to escape unit names (cf. systemd-escape(1)). This
makes it unreasonably hard to construct reliable paths which work for
StateDirectory=/RuntimeDirectory=/LogsDirectory= and ExecStartPre=.

Against this background, I decided to (re-)apply restrictions to the
name a user might give for the GitHub runner. The pattern for
`networking.hostName` seems like a reasonable choice, also as its value
is the default if the `name` option isn't set.

This reverts commit 193ac67ba337990c22126da24a775c497dbc7e7d.

* nixos/github-runner: use types.path for `tokenFile` option

* nixos/github-runner: escape options used as shell arguments

* nixos/github-runner: wait for network-online.target

* github-runner: ignore additional online tests
2021-04-10 10:17:10 +00:00
Kevin Rauscher 92f5917c43
metals: 0.10.0 -> 0.10.1 2021-04-10 10:07:11 +02:00
R. RyanTM 3d3bad9ff3 dbmate: 1.11.0 -> 1.12.0 2021-04-10 07:49:58 +00:00
R. RyanTM e8a7bf4e2d cloud-nuke: 0.1.27 -> 0.1.28 2021-04-10 07:03:23 +00:00
R. RyanTM 5131723e93 ccls: 0.20201219 -> 0.20210330 2021-04-10 06:19:39 +00:00
R. RyanTM b20d30e606 cargo-deny: 0.9.0 -> 0.9.1 2021-04-10 06:07:26 +00:00
R. RyanTM 85e62de17b
bazel-kazel: 0.2.1 -> 0.2.2 (#118959) 2021-04-09 22:52:24 -07:00
Ryan Mulligan dd7dc1b724
Merge pull request #118473 from r-ryantm/auto-update/async-profiler
async-profiler: 1.8.4 -> 1.8.5
2021-04-09 20:50:02 -07:00
Johannes Schleifenbaum 3b46cdcc61
protoc-gen-twirp: 7.1.1 -> 7.2.0 2021-04-09 21:35:39 +02:00
(cdep)illabout 250ae4062c spago: make use of new changelog field for haskell generic builder 2021-04-09 21:32:00 +02:00
Peter Simons cb29de02c4
Merge pull request #118350 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-04-02 (plus other fixes)
2021-04-09 20:50:19 +02:00
Frederik Rietdijk 0656d546fb
Merge pull request #118312 from NixOS/staging-next
Staging next
2021-04-09 18:29:47 +02:00
Maximilian Bosch 0b938eae3b
Merge pull request #117005 from tomberek/go-yq/test
yq-go: add simple test
2021-04-09 18:01:49 +02:00
Maximilian Bosch 45f94b613a
Merge pull request #117510 from r-ryantm/auto-update/py-spy
py-spy: 0.3.4 -> 0.3.5
2021-04-09 17:57:45 +02:00
Rouven Czerwinski 56fc7c44db usbsdmux: 0.1.8 -> 0.2.0 2021-04-09 17:42:28 +02:00
(cdep)illabout 84902fa84a
spago: 0.19.0 -> 0.20.0 2021-04-09 23:47:09 +09:00
github-actions[bot] c99b6f5343
Merge master into staging-next 2021-04-09 00:16:01 +00:00
Sandro a5f6343808
Merge pull request #118702 from aanderse/conan
conan: 1.27.0 -> 1.35.0
2021-04-08 22:43:24 +02:00
github-actions[bot] 85b57e4446
Merge master into staging-next 2021-04-08 18:14:17 +00:00
Jörg Thalheim 97cdea3f94
Merge pull request #117170 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.8.9 -> 0.9.0
2021-04-08 15:23:10 +01:00
github-actions[bot] bf6abedefb
Merge master into staging-next 2021-04-08 12:06:16 +00:00
Sandro Jäckel 9d3e9fc017
rizin: remove not required enableParallelBuilding 2021-04-08 13:08:05 +02:00
Sandro Jäckel 107adc2701
rizin: remove not required enableParallelBuilding 2021-04-08 13:07:43 +02:00
Sandro Jäckel 61712e88ed
radare2: remove ? null and assert 2021-04-08 13:06:47 +02:00
Jörg Thalheim 034c49f514
Merge pull request #118041 from Mic92/cutter
cutter: 1.12.0 -> 2.0.0
2021-04-08 11:32:54 +01:00
Riey 6bf4e6b230
cargo-feature: init at 0.5.2 2021-04-08 18:32:24 +09:00
Sandro 339854db04
Merge pull request #118782 from eonpatapon/cue-0.3.0
cue: 0.2.2 -> 0.3.0
2021-04-08 09:53:34 +02:00
Lorenz Leutgeb 2bc413b970
gradle: Add 7-rc-2, leave latest pointing at 6.8 (#117462) 2021-04-08 09:24:12 +02:00
Jean-Philippe Braun e0213764e7 cue: 0.2.2 -> 0.3.0 2021-04-08 08:44:35 +02:00
github-actions[bot] 0ba1008684
Merge master into staging-next 2021-04-08 06:05:39 +00:00
Sandro 49cfaef0c3
Merge pull request #118596 from dlesl/update-rebar3
rebar3: 3.14.2 -> 3.14.4
2021-04-08 02:33:19 +02:00
github-actions[bot] 8d1d992273
Merge master into staging-next 2021-04-08 00:17:24 +00:00
Sandro df6ff00a37
Merge pull request #118747 from NeQuissimus/sbtextras
sbt-extras: 2021-03-29 → 2021-04-06
2021-04-07 23:24:55 +02:00
Sandro 5dabc86289
Merge pull request #118748 from NeQuissimus/jenkins
jenkins: 2.277.1 → 2.277.2
2021-04-07 23:24:41 +02:00
Alexander Krimm ddfc9e0dc3
scenic-view: init at 11.0.2 2021-04-07 21:12:00 +02:00
Alexander Krimm 91e408f47f
scenebuilder: init at 15.0.0 2021-04-07 21:11:59 +02:00
github-actions[bot] 6e4d572602
Merge master into staging-next 2021-04-07 18:14:53 +00:00
Tim Steinbach 5e504f87a8
jenkins: 2.277.1 → 2.277.2 2021-04-07 18:01:25 +00:00
Tim Steinbach 5452be4bc6
sbt-extras: 2021-03-29 → 2021-04-06 2021-04-07 18:00:26 +00:00
Sandro a73894acfb
Merge pull request #118726 from saschagrunert/ginkgo
ginkgo: 1.16.0 -> 1.16.1
2021-04-07 15:58:03 +02:00
Jan Tojnar e3c239fa55 gi-docgen: fix patch URL
Fixes: https://github.com/NixOS/nixpkgs/issues/118728
2021-04-07 15:33:15 +02:00
Sascha Grunert caf9668c8b
ginkgo: 1.16.0 -> 1.16.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-07 14:31:47 +02:00
github-actions[bot] 1d48804dab
Merge master into staging-next 2021-04-07 12:06:23 +00:00
Jonas Heinrich a0408312e8
krankerl: init at 0.13.0 (#118582) 2021-04-07 10:07:31 +02:00
Aaron Andersen 17c66529f6 conan: 1.27.0 -> 1.35.0 2021-04-06 22:40:32 -04:00
github-actions[bot] 5e509a83ed
Merge master into staging-next 2021-04-07 00:15:14 +00:00
Maxine Aubrey 2cf150ab8c
packer: 1.7.1 -> 1.7.2 2021-04-06 19:54:19 +02:00
Jan Tojnar c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
JesusMtnez 413e9561f8 sbt: 1.4.9 -> 1.5.0 2021-04-06 08:55:30 -04:00
Sandro a64eb90739
Merge pull request #118611 from risicle/ris-tracy-darwin-fix
tracy: force-disable LTO for darwin
2021-04-06 12:00:30 +02:00
Fabian Affolter 048c9600dc
Merge pull request #118215 from r-ryantm/auto-update/go-swagger
go-swagger: 0.26.1 -> 0.27.0
2021-04-06 11:31:53 +02:00
Fabian Affolter 63a46019c6
Merge pull request #118190 from r-ryantm/auto-update/act
act: 0.2.20 -> 0.2.21
2021-04-06 10:45:49 +02:00
R. RyanTM f081f189a2 ginkgo: 1.15.2 -> 1.16.0 2021-04-06 04:15:34 -04:00
Eric Bailey 341f795787
go-containerregistry: init at 0.4.1 (#115875)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-06 10:00:40 +02:00
R. RyanTM 3b45528a32 packet-cli: 0.1.1 -> 0.3.0 2021-04-06 02:31:03 -04:00
R. RyanTM 949d727aaf sd-local: 1.0.29 -> 1.0.30 2021-04-06 00:40:25 -04:00
R. RyanTM 8c7e6e381c tfsec: 0.39.14 -> 0.39.16 2021-04-06 00:13:05 -04:00
R. RyanTM 1a99af2ca5 vultr-cli: 2.3.0 -> 2.4.0 2021-04-05 23:45:27 -04:00
R. RyanTM 6256634d7f vendir: 0.17.0 -> 0.18.0 2021-04-05 23:29:49 -04:00
Robert Scott 42368bf521
Merge pull request #118559 from r-ryantm/auto-update/terracognita
terracognita: 0.6.2 -> 0.6.3
2021-04-05 22:31:54 +01:00
Sandro 098a2acb08
Merge pull request #118605 from mausch/dapr
dapr: 1.0.1 -> 1.1.0
2021-04-05 21:39:10 +02:00
Robert Scott d5cbe9183f tracy: fixupPhase -> postFixup, because linting 2021-04-05 19:00:53 +01:00
Robert Scott 59d8cd8cb6 tracy: force-disable LTO for darwin 2021-04-05 16:47:32 +01:00
Robert Scott 3dc4351159
Merge pull request #118562 from r-ryantm/auto-update/tracy
tracy: 0.7.6 -> 0.7.7
2021-04-05 16:17:52 +01:00
Mauricio Scheffer 9502f708ca dapr: 1.0.1 -> 1.1.0 2021-04-05 16:13:28 +01:00
David 63bfd8f88d rebar3: 3.14.2 -> 3.14.4 2021-04-05 15:23:10 +02:00
R. RyanTM 7cfd406dbc tracy: 0.7.6 -> 0.7.7 2021-04-05 06:34:30 +00:00
R. RyanTM b58b77a164 terracognita: 0.6.2 -> 0.6.3 2021-04-05 06:08:23 +00:00
Sandro 83c63225fe
Merge pull request #118547 from marsam/update-rubocop
rubocop: 1.12.0 -> 1.12.1
2021-04-05 07:17:16 +02:00
Mario Rodas 28fa315782
Merge pull request #118492 from r-ryantm/auto-update/flow
flow: 0.147.0 -> 0.148.0
2021-04-04 22:52:19 -05:00
davidak 36a661333a
Merge pull request #118500 from r-ryantm/auto-update/git-quick-stats
git-quick-stats: 2.1.7 -> 2.1.8
2021-04-05 04:38:06 +02:00
Sandro 7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix 2021-04-05 04:07:15 +02:00
github-actions[bot] 44e3fc61fe
Merge master into staging-next 2021-04-05 00:16:38 +00:00
Sandro adaa3a7944
Merge pull request #118451 from oxzi/shellharden-4.1.2
shellharden: init at 4.1.2
2021-04-04 23:28:51 +02:00
Pascal Bach 48fa79f2ed
Merge pull request #118480 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.15 -> 0.32.16
2021-04-04 22:44:23 +02:00
R. RyanTM f152eb8015 git-quick-stats: 2.1.7 -> 2.1.8 2021-04-04 19:55:15 +00:00
R. RyanTM 5eb76e1977 flow: 0.147.0 -> 0.148.0 2021-04-04 19:12:21 +00:00
github-actions[bot] 8277f3982e
Merge master into staging-next 2021-04-04 18:13:55 +00:00
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
R. RyanTM 9a3bd78535 cargo-make: 0.32.15 -> 0.32.16 2021-04-04 17:05:19 +00:00
R. RyanTM fc17575462 async-profiler: 1.8.4 -> 1.8.5 2021-04-04 16:04:48 +00:00
github-actions[bot] 3e45982f7a
Merge master into staging-next 2021-04-04 12:06:01 +00:00
Robert Schütz 8b65ff2559
Merge pull request #115368 from dotlambda/angelfish-init
angelfish: init at 1.8.0
2021-04-04 12:35:03 +02:00
Alvar Penning 673d561cd2 shellharden: init at 4.1.2 2021-04-04 10:52:27 +02:00
Mario Rodas 09513a5523 rubocop: 1.12.0 -> 1.12.1
https://github.com/rubocop/rubocop/releases/tag/v1.12.1
2021-04-04 04:20:00 +00:00
Mario Rodas 06021016f1 tflint: 0.25.0 -> 0.26.0
https://github.com/terraform-linters/tflint/releases/tag/v0.26.0
2021-04-04 04:20:00 +00:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel 62733b37b4
mysql: deprecate alias 2021-04-04 03:18:57 +02:00
github-actions[bot] 3cc7116425
Merge master into staging-next 2021-04-04 00:20:45 +00:00
Dmitry Bogatov 19b0f5623d laminar: use "pname" instead of "name" in mkDerivation 2021-04-04 00:00:00 +00:00
Mario Rodas 435128bee8
Merge pull request #118201 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.25 -> 0.1.26
2021-04-03 16:28:41 -05:00
github-actions[bot] 3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Frederik Rietdijk 94fa194b9f
Merge pull request #117593 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-04-03 18:01:09 +02:00
GuangTao 63d6d99f6d
cmake-format: Fix missing dependency (#118388) 2021-04-03 17:45:40 +02:00
Frederik Rietdijk 732addbb81 kcov: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk f812cdd3b8 kconfig-frontends: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk 9029840dc8 jscoverage: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk ae202269fa hexio: stay with python2 2021-04-03 17:06:09 +02:00
Frederik Rietdijk d8ed6258b4 gup: use python3 2021-04-03 17:06:08 +02:00
Frederik Rietdijk ff06baf396 grabserial: use python3 2021-04-03 17:06:08 +02:00
Frederik Rietdijk 34c23dbb42 global: use python3 2021-04-03 17:06:07 +02:00
Frederik Rietdijk 58579c642a gede: use python3 2021-04-03 17:06:07 +02:00
Christian Kögler f822651e70 tree-sitter: Add aarch64 support
tree-sitter compiles on aarch64
2021-04-03 16:11:34 +02:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Sandro 11910695f6
Merge pull request #118296 from purcell/ruby-pg_query-2.0.2
defaultGemConfig.pg_query: 2.0.1 -> 2.0.2
2021-04-03 02:14:47 +02:00
Robert Scott d535600060
Merge pull request #117242 from OPNA2608/update/libftdi1-1.5/21.05
libftdi1: 1.4 -> 1.5
2021-04-03 00:17:38 +01:00
Sandro 5fba3382ff
Merge pull request #118325 from mausch/dapr
dapr: 0.9.0 -> 1.0.1
2021-04-02 22:07:35 +02:00
Sandro 45372cebc7
Merge pull request #118328 from ericdallo/bump-omnisharp-roslyn
ominisharp-roslyn: 1.37.4 -> 1.37.8
2021-04-02 21:31:29 +02:00
Mauricio Scheffer c7900f0332 dapr: 0.9.0 -> 1.0.1 2021-04-02 20:14:48 +01:00
Michael Weiss 0e811d7fba
cargo-c: 0.7.3 -> 0.8.0 2021-04-02 20:47:53 +02:00
github-actions[bot] b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
Ben Siraphob 1d2e7637b6
strace: assert isLinux to avoid eval error on darwin (#114974)
libunwind.supportsHost is not available on darwin because it uses a different libunwind package (https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/darwin/apple-source-releases/default.nix#L270) and changing the stdenv is a big overkill.
2021-04-02 20:03:31 +02:00
Sandro 90fb692e5d
Merge pull request #115909 from mschuwalow/async-profiler
async-profiler: init at 1.8.4
2021-04-02 19:09:09 +02:00
Sandro 2b7387487f
Merge pull request #116415 from dotlambda/boost-build-4.4.1
boost-build: 2016.03 -> 4.4.1
2021-04-02 17:46:28 +02:00
Sandro 7a32c4f6de
Merge pull request #118248 from endocrimes/dani/packer-module
packer: migrate to buildGoModule
2021-04-02 17:31:43 +02:00
Eric Dallo 7c2dbb853a
ominisharp-roslyn: 1.37.4 -> 1.37.8 2021-04-02 11:59:08 -03:00
github-actions[bot] 60739e07d2
Merge master into staging-next 2021-04-02 12:06:12 +00:00
Maximilian Bosch 7de7862e56
Merge pull request #118214 from r-ryantm/auto-update/git-quick-stats
git-quick-stats: 2.1.6 -> 2.1.7
2021-04-02 12:03:06 +02:00
Steve Purcell dde94e3d83 defaultGemConfig.pg_query: 2.0.1 -> 2.0.2
pg_query 2.0.2 apparently has working ARM support.

This change also re-locks sqlint to use the newer version, and
generalises the platform spec to avoid being unnecessarily
restrictive.

As before, other packages which refer to pg_query are unaffected,
because they pin an older version of pg_query which is handled
separately in the gem-config expressions.

Follow-up to #116785
2021-04-02 21:02:54 +13:00
github-actions[bot] b719e2423f
Merge staging-next into staging 2021-04-02 06:05:30 +00:00
Steve Purcell b092bdccfa sqlint: 0.1.10 -> 0.2.0
- Updates libpg_query to 2.0.0 in gem config, used by pg_query gem 2.0.1
- Continue to support older gem with older libpg_query, for gitlab
- Remove redundant gem config override in sqlint expression
- Add myself as a maintainer
2021-04-02 00:28:17 -04:00
github-actions[bot] 636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
Sandro 9bbfb26854
Merge pull request #118283 from vcunat/p/fetchurl-typecheck 2021-04-02 00:24:43 +02:00
Vladimír Čunát d601532dfc
intltool: fix fetchurl invocation 2021-04-01 22:50:21 +02:00
Antoine Eiche 5759b6f16d devpi-client: check-manifest and pkginfo needed at runtime
This packages are required by the devpi upload command.
2021-04-01 21:10:13 +02:00
github-actions[bot] 78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Danielle Lancashire 2112a55caf packer: migrate to buildGoModule 2021-04-01 15:16:28 +02:00
github-actions[bot] 85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
Jörg Thalheim ca9ca6eec9
cutter: 1.12.0 -> 2.0.0
This also introduces rizin, which cutter builds on top
2021-04-01 11:37:34 +02:00
Ryan Mulligan 0698166a6f
Merge pull request #118199 from r-ryantm/auto-update/cargo-valgrind
cargo-valgrind: 2.0.0 -> 2.0.1
2021-04-01 06:57:23 -07:00
R. RyanTM 9a05911c1e go-swagger: 0.26.1 -> 0.27.0 2021-04-01 08:58:08 +00:00
R. RyanTM 38a672aa79 git-quick-stats: 2.1.6 -> 2.1.7 2021-04-01 08:42:49 +00:00
Sandro 90283ed5e5
Merge pull request #118187 from thiagokokada/bump-hover
hover: 0.46.2 -> 0.46.3
2021-04-01 09:42:51 +02:00
R. RyanTM 4bc7546f61 cargo-valgrind: 2.0.0 -> 2.0.1 2021-04-01 06:11:50 +00:00
github-actions[bot] ebc5b12a40
Merge staging-next into staging 2021-04-01 06:05:50 +00:00
R. RyanTM dac29576af act: 0.2.20 -> 0.2.21 2021-04-01 04:49:19 +00:00
Mario Rodas 212adc0c99 ocamlformat: 0.17.0 -> 0.18.0
https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.18.0
2021-04-01 04:20:00 +00:00
Mario Rodas 694696dfa6 cloud-nuke: 0.1.26 -> 0.1.27
https://github.com/gruntwork-io/cloud-nuke/releases/tag/v0.1.27
2021-04-01 04:20:00 +00:00
R. RyanTM 4c0515aefe cloud-nuke: 0.1.25 -> 0.1.26 2021-04-01 06:31:58 +00:00
Ryan Mulligan 8d54ed2ab9
Merge pull request #118045 from r-ryantm/auto-update/doctl
doctl: 1.57.0 -> 1.58.0
2021-03-31 20:31:41 -07:00
Ryan Mulligan 81ff63d078
Merge pull request #118091 from r-ryantm/auto-update/sd-local
sd-local: 1.0.27 -> 1.0.29
2021-03-31 20:25:18 -07:00
Ryan Mulligan 3f6176ad12
Merge pull request #117796 from r-ryantm/auto-update/kustomize-sops
kustomize-sops: 2.5.0 -> 2.5.1
2021-03-31 20:24:14 -07:00
Peter Hoeg 8aeab7d333 scry: unstable-2020-09-02 -> 0.9.1 2021-04-01 11:12:47 +08:00
Peter Hoeg a176af3dce oq: 1.1.0 -> 1.2.0 2021-04-01 11:12:47 +08:00