Skip to content

Commit 9b11941

Browse files
authored
build: Upgrade tools (#82)
1 parent 9678a12 commit 9b11941

File tree

5 files changed

+26
-17
lines changed

5 files changed

+26
-17
lines changed

.envrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
strict_env
2+
3+
source_env_if_exists .envrc.local-asdf
4+
15
use asdf
26

37
PATH_add .local/bin
48

5-
dotenv_if_exists .envrc.local
9+
source_env_if_exists envrc.local
610

711
command -v yamale &>/dev/null || pip install yamale

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555

5656
- name: Build and install on KinD
5757
run: make dev.run-on-kind
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5860

5961
- name: Run e2e tests
6062
run: make e2e-test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ dist/
2929
capd-kubeconfig
3030

3131
ct_previous_*/
32+
33+
.envrc.local*

.go-tools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/oligot/[email protected]
22
github.com/segmentio/[email protected]
33
gotest.tools/[email protected]
4-
sigs.k8s.io/controller-runtime/tools/[email protected]20230502220215-94bb74b2184c
5-
github.com/google/go-containerregistry/cmd/crane@v0.14.0
4+
sigs.k8s.io/controller-runtime/tools/[email protected]20230611165747-7edfc04cacbd
5+
github.com/google/go-containerregistry/cmd/crane@v0.15.2
66
github.com/drone/envsubst/cmd/[email protected]

.tool-versions

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
clusterctl 1.4.2
1+
clusterctl 1.4.3
22
flux2 0.41.2
3-
gcloud 429.0.0
4-
ginkgo 2.9.3
5-
gojq 0.12.12
6-
golang 1.20.4
7-
golangci-lint 1.52.2
8-
goreleaser 1.17.2
9-
helm 3.11.3
3+
gcloud 434.0.0
4+
ginkgo 2.10.0
5+
github-cli 2.30.0
6+
gojq 0.12.13
7+
golang 1.20.5
8+
golangci-lint 1.53.2
9+
goreleaser 1.18.2
10+
helm 3.12.0
1011
helm-ct 3.8.0
1112
helm-docs 1.11.0
12-
kind 0.18.0
13-
kube-controller-tools 0.12.0
13+
kind 0.19.0
1414
kubebuilder 3.10.0
15-
kubectl 1.27.1
16-
kustomize 5.0.1
17-
pre-commit 3.3.1
15+
kube-controller-tools 0.12.0
16+
kubectl 1.27.2
17+
kustomize 5.0.3
18+
pre-commit 3.3.2
1819
shfmt 3.6.0
1920
upx 4.0.2
20-
yamllint 1.31.0
21+
yamllint 1.32.0

0 commit comments

Comments
 (0)