Commit Graph

2319 Commits

Author SHA1 Message Date
Martin Weinelt
d0bfb3ccbb Merge remote-tracking branch 'origin/master' into staging-next 2022-03-31 03:49:37 +02:00
Martin Weinelt
9bb92e48ef
pgadmin3: drop
The package version is 6y old and was last maintained in 2017. By now we
have pgadmin4 packaged so there is no reason to keep this around.
2022-03-30 23:44:18 +02:00
Malo Bourgon
3c25104d0e
stripe-cli: add meta.mainProgram (#166457) 2022-03-30 21:33:44 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ryan Mulligan
0af8d48266
Merge pull request #166368 from r-ryantm/auto-update/mycli
mycli: 1.24.3 -> 1.24.4
2022-03-30 05:10:03 -07:00
R. Ryantm
88a70a935e mycli: 1.24.3 -> 1.24.4 2022-03-30 05:28:44 +00:00
Bernardo Meurer
5e3265af04 pulumi: 3.26.1 -> 3.27.0 2022-03-29 15:40:37 -07:00
Florian Brandes
4c1596384c
pgadimin4: 6.5 -> 6.7
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-03-29 15:50:16 +02:00
github-actions[bot]
80ddf916da
Merge master into staging-next 2022-03-29 00:02:04 +00:00
Flakebi
3657f4033b
salt: 3004 -> 3004.1 2022-03-28 22:03:28 +02:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
Sandro
7168385eca
Merge pull request #165809 from xrelkd/update/eksctl 2022-03-27 15:50:19 +02:00
R. Ryantm
4f85997362 certigo: 1.15.0 -> 1.15.1 2022-03-26 11:21:55 +00:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Bobby Rong
b2df1cda99
Merge pull request #165349 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.112 -> 3.0.113
2022-03-26 13:59:03 +08:00
xrelkd
332855974b eksctl: 0.88.0 -> 0.89.0 2022-03-26 13:07:06 +08:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Fabian Affolter
919a0dcc12
Merge pull request #165700 from 06kellyjac/syft
syft: 0.42.2 -> 0.42.4
2022-03-25 00:23:42 +01:00
Bernardo Meurer
b485b2ce3d pulumi: update plugins 2022-03-24 12:57:07 -07:00
06kellyjac
1336186976 syft: 0.42.2 -> 0.42.4 2022-03-24 16:28:51 +00:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Sandro
360a2296f4
Merge pull request #164614 from 06kellyjac/syft 2022-03-23 03:41:31 +01:00
R. Ryantm
7b7e648b80 aliyun-cli: 3.0.112 -> 3.0.113 2022-03-23 01:04:38 +00:00
zowoq
be98149597 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/servers/isso/default.nix
2022-03-23 10:04:17 +10:00
06kellyjac
40b9dfc739 syft: 0.41.6 -> 0.42.2 2022-03-22 19:06:30 +00:00
Pascal Bach
c8e0d9ec64
Merge pull request #165223 from NixOS/pulumi-3.26.1
pulumi: 3.25.1 -> 3.26.1
2022-03-22 19:54:38 +01:00
github-actions[bot]
e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00:00
Bernardo Meurer
dfc489e510 pulumi: 3.25.1 -> 3.26.1 2022-03-22 00:49:34 -07:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging 2022-03-21 11:57:43 +01:00
Ryan Mulligan
91523a9b5d
Merge pull request #164932 from r-ryantm/auto-update/trinsic-cli
trinsic-cli: 1.3.0 -> 1.4.0
2022-03-20 07:26:08 -07:00
Mario Rodas
2fb7f36f0e
Merge pull request #164745 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.51.2 -> 1.52.0
2022-03-20 08:56:43 -05:00
R. Ryantm
6c7d1af736 trinsic-cli: 1.3.0 -> 1.4.0 2022-03-20 04:09:15 +00:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Mario Rodas
e6f96dd139
Merge pull request #164812 from xrelkd/update/eksctl
eksctl: 0.87.0 -> 0.88.0
2022-03-19 12:06:34 -05:00
Mario Rodas
fc5d8ba69d
Merge pull request #164058 from r-ryantm/auto-update/lxd
lxd: 4.23 -> 4.24
2022-03-19 11:55:12 -05:00
xrelkd
542bf4449e eksctl: 0.87.0 -> 0.88.0 2022-03-19 11:01:18 +08:00
Bobby Rong
11378fa800
Merge pull request #164701 from 06kellyjac/trivy
trivy: 0.24.3 -> 0.24.4
2022-03-19 10:39:39 +08:00
Bobby Rong
1455d44c7c
Merge pull request #164671 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.8.0 -> 1.8.1
2022-03-19 10:17:24 +08:00
R. Ryantm
f83077fd27 exoscale-cli: 1.51.2 -> 1.52.0 2022-03-18 17:19:03 +00:00
maxine [they]
be6cb9e57d
Merge pull request #163727 from r-ryantm/auto-update/aws-vault
aws-vault: 6.5.0 -> 6.6.0
2022-03-18 16:23:46 +01:00
06kellyjac
08b552c96f trivy: 0.24.3 -> 0.24.4 2022-03-18 11:42:21 +00:00
R. Ryantm
4af9716deb stripe-cli: 1.8.0 -> 1.8.1 2022-03-18 05:12:25 +00:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Ryan Mulligan
ffac01eb7f
Merge pull request #164458 from 06kellyjac/syft
syft: 0.41.4 -> 0.41.6
2022-03-16 14:29:34 -07:00
Sandro
a1507172bf
Merge pull request #164463 from superherointj/package-berglas-0.6.2 2022-03-16 20:26:08 +01:00
superherointj
185976d495 berglas: 0.5.1 -> 0.6.2
* Tests enabled.
2022-03-16 15:37:05 -03:00
Ryan Mulligan
a868df6b20
Merge pull request #164354 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.11 -> 0.10.12
2022-03-16 11:17:55 -07:00
06kellyjac
e639127cde syft: 0.41.4 -> 0.41.6 2022-03-16 17:06:36 +00:00
06kellyjac
9603559743 trivy: 0.24.2 -> 0.24.3 2022-03-16 13:35:14 +00:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
R. Ryantm
e5bd9e1490 fits-cloudctl: 0.10.11 -> 0.10.12 2022-03-16 03:53:58 +00:00
Ryan Mulligan
2b338ad36d
Merge pull request #163788 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.51.1 -> 1.51.2
2022-03-15 15:04:31 -07:00
Ryan Mulligan
2ab389448e
Merge pull request #163922 from r-ryantm/auto-update/syft
syft: 0.41.1 -> 0.41.4
2022-03-15 14:57:38 -07:00
Felix Buehler
de5c01cdd3 bash-my-aws: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
R. Ryantm
df6363024a lxd: 4.23 -> 4.24 2022-03-13 23:51:17 +00:00
Martin Weinelt
5377b75a52 awscli2: prune dependency substitution for cryptography 2022-03-14 00:29:05 +01:00
Jonathan Ringer
e2bfa582ff awscli: 1.22.35 -> 1.22.67 2022-03-14 00:29:05 +01:00
Jonathan Ringer
ba1ca789eb awscli2: 2.4.19 -> 2.4.23 2022-03-14 00:29:05 +01:00
Jonathan Ringer
e43897d2c2 azure-cli: 2.32.0 -> 2.34.1 2022-03-14 00:29:05 +01:00
Bobby Rong
935020ad27
Merge pull request #163724 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.110 -> 3.0.112
2022-03-13 14:48:12 +08:00
R. Ryantm
7a5c6cace5 syft: 0.41.1 -> 0.41.4 2022-03-12 23:30:03 +00:00
Sandro
b8cfa08b9c
Merge pull request #163010 from WolfangAukang/oci-2.59.0 2022-03-12 23:36:06 +01:00
Sandro
0f8278c489
Merge pull request #163740 from xrelkd/update/eksctl 2022-03-12 23:32:47 +01:00
Ryan Mulligan
090dad4403
Merge pull request #163790 from r-ryantm/auto-update/fioctl
fioctl: 0.23 -> 0.24
2022-03-12 14:51:54 -06:00
Robert Schütz
f443859b72 bubblewrap: 0.5.0 -> 0.6.1 2022-03-12 19:34:37 +00:00
R. Ryantm
7e64ba9dc8 meshcentral: 0.9.79 -> 0.9.98 2022-03-12 08:40:00 +00:00
R. Ryantm
d0c86f5114 fioctl: 0.23 -> 0.24 2022-03-12 08:17:04 +00:00
R. Ryantm
d4694d127f exoscale-cli: 1.51.1 -> 1.51.2 2022-03-12 07:57:51 +00:00
xrelkd
a19f7b41c8 eksctl: 0.86.0 -> 0.87.0 2022-03-12 15:02:21 +08:00
github-actions[bot]
7c0802bf0d
Merge staging-next into staging 2022-03-12 06:01:40 +00:00
Bobby Rong
db0756bf87
Merge pull request #163102 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.10 -> 0.10.11
2022-03-12 12:42:26 +08:00
R. Ryantm
62e9ba7410 aws-vault: 6.5.0 -> 6.6.0 2022-03-12 01:59:16 +00:00
R. Ryantm
5c099529eb aliyun-cli: 3.0.110 -> 3.0.112 2022-03-12 01:05:17 +00:00
P. R. d. O
6c8c7176bd
lexicon: 3.9.0 -> 3.9.4 2022-03-11 16:49:00 -06:00
P. R. d. O
dfca474eaf
oci-cli: 3.5.0 -> 3.6.0 2022-03-11 16:33:20 -06:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
Renaud
74d587f0f4
Merge pull request #163425 from 06kellyjac/syft
syft: 0.40.1 -> 0.41.1
2022-03-10 19:19:24 +01:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
Alyssa Ross
43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
Zhaofeng Li
a3ccb2105b colmena: 0.2.1 -> 0.2.2 2022-03-08 11:13:58 -08:00
06kellyjac
27abcbf8df syft: 0.40.1 -> 0.41.1 2022-03-08 19:02:28 +00:00
R. Ryantm
542cb48636 exoscale-cli: 1.50.0 -> 1.51.1 2022-03-08 06:01:59 +00:00
github-actions[bot]
c15f51235d
Merge staging-next into staging 2022-03-07 12:02:15 +00:00
Fabian Affolter
202139d302
Merge pull request #162917 from r-ryantm/auto-update/syft
syft: 0.39.3 -> 0.40.1
2022-03-07 08:37:10 +01:00
R. Ryantm
a6b28fcad7 fits-cloudctl: 0.10.10 -> 0.10.11 2022-03-07 05:23:58 +00:00
github-actions[bot]
69e1d85d54
Merge staging-next into staging 2022-03-06 18:01:46 +00:00
Renaud
61197ada12
Merge pull request #162715 from r-ryantm/auto-update/eksctl
eksctl: 0.85.0 -> 0.86.0
2022-03-06 17:49:40 +01:00
Bobby Rong
c767118672
Merge pull request #162158 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.9 -> 0.10.10
2022-03-06 21:40:57 +08:00
github-actions[bot]
90f82a2f9a
Merge staging-next into staging 2022-03-06 00:02:44 +00:00
Renaud
bca60600c6
Merge pull request #161164 from davegallant/master
awscli2: 2.4.9 -> 2.4.19
2022-03-05 19:35:01 +01:00
R. Ryantm
dfd7bbcc12 syft: 0.39.3 -> 0.40.1 2022-03-05 18:21:24 +00:00
github-actions[bot]
47494ea53c
Merge staging-next into staging 2022-03-05 18:01:48 +00:00
Raghav Sood
379161e96e
Merge pull request #162805 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.7.13 -> 1.8.0
2022-03-05 20:30:02 +08:00
github-actions[bot]
fade30f7b2
Merge staging-next into staging 2022-03-05 12:01:44 +00:00
Fabian Affolter
8ec8259ca3
Merge pull request #162813 from r-ryantm/auto-update/trivy
trivy: 0.24.1 -> 0.24.2
2022-03-05 11:35:36 +01:00
R. RyanTM
e7b5e62d0a
aliyun-cli: 3.0.109 -> 3.0.110 (#162833)
* aliyun-cli: 3.0.109 -> 3.0.110

* aliyun-cli: fix passing of Go build flags
`ldFlags` -> `ldflags`

And update meta.changelog

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-03-05 10:17:20 +01:00
github-actions[bot]
a072933f52
Merge staging-next into staging 2022-03-05 00:02:27 +00:00
Renaud
2c2614bcde
Merge pull request #162108 from r-ryantm/auto-update/syft
syft: 0.38.0 -> 0.39.3
2022-03-04 23:00:31 +01:00
R. Ryantm
93e3d0edc4 trivy: 0.24.1 -> 0.24.2 2022-03-04 20:02:06 +00:00
R. Ryantm
141af24d82 stripe-cli: 1.7.13 -> 1.8.0 2022-03-04 18:30:36 +00:00
Alyssa Ross
c010a19a56
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04 14:53:05 +00:00
Stanisław Pitucha
6f4ecb8ae8 cf-vault: init at 0.0.11 2022-03-04 20:41:03 +10:00
Stanisław Pitucha
094460dbe5 ejson2env: init at 2.0.2 2022-03-04 19:41:43 +10:00
R. Ryantm
e556b50ec3 exoscale-cli: 1.49.3 -> 1.50.0 2022-03-04 06:37:26 +00:00
R. Ryantm
49568cebce eksctl: 0.85.0 -> 0.86.0 2022-03-04 05:34:32 +00:00
github-actions[bot]
702f56f3a7
Merge staging-next into staging 2022-03-03 06:10:59 +00:00
github-actions[bot]
d00621a67c
Merge staging-next into staging 2022-03-03 00:13:12 +00:00
Bernardo Meurer
75d3f2b943 pulumi: add google-native 2022-03-02 14:50:35 -08:00
Bernardo Meurer
37143b9cd9
pulumi-bin: 3.22.1 -> 3.25.1 2022-03-02 13:45:12 -08:00
Jonathan Ringer
4cc256f221
azure-cli: fix build 2022-03-02 20:57:45 +01:00
R. Ryantm
68e29163aa pebble: 2.3.0 -> 2.3.1 2022-03-01 13:16:17 +00:00
zowoq
64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
Artturi
3b4bdb67b9
Merge pull request #162018 from yrd/winbox
winbox: 3.34 -> 3.35
2022-03-01 05:51:30 +02:00
Fabian Affolter
8e75bd4b03
Merge pull request #162213 from 06kellyjac/trivy
trivy: 0.24.0 -> 0.24.1
2022-02-28 19:52:08 +01:00
06kellyjac
a0d8e37dfd trivy: 0.24.0 -> 0.24.1 2022-02-28 12:36:25 +00:00
Felix Buehler
1573dbdcd0 treewide: fix versions starting with 'v' 2022-02-28 13:05:18 +01:00
R. Ryantm
803a891231 fits-cloudctl: 0.10.9 -> 0.10.10 2022-02-28 05:24:15 +00:00
R. Ryantm
1758ad137f syft: 0.38.0 -> 0.39.3 2022-02-27 18:32:06 +00:00
github-actions[bot]
39eff5d8a8
Merge staging-next into staging 2022-02-27 18:01:42 +00:00
Maciej Krüger
6b2d91aa1e
Merge pull request #161094 from mkg20001/synup 2022-02-27 16:40:48 +01:00
Jan Tojnar
1316edc465 Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
SCOTT-HAMILTON
a5c3d34c63 fastlane: 2.171.0 -> 2.204.3 2022-02-27 00:19:51 +01:00
Yannik Rödel
b4c50bd6d6 winbox: 3.34 -> 3.35 2022-02-26 20:15:44 +01:00
Maciej Krüger
ae2f179c9b
tests/pgadmin4-standalone: add 2022-02-26 14:27:30 +01:00
Maciej Krüger
3cbd5a6deb
pgadmin4: expose setup.py as pgadmin4-setup 2022-02-26 14:27:30 +01:00
florian on nixos (Florian Brandes)
0afa5a1444
pgadmin4: 6.3 -> 6.5
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-26 14:08:50 +01:00
Mario Rodas
b4601529ef
Merge pull request #161919 from r-ryantm/auto-update/eksctl
eksctl: 0.84.0 -> 0.85.0
2022-02-26 07:56:58 -05:00
florian on nixos (Florian Brandes)
69ec03d112
pgadmin3: move
moved pgadmin3 to pgadmin4 and renamed to 3.nix
added an alias for pgadmin->pgadmin4

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-26 13:20:27 +01:00
florian on nixos (Florian Brandes)
0dda2d3888
pgadmin4: init at 6.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-02-26 13:17:37 +01:00
R. Ryantm
000b4cde63 eksctl: 0.84.0 -> 0.85.0 2022-02-26 04:35:09 +00:00
R. Ryantm
59f6ea24c9 bubblewrap: 0.5.0 -> 0.6.0 2022-02-25 21:22:31 -05:00
Robert Scott
377917b524
Merge pull request #161770 from r-ryantm/auto-update/certigo
certigo: 1.14.1 -> 1.15.0
2022-02-25 23:04:04 +00:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
f03446cc49 fits-cloudctl: 0.10.8 -> 0.10.9 2022-02-25 11:12:30 -08:00
R. Ryantm
b0c64a2dfe certigo: 1.14.1 -> 1.15.0 2022-02-25 03:41:50 +00:00
Fabian Affolter
329898d260
Merge pull request #161518 from 06kellyjac/trivy
trivy: 0.23.0 -> 0.24.0
2022-02-23 18:24:40 +01:00
06kellyjac
b041085bb1 trivy: 0.23.0 -> 0.24.0 2022-02-23 13:10:55 +00:00
Renaud
d8ac5c4ad0
Merge pull request #160817 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.7.12 -> 1.7.13
2022-02-23 00:04:58 +01:00
Wanja Zaeske
2d67cc2bf6 removing maintainer wucke13 from some packages 2022-02-21 22:58:18 +01:00
Bobby Rong
307a09f217
Merge pull request #160316 from 06kellyjac/syft
syft: 0.37.10 -> 0.38.0
2022-02-21 20:06:24 +08:00
Dave Gallant
3db00085b5
awscli2: 2.4.9 -> 2.4.19 2022-02-21 00:22:57 -05:00
Maciej Krüger
f94163514f
synapse-admin: 0.8.4 -> 0.8.5 2022-02-20 19:22:10 +01:00
Robert Scott
d247d738b2
Merge pull request #160816 from r-ryantm/auto-update/ssmsh
ssmsh: 1.4.5 -> 1.4.7
2022-02-20 17:30:34 +00:00
Mario Rodas
241ca0b4cf
Merge pull request #160860 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.108 -> 3.0.109
2022-02-19 12:24:26 -05:00
Mario Rodas
f02ba35092
Merge pull request #160887 from r-ryantm/auto-update/eksctl
eksctl: 0.83.0 -> 0.84.0
2022-02-19 12:22:03 -05:00
R. Ryantm
0bba7eae81 exoscale-cli: 1.49.2 -> 1.49.3 2022-02-19 13:14:40 +00:00
R. Ryantm
288828e207 eksctl: 0.83.0 -> 0.84.0 2022-02-19 12:39:15 +00:00
R. Ryantm
edcb2ad7e4 aliyun-cli: 3.0.108 -> 3.0.109 2022-02-19 08:27:37 +00:00