-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: refresh tasks, add upstream trunk mage, normalize changie stru…
…cture to be key/label, improve docs, mage minikube tasks #### File & Directory Renaming - Standardized organization by moving general configuration files to `.aqua` directory from the root. - Cleaned up character encoding issues in file names. #### Aqua Policy and Developer Setup - Updated `.envrc` to include messages for missing `.env` file and set `DSV_PROFILE_NAME`. - Updated `.changie.yaml` to set `key` attributes for changelog labels. - Updated `README.md` and linked developer setup directions to the `docs/setup-project.md`. #### Configuration and Documentation Improvements - Enhanced `magefiles` with new `minikube` related tasks such as `listimages` and `dashboard`. - Refactored `magefiles` related to `trunk` setup for better modularity and updated to use `trunk` commands directly. - Added new mage tasks for removing and loading images for Minikube. #### Dependency Updates - Bumped versions for several Go module dependencies in `go.mod` and `go.sum`, mostly related to mage, so no general GRPC update due to compatibility. #### Code Refactoring - Refactored `magefile.go` and removed `InstallTrunk` in favor of using `trunk.Trunk{}.Install`. > Bits moved, code now shines bright, Engineers rise to new heights, Trunk and Minikube in sight.
- Loading branch information
1 parent
235b9b8
commit fd97095
Showing
37 changed files
with
466 additions
and
126 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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: ci-build | ||
body: Add `minikube:listimages` and `minikube:dashboard` mage tasks from dsv-k8s repo. | ||
time: 2024-09-27T19:25:45.974911-05:00 |
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: ci-build | ||
body: Add reference to updated trunk install setup commands in upstream package instead of outdated one local. | ||
time: 2024-09-27T19:55:45.445322-05:00 |
2 changes: 1 addition & 1 deletion
2
...eleased/🤖 CI & Build-20240927-225648.yaml → .../unreleased/ci-build-20240927-225648.yaml
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: "\U0001F916 CI & Build" | ||
kind: ci-build | ||
body: Improve documentation for the setup, making it clear what the container setup section in the sidecar chart is for, which is the user provided container to attach the sidecar too. | ||
time: 2024-09-27T22:56:48.721675812Z |
2 changes: 1 addition & 1 deletion
2
...eleased/🤖 CI & Build-20240927-225758.yaml → .../unreleased/ci-build-20240927-225758.yaml
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: "\U0001F916 CI & Build" | ||
kind: ci-build | ||
body: Adjust changie output to use new label format for nicer changelogs. | ||
time: 2024-09-27T22:57:58.082034266Z |
2 changes: 1 addition & 1 deletion
2
...ased/⬆️ Dependencies-20240927-225713.yaml → ...eleased/dependencies-20240927-225713.yaml
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: ⬆️ Dependencies | ||
kind: dependencies | ||
body: Bump trunk tooling. | ||
time: 2024-09-27T22:57:13.388157609Z |
2 changes: 1 addition & 1 deletion
2
...ased/⬆️ Dependencies-20240927-225740.yaml → ...eleased/dependencies-20240927-225740.yaml
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: ⬆️ Dependencies | ||
kind: dependencies | ||
body: Migrate to goreleaser v2 format, and ensure all the required mage tasks use the correct options. | ||
time: 2024-09-27T22:57:40.144386725Z |
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.