Skip to content

Commit b7cf9ac

Browse files
committed
build: Bump clusterctl to v1.5.1 and go to 1.21.1
1 parent 75fb4c2 commit b7cf9ac

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ repos:
4949
stages: [commit]
5050
- id: end-of-file-fixer
5151
stages: [commit]
52+
exclude: ^charts/capi-runtime-extensions/README.md$
5253
- repo: https://github.com/rhysd/actionlint
5354
rev: v1.6.25
5455
hooks:

charts/capi-runtime-extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ A Helm chart for capi-runtime-extensions
4949
| service.annotations | object | `{}` | |
5050
| service.port | int | `443` | |
5151
| service.type | string | `"ClusterIP"` | |
52-
| tolerations | list | `[]` | |
52+
| tolerations | list | `[]` | |

devbox.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"version": "3.8.0"
1515
},
1616
"clusterctl@latest": {
17-
"last_modified": "2023-08-08T03:07:33Z",
18-
"resolved": "github:NixOS/nixpkgs/844ffa82bbe2a2779c86ab3a72ff1b4176cec467#clusterctl",
17+
"last_modified": "2023-09-10T10:53:27Z",
18+
"resolved": "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293#clusterctl",
1919
"source": "devbox-search",
20-
"version": "1.5.0"
20+
"version": "1.5.1"
2121
},
2222
"crane@latest": {
2323
"last_modified": "2023-08-08T03:07:33Z",
@@ -74,10 +74,10 @@
7474
"version": "4.9"
7575
},
7676
"go@latest": {
77-
"last_modified": "2023-08-22T06:04:29Z",
78-
"resolved": "github:NixOS/nixpkgs/9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37#go_1_21",
77+
"last_modified": "2023-09-10T10:53:27Z",
78+
"resolved": "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293#go_1_21",
7979
"source": "devbox-search",
80-
"version": "1.21.0"
80+
"version": "1.21.1"
8181
},
8282
"gojq@latest": {
8383
"last_modified": "2023-06-30T04:44:22Z",
@@ -116,10 +116,10 @@
116116
"version": "2.12.0"
117117
},
118118
"helm-docs@latest": {
119-
"last_modified": "2023-06-30T04:44:22Z",
120-
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#helm-docs",
119+
"last_modified": "2023-09-10T10:53:27Z",
120+
"resolved": "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293#helm-docs",
121121
"source": "devbox-search",
122-
"version": "1.11.0"
122+
"version": "1.11.1"
123123
},
124124
125125
"last_modified": "2023-08-08T11:45:39Z",

hack/flakes/setup-envtest/flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hack/flakes/setup-envtest/flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(system:
1616
let
1717
pkgs = nixpkgs.legacyPackages.${system};
18-
version = "0.16.1";
18+
version = "0.16.2";
1919
in
2020
{
2121
packages = {
@@ -30,13 +30,13 @@
3030
rev = "v${version}";
3131
# When changing the version, if there is a problem with the hashes, uncomment the following line
3232
# and re-run the install, then update with the correct hash as output in the error message..
33-
# hash = pkgs.lib.fakeSha256
34-
hash = "sha256-qwehmICfsVfrhnta1x3IrXTGfsvW/crx1bHuo1wdyJM=";
33+
# hash = pkgs.lib.fakeHash;
34+
hash = "sha256-lCR408PTwJ6ZbfJQBpjpvGOnUis8w7GM/JUi+QhYhJQ=";
3535
}+"/tools/setup-envtest";
3636

3737
# When changing the version, if there is a problem with the hashes, uncomment the following line
3838
# and re-run the install, then update with the correct hash as output in the error message..
39-
# vendorHash = pkgs.lib.fakeSha256
39+
# vendorHash = pkgs.lib.fakeHash;
4040
vendorHash = "sha256-ISVGxhFQh4e0eag9Sw0Zj4u1cG0tudZLhJcGdH5tDo4=";
4141

4242
CGO_ENABLED = 0;

0 commit comments

Comments
 (0)