-
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.
refactor: minor lint fixes & improve docs for TLD other than default (#…
…111) ### 📘 Documentation - Include detail on providing `tld` in the configuration, allowing `eu` and other TLDs to be used. - Mention `tilt up` in the initial setup config as viable option. ### 🤖 CI & Build - Improve mage tasks with secret setup and tear down for better development support and troubleshooting. - Bump go version in release pipeline to use `1.21` as can include standard library security improvements. - Remove failing error condition on `mage job:rebuild` to better allow default setup without running local builds, such as just using the published docker image. This supports easier demo/test usage by support. ### 🔨 Refactor - Improve logging with error wrapping and remove deprecated Go `ioutil` usage. ### ⬆️ Dependencies - Bump tooling such as changie, release, trunk, more security scanners. - Other dependency bumps such as `golang.org/x/net`. fixes AB#526486
- Loading branch information
1 parent
59aba72
commit 2d05721
Showing
30 changed files
with
471 additions
and
62 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
This file was deleted.
Oops, something went wrong.
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,22 @@ | ||
## v1.2.1 - 2023-09-05 | ||
|
||
### 📘 Documentation | ||
|
||
- Include detail on providing `tld` in the configuration, allowing `eu` and other TLDs to be used. | ||
- Mention `tilt up` in the initial setup config as viable option. | ||
|
||
### 🤖 CI & Build | ||
|
||
- Improve mage tasks with secret setup and tear down for better development support and troubleshooting. | ||
- Bump go version in release pipeline to use `1.21` as can include standard library security improvements. | ||
- Remove failing error condition on `mage job:rebuild` to better allow default setup without running local builds, such as just using the published docker image. | ||
This supports easier demo/test usage by support. | ||
|
||
### 🔨 Refactor | ||
|
||
- Improve logging with error wrapping and remove deprecated Go `ioutil` usage. | ||
|
||
### ⬆️ Dependencies | ||
|
||
- Bump tooling such as changie, release, trunk, more security scanners. | ||
- Other dependency bumps such as `golang.org/x/net`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
*logs | ||
*actions | ||
*notifications | ||
*tools | ||
plugins | ||
user_trunk.yaml | ||
user.yaml | ||
tools |
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
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.