-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: improve local build experience, mage tasks, Tilt behavior, and…
… more - trunk upgrade - aqua update - build/mage improvements - buildName addition to metadata.
- Loading branch information
1 parent
56aca69
commit 0297bf9
Showing
15 changed files
with
151 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,41 +6,42 @@ checksum: | |
require_checksum: false | ||
registries: | ||
- type: standard | ||
ref: v4.118.0 # renovate: depName=aquaproj/aqua-registry | ||
ref: v4.190.0 # renovate: depName=aquaproj/aqua-registry | ||
- name: local | ||
type: local | ||
path: registry.yaml | ||
packages: | ||
- name: miniscruff/changie@v1.17.0 | ||
- name: miniscruff/changie@v1.19.0 | ||
tags: ['release'] | ||
- name: golang/go@go1.21.6 | ||
- name: golang/go@go1.22.4 | ||
tags: ['first', 'release', 'test', 'scan', 'lint'] | ||
- name: direnv/direnv@v2.33.0 | ||
- name: direnv/direnv@v2.34.0 | ||
- name: magefile/[email protected] | ||
tags: ['release', 'test', 'scan', 'lint'] | ||
- name: charmbracelet/[email protected] | ||
- name: goreleaser/goreleaser@v1.23.0 | ||
- name: goreleaser/goreleaser@v2.0.0 | ||
tags: ['release'] | ||
- name: mvdan/gofumpt@v0.5.0 | ||
- name: anchore/syft@v0.100.0 | ||
- name: mvdan/gofumpt@v0.6.0 | ||
- name: anchore/syft@v1.5.0 | ||
tags: ['release'] | ||
- name: norwoodj/helm-docs@v1.12.0 | ||
- name: gotestyourself/gotestsum@v1.11.0 | ||
- name: norwoodj/helm-docs@v1.13.1 | ||
- name: gotestyourself/gotestsum@v1.12.0 | ||
tags: ['test'] | ||
- name: c-bata/[email protected] | ||
- name: kubernetes-sigs/kind@v0.20.0 | ||
- name: kubernetes-sigs/kind@v0.23.0 | ||
- name: kubernetes/kubectl | ||
version: v1.25.2 | ||
- name: helm/helm@v3.13.3 | ||
- name: kubernetes/minikube@v1.32.0 | ||
- name: helm/helm@v3.15.1 | ||
- name: kubernetes/minikube@v1.33.1 | ||
tags: ['ci'] | ||
- name: stern/stern@v1.28.0 | ||
- name: tilt-dev/[email protected].10 | ||
- name: golangci/golangci-lint@v1.55.2 | ||
- name: stern/stern@v1.30.0 | ||
- name: tilt-dev/[email protected].16 | ||
- name: golangci/golangci-lint@v1.59.0 | ||
tags: ['lint'] | ||
- name: mage-select | ||
version: v1.4.2 | ||
registry: local | ||
tags: ['goinstall'] | ||
- name: DelineaXPM/[email protected] | ||
- name: gitleaks/[email protected] | ||
- name: DelineaXPM/[email protected] | ||
- name: gitleaks/[email protected] | ||
- name: charmbracelet/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: "\U0001F916 CI & Build" | ||
body: Add a buildName metadata to binary so easy to see if caching issue with container loading. Handle `dev.local/dsv-k8s` as standard image name to better reflect standard approach I've been using. Improve validation checks. Goreleaser upgrade schema and more. Lots of quality of life improvements for dev, and aqua updates. | ||
time: 2024-06-08T00:27:54.636538807Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,5 @@ packages-* | |
|
||
vendor/**/*.png | ||
|
||
Tiltfile.local | ||
Tiltfile.local | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ version: 0.1 | |
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.4.2 | ||
ref: v1.5.0 | ||
uri: https://github.com/trunk-io/plugins | ||
actions: | ||
enabled: | ||
|
@@ -39,7 +39,7 @@ runtimes: | |
- [email protected] | ||
- [email protected] | ||
cli: | ||
version: 1.19.0 | ||
version: 1.22.1 | ||
lint: | ||
threshold: | ||
- linters: [gitleaks] | ||
|
@@ -48,35 +48,35 @@ lint: | |
- cspell | ||
- gofmt | ||
enabled: | ||
- [email protected].19 | ||
- [email protected].128 | ||
- [email protected] | ||
- osv-scanner@1.6.2 | ||
- terrascan@1.18.11 | ||
- trivy@0.49.1 | ||
- trufflehog@3.67.5 | ||
- osv-scanner@1.7.4 | ||
- terrascan@1.19.1 | ||
- trivy@0.52.0 | ||
- trufflehog@3.78.0 | ||
- [email protected] | ||
- renovate@37.180.0 | ||
- renovate@37.396.1 | ||
- golangci-lint@SYSTEM | ||
- git-diff-check | ||
- [email protected] | ||
- markdownlint@0.39.0 | ||
- prettier@3.2.5 | ||
- actionlint@1.6.26 | ||
- markdownlint@0.41.0 | ||
- prettier@3.3.1 | ||
- actionlint@1.7.1 | ||
- [email protected] | ||
- [email protected].2 | ||
- shellcheck@0.9.0 | ||
- [email protected].3 | ||
- shellcheck@0.10.0 | ||
- [email protected] | ||
- yamllint@1.34.0 | ||
- svgo@3.2.0 | ||
- yamllint@1.35.1 | ||
- svgo@3.3.2 | ||
- [email protected] | ||
- git-diff-check | ||
- [email protected] | ||
- [email protected] | ||
- actionlint@1.6.26 | ||
- actionlint@1.7.1 | ||
- [email protected] | ||
- [email protected] | ||
- markdownlint@0.39.0 | ||
- shellcheck@0.9.0 | ||
- markdownlint@0.41.0 | ||
- shellcheck@0.10.0 | ||
- [email protected] | ||
|
||
ignore: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.