Commit graph

13 commits

Author SHA1 Message Date
Marcel S. Henselin
c63d1018da fix: fix pipeline and tests
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 9s
CI Workflow / CI run build and linting (pull_request) Failing after 11s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 38s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / CI run tests (pull_request) Failing after 18m35s
2026-03-02 08:57:46 +01:00
Marcel S. Henselin
cc08fca97a chore: update actions goreleaser 2026-02-24 13:58:16 +01:00
Marcel S. Henselin
32e41d8b44
feat: testing (#34)
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #34
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-06 09:57:51 +00:00
Marcel S. Henselin
70f7492043
fix: deactivate release pipeline (#17)
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #17
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-01-30 11:08:35 +00:00
stackit-pipeline
8bcaab1401
chore(deps): update goreleaser/goreleaser-action action to v6 (#407)
* chore(deps): update goreleaser/goreleaser-action action to v6

* Update deprecated field in .goreleaser.yaml

* Update goreleaser configuration version

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>
2024-06-19 16:55:07 +01:00
Diogo Ferrão
d18b9c023a
Revert "Update Github action and Go releaser (#400)" (#405)
This reverts commit 205763c8c2.
2024-06-14 13:56:36 +02:00
GokceGK
205763c8c2
Update Github action and Go releaser (#400)
* update github action to 40.1.12

* update goreleaser to v6
2024-06-12 11:00:34 +02:00
João Palet
805d283d5b
Update GitHub actions (#235) 2024-01-26 18:02:41 +01:00
Henrique Santos
7334c802ad
Changes to release workflow (#83)
* Add workflow_dispatch trigger

* Remove branch check

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-10-13 15:38:36 +01:00
João Palet
bd286d3c2d
Update actions/checkout action to v4 (#75) 2023-10-10 17:03:45 +02:00
Vicente Pinto
985ef903f9
Update gh actions (#62) 2023-10-03 08:32:56 +01:00
Henrique Santos
52d7b3c040
Fix workflow condition (#14)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-09-11 16:11:08 +01:00
Henrique Santos
25ecf45f82
Implement release pipeline (#9)
* Implement release pipeline

* Add main trigger, fix major versions

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-09-08 16:03:00 +01:00