R. Ryantm
b4ba57c014
k3d: 5.7.2 -> 5.7.3
2024-08-11 00:54:13 +00:00
Nick Cao
cb39aebe37
Merge pull request #333242 from r-ryantm/auto-update/pinniped
...
pinniped: 0.32.0 -> 0.33.0
2024-08-10 11:54:42 -04:00
Nick Cao
fd38193010
Merge pull request #333569 from r-ryantm/auto-update/opentofu
...
opentofu: 1.8.0 -> 1.8.1
2024-08-09 22:14:40 -04:00
R. Ryantm
9016bcdde1
opentofu: 1.8.0 -> 1.8.1
2024-08-10 00:12:57 +00:00
R. Ryantm
caa840538e
kubeshark: 52.3.72 -> 52.3.73
2024-08-09 16:41:01 +00:00
R. Ryantm
625dbb0836
pinniped: 0.32.0 -> 0.33.0
2024-08-08 15:07:58 +00:00
Nick Cao
fce2acca2d
Merge pull request #332891 from r-ryantm/auto-update/talosctl
...
talosctl: 1.7.5 -> 1.7.6
2024-08-07 14:22:16 -04:00
Nick Cao
f78d693323
Merge pull request #332909 from r-ryantm/auto-update/yor
...
yor: 0.1.198 -> 0.1.199
2024-08-07 14:17:31 -04:00
R. RyanTM
4755568545
terraform: 1.9.3 -> 1.9.4 ( #333037 )
2024-08-07 19:41:06 +02:00
Peder Bergebakken Sundt
b77094f6c0
Merge pull request #331218 from r-ryantm/auto-update/calico-app-policy
...
calico-app-policy: 3.28.0 -> 3.28.1
2024-08-07 16:17:02 +02:00
R. Ryantm
55cd310d51
yor: 0.1.198 -> 0.1.199
2024-08-07 05:30:12 +00:00
R. Ryantm
d84556862e
talosctl: 1.7.5 -> 1.7.6
2024-08-07 04:18:15 +00:00
R. Ryantm
ef676a00dd
argocd: 2.11.7 -> 2.12.0
2024-08-06 09:42:04 +00:00
Pol Dellaiera
761fd5c2f7
Merge pull request #332136 from r-ryantm/auto-update/kube-router
...
kube-router: 2.1.3 -> 2.2.0
2024-08-05 22:41:19 +02:00
R. RyanTM
6696fd5d8c
rke2_latest: 1.30.1+rke2r1 -> 1.30.3+rke2r1 ( #332544 )
2024-08-05 21:23:51 +02:00
R. RyanTM
e46fa1c6bf
rke2_testing: 1.30.1-rc3+rke2r1 -> 1.30.3-rc5+rke2r1 ( #332545 )
2024-08-05 21:23:28 +02:00
R. RyanTM
71b91ef88a
rke2: 1.28.10+rke2r1 -> 1.28.11+rke2r1 ( #332215 )
2024-08-05 10:13:55 +02:00
tomberek
0ebd844480
Merge pull request #328238 from r-ryantm/auto-update/helm-docs
...
helm-docs: 1.13.1 -> 1.14.2
2024-08-04 15:00:56 -04:00
tomberek
448a1b3403
Merge pull request #330972 from r-ryantm/auto-update/kubectl-cnpg
...
kubectl-cnpg: 1.23.2 -> 1.23.3
2024-08-04 14:46:12 -04:00
tomberek
fca6dae500
Merge pull request #331614 from r-ryantm/auto-update/tfupdate
...
tfupdate: 0.8.2 -> 0.8.4
2024-08-04 14:45:03 -04:00
Aleksana
df5f56002b
Merge pull request #329316 from r-ryantm/auto-update/aiac
...
aiac: 5.0.1 -> 5.2.1
2024-08-04 19:40:05 +08:00
R. Ryantm
72a0094fb8
kube-router: 2.1.3 -> 2.2.0
2024-08-04 01:38:01 +00:00
Pol Dellaiera
7032c4e84f
Merge pull request #331081 from selfuryon/chore/k3d-update
...
k3d: 5.6.0 -> 5.7.2
2024-08-03 21:34:43 +02:00
Nick Cao
81c0716e47
Merge pull request #331403 from r-ryantm/auto-update/nova
...
nova: 3.9.0 -> 3.10.0
2024-08-03 10:41:47 -04:00
R. Ryantm
5d78a0185e
kubelogin-oidc: 1.28.1 -> 1.28.2
2024-08-03 13:13:15 +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
87d6824c44
Merge pull request #331778 from r-ryantm/auto-update/kubectl-view-secret
...
kubectl-view-secret: 0.12.0 -> 0.12.1
2024-08-02 15:31:16 -04:00
❄️
778a8d30c8
Merge pull request #330838 from rorosen/k3s-images-archive
...
k3s: add airgap images to passthru attributes
2024-08-02 11:23:15 -03:00
R. Ryantm
06b853859f
kubectl-view-secret: 0.12.0 -> 0.12.1
2024-08-02 13:44:46 +00:00
R. Ryantm
6917964f10
tfupdate: 0.8.2 -> 0.8.4
2024-08-01 21:27:03 +00:00
techknowlogick
0abc877144
civo: move to pkgs/by-name
2024-08-01 13:11:22 -04:00
techknowlogick
91e0fe3f23
civo: nixfmt
2024-08-01 13:08:27 -04:00
techknowlogick
cc831e8037
civo: add techknowlogick as maintainer
2024-08-01 13:08:04 -04:00
R. Ryantm
affeca17c0
kubernetes-helmPlugins.helm-unittest: 0.5.1 -> 0.5.2
2024-08-01 10:36:18 -05:00
R. Ryantm
5c95a29b77
helmfile: 0.166.0 -> 0.167.0
2024-08-01 10:32:07 -05:00
❄️
d67951898e
Merge pull request #331427 from r-ryantm/auto-update/cilium-cli
...
cilium-cli: 0.16.13 -> 0.16.14
2024-08-01 08:40:16 -03:00
R. Ryantm
00cbf7bd1c
cilium-cli: 0.16.13 -> 0.16.14
2024-08-01 02:07:05 +00:00
R. Ryantm
d6664f5367
nova: 3.9.0 -> 3.10.0
2024-08-01 00:42:45 +00:00
Nick Cao
4def088e48
Merge pull request #331215 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.6.6 -> 0.6.7
2024-07-31 11:12:57 -04:00
R. Ryantm
d31ac5cf9c
calico-app-policy: 3.28.0 -> 3.28.1
2024-07-31 07:15:41 +00:00
zimbatm
7724b648cf
kubectl-doctor: move to by-name
2024-07-31 09:10:31 +02:00
zimbatm
e6717ef35b
terraform-docs: move to by-name
2024-07-31 09:10:31 +02:00
R. Ryantm
fe5b543ef9
kubeconform: 0.6.6 -> 0.6.7
2024-07-31 06:59:48 +00:00
Robert Rose
eeacf85fb9
k3s: add airgap images to passthru attributes
...
The k3s update script filters the assets of a
corresponding release for airgap images archives
and provides these as passthru attributes of the
k3s derivation. We use zstd archives, as these
offer the best compression ratios and decompression
speed. Furthermore, the `airgapImages` passthru
provides the images archive that matches the host
platform architecture, however, this only works
for aarch64 and x86_64. In addition, a txt file
listing all container images of a release is made
available via a passthru attribute. The airgap
images archives can be combined nicely with the
`services.k3s.images` option, e.g. to pre-provision
k3s nodes for environments without Internet
connectivity.
2024-07-30 21:14:17 +02:00
Sigmanificient
aab1113d4a
treewide: normalize maintainers list formatting
...
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Sergey Yakovlev
4929645269
k3d: 5.6.0 -> 5.7.2
2024-07-30 15:34:25 +03:00
h7x4
a01463182f
Merge pull request #329293 from r-ryantm/auto-update/cni
...
cni: 1.2.2 -> 1.2.3
2024-07-30 14:29:35 +02:00
R. Ryantm
afe93a2cc1
opentofu: 1.7.3 -> 1.8.0
2024-07-30 15:56:45 +10:00
R. Ryantm
66a700525c
kubectl-cnpg: 1.23.2 -> 1.23.3
2024-07-30 00:45:11 +00:00
Nick Cao
be2d48d92f
Merge pull request #330704 from r-ryantm/auto-update/kubeshark
...
kubeshark: 52.3.69 -> 52.3.72
2024-07-29 15:28:42 -04:00