18 Commits

Author SHA1 Message Date
argoyle e77ea61eca Merge pull request 'chore(deps): update golang docker tag to v1.25.7' (#159) from renovate/golang-1.x into master
dancefetcher / build (push) Successful in 28m49s
dancefetcher / deploy-prod (push) Successful in 50s
Reviewed-on: #159
2026-02-05 09:20:54 +00:00
renovate 1777762126 chore(deps): update golang docker tag to v1.25.7
dancefetcher / build (pull_request) Successful in 16m3s
dancefetcher / deploy-prod (pull_request) Has been cancelled
2026-02-04 18:05:09 +00:00
renovate b9f0dbe97e chore(deps): update dependency go to v1.25.7 (#158)
dancefetcher / build (push) Successful in 15m4s
dancefetcher / deploy-prod (push) Successful in 43s
2026-02-04 16:24:16 +00:00
renovate 412c3c7ba3 chore(deps): update golang:1.25.6 docker digest to ceda080 (#157)
dancefetcher / build (push) Successful in 21m58s
dancefetcher / deploy-prod (push) Successful in 59s
2026-02-03 08:27:29 +00:00
renovate 17d6092dc8 chore(deps): update golang docker tag to v1.25.6 (#156)
dancefetcher / build (push) Successful in 1h18m0s
dancefetcher / deploy-prod (push) Successful in 1m15s
2026-01-15 22:24:13 +00:00
renovate dd2633fb44 chore(deps): update dependency go to v1.25.6 (#155)
dancefetcher / build (push) Successful in 12m16s
dancefetcher / deploy-prod (push) Successful in 37s
2026-01-15 20:25:32 +00:00
renovate 9bea70c3aa chore(deps): update golang:1.25.5 docker digest to 3a01526 (#154)
dancefetcher / build (push) Successful in 51m52s
dancefetcher / deploy-prod (push) Failing after 2s
2026-01-13 06:29:08 +00:00
argoyle 4d4c4737a3 Merge pull request 'fix: remove incorrect digest pinning from image reference' (#153) from fix/remove-digest-pinning into master
dancefetcher / build (push) Successful in 9m32s
dancefetcher / deploy-prod (push) Successful in 31s
Reviewed-on: #153
2026-01-09 12:02:01 +00:00
argoyle bb9d47f6b3 fix: remove incorrect digest pinning from image reference
dancefetcher / build (pull_request) Successful in 20m19s
dancefetcher / deploy-prod (pull_request) Has been skipped
2026-01-09 11:54:24 +01:00
renovate 6afe6cebcc chore(deps): update oci.unbound.se/dancefinder/dancefetcher docker digest to 91a06ed (#152)
dancefetcher / build (push) Successful in 12m54s
dancefetcher / deploy-prod (push) Successful in 52s
2026-01-09 09:03:37 +00:00
renovate 105297c7cf chore(deps): pin oci.unbound.se/dancefinder/dancefetcher docker tag to fed388a (#151)
dancefetcher / build (push) Successful in 10m40s
dancefetcher / deploy-prod (push) Successful in 2m15s
2026-01-09 08:02:32 +00:00
argoyle 3fca36706f Merge pull request 'chore: remove GitLab CI pipeline' (#150) from remove-gitlab-ci into master
dancefetcher / build (push) Failing after 3m28s
dancefetcher / deploy-prod (push) Has been skipped
Reviewed-on: #150
2026-01-08 19:54:11 +00:00
argoyle fc31ea981b chore: remove GitLab CI pipeline
dancefetcher / build (pull_request) Successful in 5m45s
dancefetcher / deploy-prod (pull_request) Has been skipped
2026-01-08 20:36:54 +01:00
argoyle eb032b4125 Merge pull request 'ci: remove aws-iam-authenticator (using service account auth)' (#149) from remove-aws-iam-auth into master
dancefetcher / build (push) Successful in 4m53s
dancefetcher / deploy-prod (push) Successful in 1m49s
Reviewed-on: #149
2026-01-08 08:56:27 +00:00
argoyle a01dfe03e4 ci: remove aws-iam-authenticator (using service account auth)
dancefetcher / build (pull_request) Successful in 4m34s
dancefetcher / deploy-prod (pull_request) Has been skipped
2026-01-08 09:43:09 +01:00
argoyle f88745f6e8 Merge pull request 'ci: remove KUBECONFIG_CONTENT (runner env var)' (#148) from remove-kubeconfig into master
dancefetcher / build (push) Successful in 4m45s
dancefetcher / deploy-prod (push) Failing after 35s
Reviewed-on: #148
2026-01-08 07:36:50 +00:00
argoyle a4e09afbfc ci: remove KUBECONFIG_CONTENT (runner env var)
dancefetcher / build (pull_request) Successful in 8m30s
dancefetcher / deploy-prod (pull_request) Has been skipped
2026-01-08 08:25:36 +01:00
argoyle bcf04bb8ce Merge pull request 'ci: add aws-iam-authenticator to deploy job' (#147) from aws-iam-auth into master
dancefetcher / build (push) Failing after 1m2s
dancefetcher / deploy-prod (push) Has been skipped
Reviewed-on: #147
2026-01-07 21:22:08 +00:00
4 changed files with 2 additions and 43 deletions
-6
View File
@@ -25,15 +25,9 @@ jobs:
env: env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
environment: prod environment: prod
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1 - uses: buildtool/setup-buildtools-action@v1
- name: Install aws-iam-authenticator
run: |
curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/latest/download/aws-iam-authenticator_linux_amd64
chmod +x aws-iam-authenticator
sudo mv aws-iam-authenticator /usr/local/bin/
- name: Deploy - name: Deploy
run: deploy prod run: deploy prod
-35
View File
@@ -1,35 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages:
- build
- deploy-prod
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
- ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH
- push
artifacts:
paths:
- release/
- coverage.html
- k8s
deploy-prod:
stage: deploy-prod
before_script:
- echo Deploy to prod
script:
- deploy prod
only:
- master
environment:
name: prod
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build FROM amd64/golang:1.25.7@sha256:7e23ac7d7284db7d4413c20cc36792016d7625f490b6e0a56a0c0fe1ba51e83d as build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD . /build ADD . /build
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/dancefinder/dancefetcher
go 1.24.0 go 1.24.0
toolchain go1.25.5 toolchain go1.25.7
require ( require (
github.com/alecthomas/kingpin/v2 v2.4.0 github.com/alecthomas/kingpin/v2 v2.4.0