Commit Graph
34 Commits
Author SHA1 Message Date
argoyle d1b39178a9 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.3.8

See merge request unboundsoftware/pre-commit!101
2025-12-03 07:18:41 +01:00
argoyle d582c31201 Merge branch 'fix/dockerfile-add-libffi8' into 'main'
fix: add libffi8 to Dockerfile dependencies

See merge request unboundsoftware/pre-commit!100
2025-12-03 07:15:31 +01:00
argoyle c03b0c927d fix: add libffi8 to Dockerfile dependencies
Install libffi8 to ensure compatibility with Python packages.
2025-12-03 07:12:25 +01:00
argoyle 33d5c86d3f Merge branch 'next-release' into 'main'
chore(release): prepare for v0.3.7

See merge request unboundsoftware/pre-commit!98
2025-12-03 06:05:45 +01:00
argoyle 0144a905b0 Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.5

See merge request unboundsoftware/pre-commit!99
2025-12-02 19:40:31 +01:00
argoyle 1bc4a6f847 Merge branch 'renovate/golang-1.25.4' into 'main'
chore(deps): update golang:1.25.4 docker digest to efe81fa

See merge request unboundsoftware/pre-commit!97
2025-11-18 13:58:57 +01:00
argoyle a84d1f80a1 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.3.6

See merge request unboundsoftware/pre-commit!94
2025-11-06 08:34:26 +01:00
argoyle 3f49d6eae4 Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.4

See merge request unboundsoftware/pre-commit!96
2025-11-06 07:02:51 +01:00
argoyle 1c72a58001 Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 9ac0edc

See merge request unboundsoftware/pre-commit!95
2025-11-04 13:41:15 +01:00
argoyle 76c1201ee0 Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 69d1009

See merge request unboundsoftware/pre-commit!93
2025-10-21 14:19:33 +02:00
argoyle facca0decf Merge branch 'next-release' into 'main'
chore(release): prepare for v0.3.5

See merge request unboundsoftware/pre-commit!92
2025-10-14 10:54:26 +02:00
argoyle 3f82c2ee2a Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.3

See merge request unboundsoftware/pre-commit!91
2025-10-14 08:59:49 +02:00
argoyle 09a552a5d4 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.3.4

See merge request unboundsoftware/pre-commit!88
2025-10-08 10:45:50 +02:00
argoyle 527b1f389e Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.2

See merge request unboundsoftware/pre-commit!90
2025-10-08 09:19:05 +02:00
argoyle 6270844496 Merge branch 'renovate/golang-1.25.1' into 'main'
chore(deps): update golang:1.25.1 docker digest to 12640a4

See merge request unboundsoftware/pre-commit!89
2025-10-01 19:18:58 +02:00
argoyle 2fc1098166 feat(ci): add defaults CI template to improve pipeline setup
Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for 
a more standardized setup across projects. This change enhances 
efficiency by leveraging shared configurations, reducing the need for 
duplicate settings in individual pipeline files.
2025-06-23 13:45:56 +02:00
argoyle ad250e0e11 fix(docker): update golang base image to amd64 version
Update the Dockerfile to use the amd64 architecture for the 
Golang base image. This ensures compatibility and improves 
stability when building the application in a multi-architecture 
environment.
2025-02-25 21:30:58 +01:00
argoyle 9c39290793 ci: remove unused docker configurations from pipeline
Removes unnecessary Docker service and variable configurations from 
the CI pipeline to streamline the build process and reduce complexity.  
This enhances clarity and avoids potential misconfigurations.
2024-12-04 17:51:11 +01:00
argoyle 42dc76f02f feat: add git-cliff configuration for changelog generation
Add a default configuration file for git-cliff to ensure 
consistent changelog generation. This configuration enables 
the use of conventional commits, filters out non-conventional 
commits, and organizes commit messages into defined groups. 
It also provides templates for the changelog header, body, 
and footer, facilitating improved documentation for notable 
changes in the project.
2024-11-14 09:00:40 +01:00
argoyle 466381aa1b ci: add release flow 2024-10-05 21:13:05 +02:00
argoyle 7c962c46c8 feat: remove golangci-lint from Dockerfile 2024-08-29 09:02:04 +02:00
argoyle de3056afd5 chore: update golangci-lint version to v1.60.1 2024-08-19 16:26:12 +02:00
argoyle efc55dbb58 ci: add ruby-dev to Dockerfile
Install ruby-dev package to allow native extension compilation in the container.
2024-05-20 06:55:27 +02:00
argoyle 1150e8683c ci: update to Go 1.22.2 2024-04-09 20:40:12 +02:00
argoyle b1c3f75bbd ci: remove Dependabot config 2024-02-24 01:14:15 +01:00
argoyle 7e5081c587 chore(deps): bump golang from 1.21 to 1.22
Bumps golang from 1.21 to 1.22.
2024-02-08 00:50:26 +00:00
argoyle 777ff37756 chore(deps): bump golang from 1.20 to 1.21 2023-08-09 08:54:25 +00:00
argoyle 9c9c134476 ci: make releases handle multi-line release notes 2023-06-08 16:11:20 +02:00
argoyle c00faf47a8 ci: add dependabot config 2023-06-08 13:33:46 +02:00
argoyle df459aea63 Merge branch 'golangci-lint' into 'main'
ci: update golangci-lint

See merge request unboundsoftware/pre-commit!1
2023-06-04 14:51:09 +00:00
argoyle 06ecd8c0d6 ci: update golangci-lint 2023-06-04 16:49:03 +02:00
argoyle 855fdc2810 chore: update to latest Go version and golangci-lint 2023-05-18 20:08:19 +02:00
argoyle 940d8cb919 ci: use Docker DinD version from variable 2023-02-09 21:55:55 +01:00
argoyle a424b2b202 feat: initial commit 2023-01-31 20:28:09 +01:00