Martin Weinelt
0e1624df44
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/pycdio/default.nix
2024-08-11 03:10:34 +02:00
Pol Dellaiera
b72fd2a2ac
Merge pull request #333358 from r-ryantm/auto-update/turbovnc
...
turbovnc: 3.1.1 -> 3.1.2
2024-08-11 00:34:32 +02:00
R. Ryantm
a230d09c9c
procs: 0.14.5 -> 0.14.6
2024-08-10 11:31:07 +00:00
Martin Weinelt
c7268a2aa9
awscli: 1.33.11 -> 1.33.13
...
https://github.com/aws/aws-cli/blob/1.33.13/CHANGELOG.rst
2024-08-09 14:48:20 +02:00
R. Ryantm
8e63be10f9
turbovnc: 3.1.1 -> 3.1.2
2024-08-09 03:07:16 +00:00
Nick Cao
fe19aa7dbe
Merge pull request #332565 from r-ryantm/auto-update/granted
...
granted: 0.30.0 -> 0.31.2
2024-08-06 15:56:15 -04:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
R. Ryantm
ebccff1f30
granted: 0.30.0 -> 0.31.2
2024-08-05 20:47:10 +00:00
Florian
9687f44a99
Merge pull request #330912 from gador/pgadmin-8.10
...
pgadmin: 8.9 -> 8.10
2024-08-05 19:00:08 +02:00
R. Ryantm
4caa7a39c4
balena-cli: 18.2.33 -> 18.2.34
2024-08-05 07:10:23 +00:00
Julius Michaelis
87e574e110
treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
...
This rewrites uses of
stdenv.hostPlatform == stdenv.buildPlatform
to
stdenv.buildPlatform.canExecute stdenv.hostPlatform
when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Fabian Affolter
3725cee487
Merge pull request #331925 from r-ryantm/auto-update/qovery-cli
...
qovery-cli: 0.97.0 -> 1.1.0
2024-08-03 13:40:54 +02:00
R. Ryantm
da04e028fc
qovery-cli: 0.97.0 -> 1.1.0
2024-08-03 05:29:27 +00:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Nick Cao
3135dcd603
Merge pull request #331774 from r-ryantm/auto-update/coldsnap
...
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 15:31:55 -04:00
Emily
8764d898c4
Merge pull request #330741 from emilazy/push-rlvumrtyxrmk
...
python3Packages.nose3: drop
2024-08-02 16:31:00 +01:00
R. Ryantm
300c7e6cc3
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 13:05:03 +00:00
K900
41c4517239
Revert "pebble: 2.4.0 -> 2.6.0 and fix version info"
2024-08-02 12:07:39 +03:00
tomberek
8fe1db0000
Merge pull request #322331 from afh/update-pebble
...
pebble: 2.4.0 -> 2.6.0 and fix version info
2024-08-02 01:48:32 -04:00
Fabian Affolter
761cf6dc96
Merge pull request #331421 from r-ryantm/auto-update/trivy
...
trivy: 0.53.0 -> 0.54.1
2024-08-01 09:53:07 +02:00
Emily
5111b7afd7
gixy: pass‐through nginx tests
...
These exercise Gixy through the NixOS nginx module.
2024-08-01 11:25:23 +09:00
Emily
6bd2c7576a
gixy: add pytest migration patch
2024-08-01 11:25:23 +09:00
Emily
5db8f3da5f
gixy: modernize
2024-08-01 11:25:22 +09:00
R. Ryantm
f3831850d2
trivy: 0.53.0 -> 0.54.1
2024-08-01 01:47:57 +00:00
Sigmanificient
fd9e28993f
aws-google-auth: drop
2024-07-31 21:16:33 +02:00
Maciej Krüger
a2aca6ac95
Merge pull request #331160 from Stunkymonkey/synapse-admin-remove-yarn-lock
...
synapse-admin: reuse yarn.lock from src
2024-07-31 17:33:40 +02:00
Ashley Ruglys
f4905f3a28
tigervnc: 0.13.1 -> 0.14.0
2024-07-31 23:26:34 +08:00
zimbatm
f3edb08a28
aws-vault: move to by-name
2024-07-31 09:10:33 +02:00
Felix Buehler
98772dab45
synapse-admin: reuse yarn.lock from src
2024-07-30 22:56:32 +02:00
Sigmanificient
aab1113d4a
treewide: normalize maintainers list formatting
...
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
R. Ryantm
3d3bccafad
meshcentral: 1.1.26 -> 1.1.27
2024-07-30 08:13:08 +00:00
Florian Brandes
fc8096cd34
pgadmin: format
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:30:26 +02:00
Florian Brandes
580e6f79bd
pgadmin: 8.9 -> 8.10
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:29:29 +02:00
Terje Larsen
199a8f8548
google-cloud-sdk: 483.0.0 -> 485.0.0
2024-07-29 11:06:30 +02:00
Austin Butler
3dd0bf16db
nomachine-client: 8.4.2 -> 8.13.1
2024-07-28 22:43:35 -07:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3
treewide: remove viric from meta.maintainers [orphans]
...
Since theey is not active from at least six years.
All the packages on this commit became orphans.
---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:
- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Nick Cao
9fd4fa2a5d
Merge pull request #330353 from r-ryantm/auto-update/stripe-cli
...
stripe-cli: 1.21.0 -> 1.21.2
2024-07-27 09:38:07 -04:00
R. Ryantm
78d6253bdc
stripe-cli: 1.21.0 -> 1.21.2
2024-07-27 07:54:11 +00:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
Arseniy Zorin
b71367cdda
pulumi-bin: 3.126.0 -> 3.127.0
2024-07-26 15:39:09 +03:00
github-actions[bot]
94c17d2caa
Merge master into staging-next
2024-07-25 00:02:30 +00:00
Nick Cao
96066902eb
Merge pull request #329613 from r-ryantm/auto-update/granted
...
granted: 0.29.1 -> 0.30.0
2024-07-24 19:03:00 -04:00
Nick Cao
138abc63c1
Merge pull request #329606 from wrbbz/pulumi-bin-3.126.0
...
pulumi-bin: 3.125.0 -> 3.126.0
2024-07-24 18:56:32 -04:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
Pol Dellaiera
34a0828538
winbox: refactor, fix broken build, 3.40 -> 3.41
2024-07-24 12:40:56 +02:00
R. Ryantm
a8c4a11589
granted: 0.29.1 -> 0.30.0
2024-07-24 09:32:03 +00:00
Arseniy Zorin
f21e968455
pulumi-bin: 3.125.0 -> 3.126.0
2024-07-24 12:07:17 +03:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
Maximilian Bosch
ee3314acb2
Merge pull request #329456 from Ma27/bump-meshcentral
...
meshcentral: 1.1.24 -> 1.1.26
2024-07-23 19:19:58 +00:00
Maximilian Bosch
cce932597d
meshcentral: 1.1.24 -> 1.1.26
...
ChangeLogs:
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.25
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.26
2024-07-23 18:57:53 +02:00
R. Ryantm
515f7d0156
balena-cli: 18.2.29 -> 18.2.33
2024-07-23 16:18:44 +00:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next
2024-07-23 00:02:18 +00:00
Nick Cao
e2867fd69c
Merge pull request #329093 from wrbbz/pulumi-bin-3.125.0
...
pulumi-bin: 3.124.0 -> 3.125.0
2024-07-22 16:28:11 -04:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
R. RyanTM
4742394e5a
credhub-cli: 2.9.33 -> 2.9.35 ( #326661 )
2024-07-22 14:56:05 +05:30
Arseniy Zorin
fe2284e4a6
pulumi-bin: 3.124.0 -> 3.125.0
2024-07-22 10:53:01 +03:00
R. Ryantm
40a630c56a
qovery-cli: 0.95.2 -> 0.97.0
2024-07-21 08:19:19 +00:00
github-actions[bot]
637b531dcf
Merge staging-next into staging
2024-07-19 18:01:40 +00:00
Peder Bergebakken Sundt
6faf63e5ce
Merge pull request #327130 from stehessel/rhoas/fix-shell-complete
...
rhoas: fix shell completion install
2024-07-19 16:47:47 +02:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging
2024-07-19 12:01:49 +00:00
R. Ryantm
6492fda37a
boulder: 2024-07-02 -> 2024-07-16
2024-07-19 05:32:30 +00:00
github-actions[bot]
401d4660b3
Merge staging-next into staging
2024-07-18 18:01:57 +00:00
Sandro
267fe6510c
Merge pull request #325795 from teutat3s/ansible-lint-24.6.1
...
ansible-lint: 24.2.2 -> 24.7.0
2024-07-18 17:51:49 +02:00
Randy Eckenrode
2f07b9556b
Merge pull request #328077 from reckenrode/cctools-darwin-aliases
...
tree-wide: use top-level cctools
2024-07-18 08:54:54 -04:00
teutat3s
e1e2481e8b
ansible-lint: 24.2.2 -> 24.7.0
...
https://github.com/ansible/ansible-lint/compare/v24.2.2...v24.7.0
2024-07-18 14:18:20 +02:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/uvcclient/default.nix
- pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Sandro
923556edef
Merge pull request #325527 from shahinism/update/pulumi
...
pulumi: 3.99.0 -> 3.122.0
2024-07-17 23:11:17 +02:00
Arseniy Zorin
1cd8fc7b00
pulumi-bin: 3.122.0 -> 3.124.0
2024-07-17 12:03:25 +03:00
Stephan Heßelmann
2354d26c60
rhoas: fix shell completion install
2024-07-17 00:52:31 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
Weijia Wang
1fdb61952e
Merge pull request #327010 from r-ryantm/auto-update/drawterm
...
drawterm: 0-unstable-2024-06-10 -> 0-unstable-2024-07-03
2024-07-16 13:46:41 +02:00
R. Ryantm
494ce2b853
granted: 0.29.0 -> 0.29.1
2024-07-15 01:35:43 +00:00
github-actions[bot]
31817540ee
Merge staging-next into staging
2024-07-14 18:01:37 +00:00
Sandro
bc9d84f4d3
Merge pull request #326572 from devusb/aws-sso
...
aws-sso-cli: 1.16.1 -> 1.17.0
2024-07-14 18:28:37 +02:00
Nick Cao
55ba1e3d8c
Merge pull request #327045 from r-ryantm/auto-update/okta-aws-cli
...
okta-aws-cli: 2.2.0 -> 2.3.0
2024-07-14 11:06:17 -04:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging
2024-07-14 12:02:04 +00:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Doron Behar
ce7f08ef86
Merge pull request #327016 from r-ryantm/auto-update/balena-cli
...
balena-cli: 18.2.17 -> 18.2.29
2024-07-14 13:42:34 +03:00
R. Ryantm
d2f1b22213
okta-aws-cli: 2.2.0 -> 2.3.0
2024-07-14 07:24:29 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
Marcus Ramberg
8a3aab0d46
Merge pull request #326922 from terlar/google-cloud-sdk-fish-completions
2024-07-14 09:25:57 +03:00
R. Ryantm
0f20077d28
balena-cli: 18.2.17 -> 18.2.29
2024-07-14 05:35:31 +00:00
R. Ryantm
23349d3e28
drawterm: 0-unstable-2024-06-10 -> 0-unstable-2024-07-03
2024-07-14 04:19:29 +00:00
Terje Larsen
06b93088f4
google-cloud-sdk: fish completions
2024-07-13 22:35:20 +02:00
aleksana
07c1bc2034
treewide: sha256 -> hash attribute for pypi fetchers
2024-07-14 01:25:22 +08:00
Morgan Helton
f8ef17711d
aws-sso-cli: move to by-name
2024-07-12 10:02:31 -05:00
Morgan Helton
38fcc7e428
aws-sso-cli: 1.16.1 -> 1.17.0
2024-07-12 09:34:04 -05:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging
2024-07-11 22:05:05 +02:00
Scriptkiddi
ebabfbf18d
oxidized: 0.29.1 -> 0.30.1
2024-07-11 15:28:46 +02:00
Nick Cao
539fd71204
Merge pull request #326087 from r-ryantm/auto-update/aliyun-cli
...
aliyun-cli: 3.0.210 -> 3.0.211
2024-07-10 19:56:09 -04:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
R. Ryantm
6215d4ed1a
aliyun-cli: 3.0.210 -> 3.0.211
2024-07-10 10:27:24 +00:00
superherointj
cb9bbcdc82
azure-cli: move from top-level to by-name
2024-07-10 06:08:28 -03:00
Paul Meyer
e5429d97b6
azure-cli-extensions.azure-devops: 1.0.0 -> 1.0.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:48:42 +02:00
Paul Meyer
854d1e4987
azure-cli-extensions.workloads: 1.1.0b1 -> 1.1.0b2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:59 +02:00
Paul Meyer
ceae41d726
azure-cli-extensions.vm-repair: 1.0.5 -> 1.0.6
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:59 +02:00
Paul Meyer
49dce3a47f
azure-cli-extensions.storage-mover: 1.0.0b1 -> 1.1.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:58 +02:00
Paul Meyer
d391cbe2e3
azure-cli-extensions.stack-hci-vm: 1.1.11 -> 1.1.16
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:58 +02:00
Paul Meyer
9b3add3ecb
azure-cli-extensions.spring: 1.24.4 -> 1.25.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:58 +02:00
Paul Meyer
22e9b07cba
azure-cli-extensions.providerhub: 0.2.0 -> 1.0.0b1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:57 +02:00
Paul Meyer
659ef65b32
azure-cli-extensions.nsp: 0.3.0 -> 1.0.0b2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:57 +02:00
Paul Meyer
fc6939756c
azure-cli-extensions.nginx: 2.0.0b4 -> 2.0.0b5
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:57 +02:00
Paul Meyer
3a3f50d498
azure-cli-extensions.monitor-control-service: 1.0.2 -> 1.1.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:57 +02:00
Paul Meyer
e01357eefb
azure-cli-extensions.mdp: 1.0.0b1 -> 1.0.0b2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:56 +02:00
Paul Meyer
5e9b568708
azure-cli-extensions.front-door: 1.1.1 -> 1.2.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:56 +02:00
Paul Meyer
6b6a251235
azure-cli-extensions.fleet: 1.1.2 -> 1.2.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:56 +02:00
Paul Meyer
85995e3170
azure-cli-extensions.dataprotection: 1.5.0 -> 1.5.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:55 +02:00
Paul Meyer
e66373c511
azure-cli-extensions.databricks: 0.10.2 -> 1.0.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:55 +02:00
Paul Meyer
cd5527a0f3
azure-cli-extensions.cosmosdb-preview: 1.0.0 -> 1.0.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:55 +02:00
Paul Meyer
fc8ce8dbb1
azure-cli-extensions.connectedvmware: 1.1.0 -> 1.1.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:55 +02:00
Paul Meyer
8c670f32cd
azure-cli-extensions.bastion: 1.0.0 -> 1.0.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:54 +02:00
Paul Meyer
c18c76982e
azure-cli-extensions.azurelargeinstance: 1.0.0b1 -> 1.0.0b2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:54 +02:00
Paul Meyer
ef8a52640c
azure-cli-extensions.amg: 1.3.4 -> 1.3.5
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:54 +02:00
Paul Meyer
3caea02c0a
azure-cli-extensions.aks-preview: 5.0.0b1 -> 5.0.0b3
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-10 07:45:53 +02:00
❄️
faa894b16c
Merge pull request #325756 from katexochen/azure-cli/tests
...
azure-cli: add tests for cli with extensions/with mutable config
2024-07-09 18:52:24 -03:00
Nick Cao
125dffaa4b
Merge pull request #325858 from r-ryantm/auto-update/fits-cloudctl
...
fits-cloudctl: 0.12.20 -> 0.12.21
2024-07-09 16:47:43 -04:00
R. Ryantm
d3481e89d8
fits-cloudctl: 0.12.20 -> 0.12.21
2024-07-09 14:01:06 +00:00
Paul Meyer
ff22f97d32
azure-cli: add tests for cli with extensions/with mutable config
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-09 09:37:40 +02:00
Paul Meyer
2a16961ba7
azure-cli: document update procedure
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-09 09:31:36 +02:00
Paul Meyer
a46bc380ca
azure-cli: 2.61.0 -> 2.62.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-09 09:31:36 +02:00
Paul Meyer
8a92d48934
Merge pull request #325542 from katexochen/azure-cli/pin-python311
...
azure-cli: pin python to python311
2024-07-09 06:03:16 +02:00
Nick Cao
4f137b9ddd
Merge pull request #325607 from r-ryantm/auto-update/qovery-cli
...
qovery-cli: 0.94.17 -> 0.95.2
2024-07-08 16:19:00 -04:00
R. Ryantm
dfab9d0d2b
qovery-cli: 0.94.17 -> 0.95.2
2024-07-08 18:12:27 +00:00
Marcus Ramberg
68fdeadb6a
Merge pull request #325530 from terlar/update-google-cloud-sdk
2024-07-08 17:47:07 +02:00
Paul Meyer
25ddee5f16
azure-cli: pin python to python311
...
Fixes https://github.com/NixOS/nixpkgs/issues/325528
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-08 16:56:54 +02:00
Weijia Wang
fcc86b5ad9
Merge pull request #324786 from onny/awscli2
...
awscli2: move to pkgs/by-name
2024-07-08 16:03:30 +02:00
Jonas Heinrich
8c66df2ef5
awscli2: move to pkgs/by-name
2024-07-08 14:36:48 +02:00
Terje Larsen
f12a2d61c9
google-cloud-sdk: 478.0.0 -> 483.0.0
2024-07-08 14:16:57 +02:00
Shahin Azad
fa262929a3
pulumi: 3.99.0 -> 3.122.0
2024-07-08 13:54:05 +02:00
lassulus
bb0c931130
Merge pull request #323949 from jackyliu16/update-realvnc
...
realvnc-vnc-viewer: 7.5.1 -> 7.12.0 && move to by-name/
2024-07-08 13:34:36 +02:00
R. Ryantm
23648b4cea
boulder: 2024-06-25 -> 2024-07-02
2024-07-07 05:35:01 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-06 01:51:14 +02:00
Weijia Wang
7353dbc3f3
Merge pull request #323354 from r-ryantm/auto-update/awscli2
...
awscli2: 2.17.0 -> 2.17.5
2024-07-06 00:43:36 +02:00
Nick Cao
0c3037afc9
Merge pull request #324768 from wrbbz/pulumi-bin-3.122.0
...
pulumi-bin: 3.121.0 -> 3.122.0
2024-07-05 15:42:39 -04:00
Nick Cao
8b6c6739bd
Merge pull request #324620 from r-ryantm/auto-update/granted
...
granted: 0.28.0 -> 0.29.0
2024-07-05 15:34:38 -04:00
Arseniy Zorin
25031b2d01
pulumi-bin: 3.121.0 -> 3.122.0
2024-07-05 11:21:12 +03:00
github-actions[bot]
30cfd4445f
Merge master into staging-next
2024-07-05 00:02:21 +00:00
David McFarland
4f7953d244
Merge pull request #324526 from Aleksanaa/nugetHash
...
dotnet: add SRI hash support to dotnet packages
2024-07-04 20:59:56 -03:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next
2024-07-04 18:01:19 +00:00
Nick Cao
ebb069ae91
Merge pull request #324455 from r-ryantm/auto-update/okta-aws-cli
...
okta-aws-cli: 2.1.2 -> 2.2.0
2024-07-04 13:52:30 -04:00
R. Ryantm
0a47303122
granted: 0.28.0 -> 0.29.0
2024-07-04 17:14:33 +00:00
aleksana
9ec8af44ad
treewide: change nugetSha256 to nugetHash
...
This is both to verify the correctness of the changes in dotnet helper
and to promote the use of nugetHash (which uses SRI hash).
For more information on nugetHash, check out
https://nixos.org/manual/nixpkgs/unstable/#packaging-dotnet-global-tools
2024-07-04 20:16:51 +08:00
github-actions[bot]
e14242d985
Merge staging-next into staging
2024-07-04 12:01:37 +00:00
Martin Weinelt
ccfe357519
awstool: remove version math that broke, update to 1.33.11
2024-07-04 13:50:29 +02:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
...
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Masum Reza
410d1213cd
Merge pull request #323983 from Aleksanaa/cargoSha256-change
...
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
R. Ryantm
0be4b0a0aa
okta-aws-cli: 2.1.2 -> 2.2.0
2024-07-04 01:33:22 +00:00
Nick Cao
0df4f36151
Merge pull request #324156 from r-ryantm/auto-update/aliyun-cli
...
aliyun-cli: 3.0.209 -> 3.0.210
2024-07-03 19:04:07 -04:00
Weijia Wang
c007518973
Merge pull request #324287 from r-ryantm/auto-update/drawterm
...
drawterm: 0-unstable-2024-05-23 -> 0-unstable-2024-06-10
2024-07-04 00:02:59 +02:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next
2024-07-03 19:07:35 +02:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
R. Ryantm
4ea313c218
balena-cli: 18.2.10 -> 18.2.17
2024-07-03 12:15:43 +00:00
R. Ryantm
5803056653
drawterm: 0-unstable-2024-05-23 -> 0-unstable-2024-06-10
2024-07-03 10:35:31 +00:00
github-actions[bot]
6c668cb3e5
Merge master into staging-next
2024-07-03 09:24:52 +00:00
Weijia Wang
8b7cc7c443
Merge pull request #314139 from r-ryantm/auto-update/docker-credential-helpers
...
docker-credential-helpers: 0.8.1 -> 0.8.2
2024-07-03 10:45:02 +02:00
R. Ryantm
53089bd0c2
docker-credential-helpers: 0.8.1 -> 0.8.2
2024-07-03 01:26:52 +02:00
R. Ryantm
8627507dc8
aliyun-cli: 3.0.209 -> 3.0.210
2024-07-02 21:20:51 +00:00
K900
ac42e4ac39
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 19:52:45 +03:00
h7x4
eeda342e3c
Merge pull request #322989 from gador/pgadmin-8.9
...
pgadmin4: 8.8 -> 8.9
2024-07-02 18:07:26 +02:00
R. Ryantm
26c4f8df14
bubblewrap: 0.8.0 -> 0.9.0
2024-07-02 16:47:07 +03:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Fabian Affolter
c51ef60335
Merge pull request #323839 from r-ryantm/auto-update/trivy
...
trivy: 0.52.2 -> 0.53.0
2024-07-02 11:53:59 +02:00
Fabian Affolter
b7ff7704fc
Merge pull request #323859 from r-ryantm/auto-update/qovery-cli
...
qovery-cli: 0.94.16 -> 0.94.17
2024-07-02 11:53:04 +02:00
K900
665f1d6183
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 08:32:46 +03:00
jackyliu16
9ab658e703
realvnc-vnc-viewer: move to by-name/
2024-07-02 12:09:33 +08:00
Janik H.
76cd1d2211
maintainers: drop janik
...
I guess my time has come as well...
With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.
The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.
I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
R. Ryantm
16e3593993
qovery-cli: 0.94.16 -> 0.94.17
2024-07-01 17:47:30 +00:00
R. Ryantm
3bff3e3745
trivy: 0.52.2 -> 0.53.0
2024-07-01 16:18:09 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Alexis Hildebrandt
fe62185512
boulder: skip individual failing tests
2024-06-30 19:07:40 +02:00
Azat Bahawi
19581e2ce8
Merge pull request #323522 from r-ryantm/auto-update/boulder
...
boulder: 2024-06-17a -> 2024-06-25
2024-06-30 16:22:57 +00:00
Weijia Wang
4bdb294669
Merge pull request #323243 from r-ryantm/auto-update/scaleway-cli
...
scaleway-cli: 2.31.0 -> 2.32.1
2024-06-30 10:39:13 +02:00
Paul Meyer
4663b063a1
Merge pull request #322974 from katexochen/azure-cli/docs-and-maint
...
azure-cli: developer docs for extensions
2024-06-30 09:50:39 +02:00
R. Ryantm
cb73ffeec4
boulder: 2024-06-17a -> 2024-06-25
2024-06-30 03:45:26 +00:00
github-actions[bot]
3bb3e89f3b
Merge master into staging-next
2024-06-29 18:01:05 +00:00
Nick Cao
cc568b5a69
Merge pull request #323138 from wrbbz/pulumi-bin-3.121.0
...
pulumi-bin: 3.120.0 -> 3.121.0
2024-06-29 09:08:03 -04:00
R. Ryantm
e96313ba46
awscli2: 2.17.0 -> 2.17.5
2024-06-29 11:09:11 +00:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
R. Ryantm
2d8dc5268b
scaleway-cli: 2.31.0 -> 2.32.1
2024-06-28 20:53:08 +00:00
Paul Meyer
0023491a09
azure-cli-extensions.azure-devops: add katexochen as maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-28 16:56:07 +02:00
Paul Meyer
0e2649ddc8
azure-cli: developer docs for extensions
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-28 16:56:01 +02:00
Artturin
b0fdd6f637
Merge pull request #321816 from devusb/aws-sso-cli
...
aws-sso-cli: 1.15.1 -> 1.16.1
2024-06-28 16:19:00 +03:00
Arseniy Zorin
3d172d4507
pulumi-bin: 3.120.0 -> 3.121.0
2024-06-28 15:33:54 +03:00
Doron Behar
80b5bad9bd
Merge pull request #322917 from r-ryantm/auto-update/balena-cli
...
balena-cli: 18.2.5 -> 18.2.10
2024-06-28 15:21:43 +03:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Weijia Wang
9a3830dc9a
Merge pull request #321549 from anthonyroussel/update/awscli_2_17
...
awscli2: 2.16.4 -> 2.17.0
2024-06-27 23:57:25 +02:00
Nick Cao
46fbd253d8
Merge pull request #322818 from r-ryantm/auto-update/aliyun-cli
...
aliyun-cli: 3.0.208 -> 3.0.209
2024-06-27 15:41:57 -04:00
Florian Brandes
d0fa24085b
pgadmin4: 8.8 -> 8.9
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-06-27 21:30:10 +02:00
github-actions[bot]
1bfaa6d6e1
Merge master into staging-next
2024-06-27 18:01:13 +00:00
Raghav Sood
f57670ecff
Merge pull request #322888 from r-ryantm/auto-update/stripe-cli
...
stripe-cli: 1.19.5 -> 1.21.0
2024-06-28 00:09:02 +08:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next
2024-06-27 16:16:01 +02:00
R. Ryantm
22aa4f8ef3
balena-cli: 18.2.5 -> 18.2.10
2024-06-27 14:08:05 +00:00
R. Ryantm
68dd5e6f5e
stripe-cli: 1.19.5 -> 1.21.0
2024-06-27 11:53:02 +00:00
Azat Bahawi
71431e636c
Merge pull request #322421 from afh/update-boulder
...
boulder: 2022-09-29 -> 2024-06-17a
2024-06-27 11:03:26 +00:00
Pol Dellaiera
28c11adff0
Merge pull request #322780 from r-ryantm/auto-update/copilot-cli
...
copilot-cli: 1.33.4 -> 1.34.0
2024-06-27 09:15:34 +02:00
Alexis Hildebrandt
4553926f17
boulder: 2022-09-29 -> 2024-06-17a
2024-06-27 07:53:52 +02:00
R. Ryantm
7d4ed2663a
aliyun-cli: 3.0.208 -> 3.0.209
2024-06-27 05:29:31 +00:00
R. Ryantm
ce591ccedf
copilot-cli: 1.33.4 -> 1.34.0
2024-06-27 00:43:22 +00:00
Felix Bühler
165f2cd6c0
Merge pull request #322482 from deshaw/upstream-google-cloud-sdk-fetchurl
...
google-cloud-sdk/components: use fetchurl instead of builtins.fetchurl
2024-06-26 22:30:16 +02:00
github-actions[bot]
27074b7d07
Merge master into staging-next
2024-06-26 00:02:13 +00:00
Nick Cao
3a3915ab8b
Merge pull request #322480 from r-ryantm/auto-update/granted
...
granted: 0.27.5 -> 0.28.0
2024-06-25 19:14:50 -04:00
Nick Cao
0422b181d3
Merge pull request #322356 from fabaff/qovery-cli-bump
...
qovery-cli: 0.94.14 -> 0.94.16
2024-06-25 16:47:03 -04:00
Elliot Cameron
05d09a6da3
google-cloud-sdk/components: use fetchurl instead of builtins.fetchurl
...
These URLs don't need to be fetched at evaluation time. This change speeds up evaluation considerably for these components and allows them to be used in Hydra.
2024-06-25 15:34:02 -04:00
R. Ryantm
11e97b0819
granted: 0.27.5 -> 0.28.0
2024-06-25 19:12:08 +00:00
Sandro
10525cf06e
Merge pull request #322152 from jackyliu16/update-303675
...
realvnc-vnc-viewer: revert changes caused by captcha
2024-06-25 20:50:12 +02:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next
2024-06-25 18:01:20 +00:00
Paul Meyer
7c2203aa29
azure-cli: add katexochen as maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 15:20:10 +02:00
Fabian Affolter
9b6af681c4
qovery-cli: 0.94.14 -> 0.94.16
...
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.94.14...v0.94.16
Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.94.16
2024-06-25 11:56:23 +02:00
Paul Meyer
fbe8538aa1
treewide: remove jonringer as package maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
Alexis Hildebrandt
3857224811
pebble: 2.4.0 -> 2.6.0
2024-06-25 07:50:17 +02:00
Alexis Hildebrandt
e542b7432f
pebble: fix version info
2024-06-25 07:50:03 +02:00
Martin Weinelt
6335259219
gixy: pin to python311
...
Tests require nose3, which is not compatible with newer Python versions.
2024-06-24 17:23:11 +02:00
jackyliu16
73b8ef0b95
realvnc-vnc-viewer: revert changes caused by captcha
2024-06-24 19:38:11 +08:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Niklas Hambüchen
c6aec80fb9
Merge pull request #284546 from r-ryantm/auto-update/turbovnc
...
turbovnc: 3.1 -> 3.1.1
2024-06-23 15:51:03 +02:00
Thiago Kenji Okada
2d196c4c37
Merge pull request #320839 from r-ryantm/auto-update/granted
...
granted: 0.27.4 -> 0.27.5
2024-06-23 02:44:10 +01:00
Morgan Helton
0c1205d42b
aws-sso-cli: 1.15.1 -> 1.16.1
2024-06-22 15:16:53 -05:00
Nick Cao
45340a4efe
Merge pull request #321377 from r-ryantm/auto-update/credhub-cli
...
credhub-cli: 2.9.31 -> 2.9.33
2024-06-21 17:32:49 -04:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging
2024-06-21 18:01:30 +00:00
Anthony Roussel
75be03a801
awscli2: remove with py.pkgs
2024-06-21 17:44:44 +02:00
Anthony Roussel
47eb5bf3f6
awscli2: 2.16.4 -> 2.17.0
...
https://github.com/aws/aws-cli/compare/2.16.4...2.17.0
2024-06-21 17:24:51 +02:00
R. Ryantm
53df95ffb8
balena-cli: 18.2.4 -> 18.2.5
2024-06-21 12:26:28 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Fabian Affolter
fc602459f2
qovery-cli: 0.94.13 -> 0.94.14
...
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.94.13...v0.94.14
Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.94.14
2024-06-21 08:33:12 +02:00
R. Ryantm
ba0dd2b1ff
credhub-cli: 2.9.31 -> 2.9.33
2024-06-21 00:33:39 +00:00
Nick Cao
694f5baa3f
Merge pull request #321258 from r-ryantm/auto-update/aliyun-cli
...
aliyun-cli: 3.0.207 -> 3.0.208
2024-06-20 16:34:21 -04:00
Nick Cao
2417970d1b
Merge pull request #321167 from r-ryantm/auto-update/aws-lambda-rie
...
aws-lambda-rie: 1.19 -> 1.20
2024-06-20 16:30:05 -04:00
Arian van Putten
19cd1c9183
Merge pull request #320905 from r-ryantm/auto-update/afterburn
...
afterburn: 5.5.1 -> 5.6.0
2024-06-20 21:04:31 +02:00
R. Ryantm
796368c751
aliyun-cli: 3.0.207 -> 3.0.208
2024-06-20 13:32:38 +00:00
R. Ryantm
a6c6347e56
aws-lambda-rie: 1.19 -> 1.20
2024-06-20 05:44:59 +00:00
Martin Weinelt
af4cfc1e0f
Merge remote-tracking branch 'origin/staging-next' into staging
2024-06-19 23:28:26 +02:00
R. Ryantm
ce324b79d6
qovery-cli: 0.94.11 -> 0.94.13
2024-06-19 04:26:45 +00:00
R. Ryantm
ec5bbae419
afterburn: 5.5.1 -> 5.6.0
2024-06-19 00:27:06 +00:00
github-actions[bot]
446fc5bdf3
Merge staging-next into staging
2024-06-19 00:03:05 +00:00
K900
00e78b2c9a
Merge pull request #319047 from K900/mesa-chop
...
mesa: split out the Darwin build into a separate expression
2024-06-18 23:43:19 +03:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
R. Ryantm
91bb5233b5
granted: 0.27.4 -> 0.27.5
2024-06-18 17:57:38 +00:00
Arseniy Zorin
13814bd8ed
pulumi-bin: 3.119.0 -> 3.120.0
2024-06-18 11:34:17 +03:00
Paul Meyer
9662a2e85d
Merge pull request #317841 from obreitwi/ojb/azure-cli/add_rdbms-connect
...
azure-cli-extensions.rdbms-connect: init at 1.0.6
2024-06-18 08:13:46 +02:00
Nick Cao
c717d3479b
Merge pull request #320427 from r-ryantm/auto-update/scaleway-cli
...
scaleway-cli: 2.27.0 -> 2.31.0
2024-06-17 16:37:43 -04:00
Nick Cao
e1809672fa
Merge pull request #320285 from fabaff/trivy-bump
...
trivy: 0.52.1 -> 0.52.2
2024-06-17 16:24:27 -04:00
Oliver Breitwieser
4e798ba01d
azure-cli-extensions.rdbms-connect: init at 1.0.6
...
Signed-off-by: Oliver Breitwieser <oliver@breitwieser.eu>
2024-06-17 07:51:55 +02:00
Oliver Breitwieser
249b0c23b8
azure-cli: propagate build inputs of extensions
...
Signed-off-by: Oliver Breitwieser <oliver@breitwieser.eu>
2024-06-17 07:51:55 +02:00
Paul Meyer
1c38fff303
azure-cli-extensions: allow specifying maintainers
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-17 07:51:55 +02:00
R. Ryantm
31099084c7
scaleway-cli: 2.27.0 -> 2.31.0
2024-06-17 04:23:33 +00:00
Pol Dellaiera
eada75eab9
Merge pull request #319225 from r-ryantm/auto-update/lego
...
lego: 4.17.3 -> 4.17.4
2024-06-16 22:50:03 +02:00
Fabian Affolter
734d0f3ef9
trivy: 0.52.1 -> 0.52.2
...
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.52.1...v0.52.2
Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.52.2
2024-06-16 17:03:44 +02:00
K900
f9723bc4de
treewide: get rid of ~all mesa.{drivers,osmesa,libdrm} references
...
mesa.drivers is basically an implementation detail and should never be used
as a dependency of other expressions. It also no longer exists on Darwin.
mesa.osmesa is very niche and should generally be avoided.
mesa.libdrm is used in exactly one place and it's irrelevant there.
2024-06-15 11:07:14 +03:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging
2024-06-15 00:02:47 +00:00
Weijia Wang
fc3b92ded2
Merge pull request #318362 from r-ryantm/auto-update/awscli2
...
awscli2: 2.15.62 -> 2.16.4
2024-06-14 23:45:15 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Paul Meyer
10d45b1534
azure-cli-extensions.virtual-network-manager: 1.0.1 -> 1.2.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:14 +02:00
Paul Meyer
9408854d99
azure-cli-extensions.traffic-collector: 0.1.2 -> 0.1.3
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:14 +02:00
Paul Meyer
f6ca30bb1c
azure-cli-extensions.support: 1.0.4 -> 2.0.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:14 +02:00
Paul Meyer
9830a3b515
azure-cli-extensions.stack-hci-vm: 1.1.2 -> 1.1.11
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:13 +02:00
Paul Meyer
5491fbe8b1
azure-cli-extensions.spring: 1.21.0 -> 1.24.4
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:13 +02:00
Paul Meyer
3e4ddde3e4
azure-cli-extensions.self-help: 0.3.0 -> 0.4.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:13 +02:00
Paul Meyer
2312e9a251
azure-cli-extensions.nginx: 2.0.0b2 -> 2.0.0b4
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:13 +02:00
Paul Meyer
ae46a2c461
azure-cli-extensions.monitor-control-service: 1.0.1 -> 1.0.2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:12 +02:00
Paul Meyer
394013ef2f
azure-cli-extensions.managednetworkfabric: 6.0.0 -> 6.2.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:12 +02:00
Paul Meyer
89a7e1d106
azure-cli-extensions.front-door: 1.0.17 -> 1.1.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:12 +02:00
Paul Meyer
a78ee30c06
azure-cli-extensions.devcenter: 5.0.1 -> 6.0.1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:12 +02:00
Paul Meyer
999a4fcda5
azure-cli-extensions.dataprotection: 1.1.0 -> 1.5.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:11 +02:00
Paul Meyer
c9ef8d122e
azure-cli-extensions.datafactory: 1.0.0 -> 1.0.2
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:11 +02:00
Paul Meyer
e351c13604
azure-cli-extensions.connectedvmware: 1.0.1 -> 1.1.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:11 +02:00
Paul Meyer
f78c340ec4
azure-cli-extensions.bastion: 0.3.0 -> 1.0.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:10 +02:00
Paul Meyer
7b680b8bd2
azure-cli-extensions.apic-extension: 1.0.0b4 -> 1.0.0b5
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:10 +02:00
Paul Meyer
45b68d3de2
azure-cli-extensions.amg: 1.3.2 -> 1.3.4
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:10 +02:00
Paul Meyer
18e4483fb6
azure-cli-extensions.aks-preview: 3.0.0b9 -> 5.0.0b1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:09:10 +02:00
Paul Meyer
3f588c78c9
azure-cli-extensions.storage-actions: init at 1.0.0b1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:08:41 +02:00
Paul Meyer
abba411c7b
azure-cli-extensions.connectedmachine: 0.7.0 -> 1.0.0b1
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-13 08:07:37 +02:00
Paul Meyer
226ccf15c3
Merge pull request #319129 from katexochen/azure-cli/61
...
azure-cli: 2.60.0 -> 2.61.0
2024-06-13 07:59:33 +02:00
github-actions[bot]
fddadbd234
Merge master into staging-next
2024-06-12 12:01:10 +00:00
Fabian Affolter
a45d61da22
qovery-cli: 0.94.10 -> 0.94.11
...
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.94.10...v0.94.11
Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.94.11
2024-06-12 10:14:40 +02:00
Paul Meyer
c29cbf6cf8
azure-cli: 2.60.0 -> 2.61.0
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-12 07:53:53 +02:00
R. Ryantm
78b5036fc9
lego: 4.17.3 -> 4.17.4
2024-06-12 05:24:22 +00:00
github-actions[bot]
14aa6e8765
Merge master into staging-next
2024-06-11 12:01:16 +00:00
Jörg Thalheim
7315172c7f
Merge pull request #318091 from katexochen/aws-assume-role/mods
...
aws-assume-role: migrate to buildGoModule
2024-06-11 11:30:01 +02:00
éclairevoyant
00c8d00dfe
Merge pull request #318967 from srhb/drop-aws-env
...
aws-env: drop
2024-06-11 06:40:51 +00:00
Sarah Brofeldt
51194634ad
aws-env: drop
...
This package is very unmaintained upstream.
2024-06-11 06:57:16 +02:00
github-actions[bot]
79bbeb1aaf
Merge master into staging-next
2024-06-11 00:02:06 +00:00
Nick Cao
6d9c7488e9
Merge pull request #318891 from r-ryantm/auto-update/trivy
...
trivy: 0.52.0 -> 0.52.1
2024-06-10 19:27:25 -04:00
Nick Cao
7fdf1bf441
Merge pull request #318812 from wrbbz/pulumi-bin-3.119.0
...
pulumi-bin: 3.118.0 -> 3.119.0
2024-06-10 19:17:09 -04:00
Peder Bergebakken Sundt
9520664329
Merge pull request #317985 from gador/pgadmin-8.8
...
pgadmin4: 8.7 -> 8.8
2024-06-11 00:03:27 +02:00
R. Ryantm
b8b51afe07
trivy: 0.52.0 -> 0.52.1
2024-06-10 19:17:34 +00:00
github-actions[bot]
0cc78468fa
Merge master into staging-next
2024-06-10 18:01:13 +00:00
Weijia Wang
98cc4fc312
Merge pull request #266533 from makefu/zhfs/update-simp_le
...
simp_le: 0.17.0 -> 0.20.0
2024-06-10 20:00:53 +02:00
Arseniy Zorin
c26ad53ce0
pulumi-bin: 3.118.0 -> 3.119.0
2024-06-10 16:50:54 +03:00
R. Ryantm
e65fd4b40f
granted: 0.27.2 -> 0.27.4
2024-06-10 10:52:04 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
f3cb45939f
awscli2: 2.15.62 -> 2.16.4
2024-06-08 20:35:02 +00:00
github-actions[bot]
e807ccccb1
Merge master into staging-next
2024-06-08 18:01:00 +00:00
Nick Cao
c40cbf3cf8
Merge pull request #316921 from r-ryantm/auto-update/fits-cloudctl
...
fits-cloudctl: 0.12.19 -> 0.12.20
2024-06-08 10:08:39 -04:00
Fabian Affolter
8b65c4af81
qovery-cli: 0.94.4 -> 0.94.10
...
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.94.4...v0.94.10
Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.94.10
2024-06-08 11:03:19 +02:00