renovate[bot]
25c6cffa76
deps: update dependency golangci/golangci-lint to v1.62.2 ( #116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 16:57:01 +00:00
renovate[bot]
b1180a17ba
deps: update codecov/codecov-action digest to 288befb ( #112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 22:04:38 +01:00
renovate[bot]
6c5bdfeee8
deps: update codecov/codecov-action digest to 5c47607 ( #106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 17:46:41 +01:00
renovate[bot]
147148c891
chore(config): migrate config .github/renovate.json5 ( #104 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 15:10:33 +01:00
renovate[bot]
79c5b13e1f
deps: update codecov/codecov-action action to v5 ( #102 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 15:09:17 +01:00
renovate[bot]
b6d6270d9e
deps: update actions/checkout digest to 11bd719 ( #89 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 14:52:43 +01:00
renovate[bot]
59aa7aae02
deps: update actions/setup-go digest to 41dfa10 ( #90 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 14:52:20 +01:00
renovate[bot]
b55cba293f
deps: update dependency golangci/golangci-lint to v1.62.0 ( #98 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-10 22:51:51 +00:00
cbfacc894b
fix(action): container image reference used wrong syntax ( #96 )
...
The current value caused the following error when running the action in
a different repository:
Error: 'ghcr.io/apricote/releaser-pleaser:v0.4.1' should be either '[path]/Dockerfile' or 'docker://image[:tag]'.
Not sure why this did not come up before, as we are also using the same
format for the CI in this repository, even if we use another tag.
2024-11-08 12:27:09 +00:00
renovate[bot]
71351140f6
deps: update dependency rust-lang/mdbook to v0.4.42 ( #95 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-07 17:23:27 +00:00
renovate[bot]
8c7b9fcf93
deps: update dependency rust-lang/mdbook to v0.4.41 ( #94 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 19:22:01 +00:00
renovate[bot]
755d9b125b
deps: update actions/checkout digest to eef6144 ( #79 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 15:02:39 +02:00
renovate[bot]
de4f26225a
deps: update golangci/golangci-lint-action digest to 971e284 ( #77 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 15:01:17 +02:00
renovate[bot]
da6257e618
deps: update codecov/codecov-action digest to b9fd7d1 ( #76 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 14:19:09 +02:00
08505a55cd
ci(mirror): fix missing lfs files on push ( #73 )
2024-09-25 09:35:59 +00:00
renovate[bot]
997b6492de
deps: update dependency golangci/golangci-lint to v1.61.0 ( #70 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 11:44:03 +00:00
renovate[bot]
4402612538
deps: update actions/configure-pages action to v5 ( #68 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 13:37:03 +02:00
renovate[bot]
6a2f536650
deps: pin dependencies ( #66 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 13:35:27 +02:00
7bd752c2f5
chore: setup renovate ( #64 )
2024-09-21 13:29:26 +02:00
7a3d46eac7
ci: update version reference in gitlab ci/cd component ( #60 )
2024-09-15 18:58:38 +02:00
7b49e8ea0c
ci: job name may not contain dot ( #58 )
2024-09-15 18:43:16 +02:00
da0c07497b
ci: push all changes to gitlab.com mirror ( #57 )
...
GitLab only considers repos on the current instance for its CI/CD
catalog. We want to publish a GitLab CI/CD component for #4 .
2024-09-15 18:41:32 +02:00
499f127b9e
docs: add all current features ( #34 )
2024-08-25 22:13:56 +02:00
2567f0ae8b
ci: run on pr updates from main branch ( #30 )
...
With `pull_request`, we run in the context of the pull request branch.
- This means we run with the code from the PR branch, possibly breaking
the current release PR for this repo with in-progress, unreviewed changes.
- This means that the secret is not available on Pull Requests from
forks.
Switching to `pull_request_target` means we always run in the scope of
the original repository. The secret is available and the code is checked
out from our main branch.
`pull_request_target` has security considerations, but they do not apply
here as we do not check out or run code from the (external, malicious) PR.
2024-08-25 17:16:43 +02:00
2cd73a8679
ci: use current code for releaser-pleaser action ( #28 )
...
The previous job always used the last release version of
releaser-pleaser. This caused two issues:
- if new flags were added to `action.yml` since the last release, the
program errored because the flags are unknown.
- right after merging a release pr, the image reference was already
updated, but no new container image was built yet.
This fixes both issues, by using a locally built version of
releaser-pleaser, which is always up-to-date and available.
2024-08-25 13:54:21 +02:00
a67b510284
docs: setup mdbook ( #27 )
2024-08-24 16:23:42 +02:00
3e51dd8495
chore: update version in action.yml ( #26 )
2024-08-24 15:44:28 +02:00
04748a710f
fix(ci): ko pipeline permissions ( #23 )
2024-08-24 15:26:54 +02:00
60b73b6dd9
fix(ci): building release image fails ( #21 )
2024-08-24 15:14:27 +02:00
589fdde401
chore: update golangci-lint
2024-08-20 17:37:46 +02:00
08e7b31eff
ci: output test coverage file
2024-08-20 17:37:46 +02:00
69796325c7
ci: codecov coverage
2024-08-20 17:37:46 +02:00
8f106e4028
ci: use custom PAT for github api so tag workflow is started
2024-08-06 00:17:43 +02:00
7585dcc858
chore: nicer error messages
2024-08-05 23:55:03 +02:00
35c5553c27
feat: add github action ( #1 )
2024-08-05 23:49:31 +02:00
a1aaa3ba1f
ci: setup release workflow
2024-08-05 19:41:52 +02:00
4dfc8e9654
ci: setup unit tests, linting
2024-08-03 03:04:49 +02:00