- Jun 14, 2024
-
-
Andrew Newdigate authored
Fix for #16 ``` ERROR: Job failed: failed to pull image "gcr.io/kaniko-project/executor:- debug" with specified policies [always]: invalid reference format (manager.go:250:0s) ``` This happens when the kaniko template is used without including `templates/standard.yml`.
-
- Jun 13, 2024
-
-
Muhamed Huseinbašić authored
chore: update copier template See merge request !585
-
Andrew Newdigate authored
Adds warnings about Rosetta and running old versions of bash.
-
Andrew Newdigate authored
Updated to latest copier template to avoid pitfalls.
-
- Jun 12, 2024
-
-
semantic-release-bot authored
### [2.15.1](v2.15.0...v2.15.1) (2024-06-12) ### Bug Fixes * add a retry for mise installs ([c4147249](c4147249))
-
Andrew Newdigate authored
fix: add a retry for mise installs See merge request !584
-
Andrew Newdigate authored
Retry mise install when it fails, as a workaround for parallel installation.
-
semantic-release-bot authored
## [2.15.0](v2.14.0...v2.15.0) (2024-06-12) ### Features * run mise to validate .tool-versions ([f801f35b](f801f35b))
-
Andrew Newdigate authored
feat: run mise to validate .tool-versions See merge request !581
-
- Jun 11, 2024
-
-
semantic-release-bot authored
## [2.14.0](v2.13.0...v2.14.0) (2024-06-11) ### Features * a Mise to the Renovate image ([e5c1cda0](e5c1cda0))
-
Craig Miskell authored
feat: add Mise to the Renovate image See merge request !582
-
Andrew Newdigate authored
Adds Mise to the Renovate container image, to allow scripts which install asdf dependencies to start migrating over to Mise. Mise also makes it easier to install adhoc dependencies from Renovate scripts.
-
Andrew Newdigate authored
Part of gitlab-com/runbooks#134, start validating .tool-versions against mise.
-
semantic-release-bot authored
## [2.13.0](v2.12.0...v2.13.0) (2024-06-11) ### Features * add mise image for mise validation ([39dd6cf7](39dd6cf7)), closes [issues/134#note_1934741856](https://gitlab.com/gitlab-com/issues/134/issues/note_1934741856)
-
Andrew Newdigate authored
feat: add mise image for mise validation See merge request !580
-
Andrew Newdigate authored
Required for https://gitlab.com/gitlab-com/runbooks/- /issues/134#note_1934741856 Adds an image for mise.
-
- Jun 10, 2024
-
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v10.11.3 See merge request !569
-
Andrew Newdigate authored
chore(deps): update dependency ruby/ruby to v3.1.6 See merge request !550
-
semantic-release-bot authored
## [2.12.0](v2.11.0...v2.12.0) (2024-06-10) ### Features * support installing goreleaser v2 ([b266d316](b266d316))
-
renovate authored
-
Andrew Newdigate authored
feat: support installing goreleaser v2 See merge request !579
-
Bob Van Landuyt authored
When the version we want to install is 2 or larger, the module is namespaced in v2. This change allows us to keep installing v1 from `github.com/goreleaser/goreleaser`, but for any other version, it will append `/v$version` to the module path. This should allow us to update goreleaser to v2 in jsonnet-tool!152
-
- Jun 08, 2024
-
-
renovate authored
- Jun 07, 2024
-
-
Andrew Newdigate authored
chore(semantic-release): Print deprecation warning for `GITLAB_TOKEN`. See merge request !574
-
Andrew Newdigate authored
docs(semantic-release): Add a "setup guide" section. See merge request !575
-
- Jun 06, 2024
-
-
Florian Forster authored
-
Florian Forster authored
chore(semantic-release): Print a deprecation warning when `$SEMANTIC_RELEASE_GITLAB_TOKEN` is unset.
-
semantic-release-bot authored
## [2.11.0](v2.10.0...v2.11.0) (2024-06-06) ### Features * **semantic-release:** Change rules so that the `vault` input takes precedence. ([e56fcff9](e56fcff9)), closes [#15](#15) ### Bug Fixes * **semantic-release:** Also check whether `$GITLAB_TOKEN` ([ed28c4a2](ed28c4a2)), closes [#15](#15) * **semantic-release:** Check whether `$SEMANTIC_RELEASE_GITLAB_TOKEN` is set. ([e7102645](e7102645)), closes [#15](#15) * **semantic-release:** Expand variables in the `vault` input. ([a5bfc1cc](a5bfc1cc))
-
Andrew Newdigate authored
semantic-release: Check whether `$GITLAB_TOKEN` is set, prefer Vault if explicitly configured, and expand variables. See merge request !573
-
Florian Forster authored
-
Florian Forster authored
Previously, if a user provided the `vault` input, it was ignored if either the `$SEMANTIC_RELEASE_GITLAB_TOKEN` or `$GITLAB_TOKEN` variable was set. With this change, we'll always use the token from Vault if explicitly provided by the user. Issue: #15
-
Florian Forster authored
… when deciding between Vault and CI variable. Issue: #15
-
- Jun 05, 2024
-
-
Andrew Newdigate authored
fix(semantic-release): Check whether `$SEMANTIC_RELEASE_GITLAB_TOKEN` is set. See merge request !572
-
Florian Forster authored
The previous check, `$SEMANTIC_RELEASE_GITLAB_TOKEN != ""` appears to be interpreted as "not defined or not empty" (i.e. the inversion of "defined and empty"), which returns `true` if the variable is not defined. That is not the intention here. Issue: #15
-
- Jun 02, 2024
- May 30, 2024
-
-
Soos authored
-