cloudix_mcp_server
a261bdc030
feat(ci): add nightly rebuild of latest + most recent tag
2026-06-12 14:18:50 -04:00
cloudix_mcp_server
b6a9577eee
feat(ci): add tag release workflow with Hadolint + push :tag
2026-06-12 14:18:47 -04:00
cloudix_mcp_server
993c749a89
feat(ci): add main release workflow with Hadolint + push latest + auto-tag
2026-06-12 14:18:45 -04:00
cloudix_mcp_server
29ddd3f23b
feat(ci): add PR workflow with Hadolint + build
2026-06-12 14:18:43 -04:00
jcabillot
a9fa841569
Merge pull request 'fix: use git push instead of GitHub API for tag creation' ( #11 ) from fix/git-tag-push into main
...
Docker Build and Push / build (push) Successful in 3m47s
Reviewed-on: #11
0.0.1
2026-06-12 12:48:39 -04:00
cloudix_mcp_server
f1d828bfe3
fix: use git push instead of GitHub API for tag creation
...
Docker Build and Push / build (pull_request) Successful in 3m1s
GIT_API_TAGGING defaults to true, which tries to create tags via the
GitHub REST API (api.github.com). On self-hosted Gitea, this fails.
Setting it to false uses git push origin <tag> instead, which works
with the credentials configured by actions/checkout.
2026-06-12 12:47:40 -04:00
jcabillot
be4711f646
Merge pull request 'ci: add automatic semver tagging on merge to main' ( #10 ) from feat/semver-tag-action into main
...
Docker Build and Push / build (push) Failing after 4m0s
Reviewed-on: #10
2026-06-12 12:37:45 -04:00
cloudix_mcp_server
0ba3f170fd
ci: add automatic semver tagging on push to main
...
Docker Build and Push / build (pull_request) Successful in 2m56s
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).
Also adds fetch-depth: 0 to checkout so the tag action can see all tags.
Fixes docker/build-push-action SHA: f9a3042 -> f9f3042 (v7.2.0).
2026-06-12 12:34:30 -04:00
cloudix_mcp_server
ae9adb3c8a
ci: add automatic semver tagging on push to main
...
Docker Build and Push / build (pull_request) Failing after 2m36s
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).
Also adds fetch-depth: 0 to checkout so the tag action can see all tags.
2026-06-12 12:25:16 -04:00
cloudix_mcp_server
b97f91546a
ci: add automatic semver tagging on push to main
...
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).
Also adds fetch-depth: 0 to checkout so the tag action can see all tags.
2026-06-12 12:19:56 -04:00
jcabillot
06453428ec
Merge pull request 'chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.2' ( #9 ) from renovate/registry.k8s.io-kubectl-1.x into main
...
Docker Build and Push / build (push) Successful in 4m14s
Reviewed-on: #9
2026-06-12 07:31:19 -04:00
renovate
5698cbb1dc
chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.2
Docker Build and Push / build (pull_request) Successful in 2m44s
2026-06-12 11:05:52 +00:00
jcabillot
64efc540ce
Merge pull request 'chore(deps): pin dependencies' ( #6 ) from renovate/pin-dependencies into main
...
Docker Build and Push / build (push) Successful in 4m6s
Reviewed-on: #6
2026-06-09 14:13:44 -04:00
jcabillot
9abc442574
Merge pull request 'docs: add dependency management section — renovate must track all pinned Dockerfile packages' ( #8 ) from docs/agents-md-renovate-convention into main
...
Docker Build and Push / build (push) Successful in 3m49s
Reviewed-on: #8
2026-06-09 12:46:56 -04:00
cloudix_mcp_server
7ffc2f7e4f
docs: fix double-encoded AGENTS.md, replace Jenkins with Gitea Actions
Docker Build and Push / build (pull_request) Successful in 3m13s
2026-06-09 12:27:13 -04:00
cloudix_mcp_server
d7acd23316
docs: remove all Jenkins references, replace with Gitea Actions conventions
Docker Build and Push / build (pull_request) Successful in 3m27s
2026-06-09 12:25:56 -04:00
Sagent
990aceff0e
docs: add dependency management section — renovate must track all pinned Dockerfile packages
Docker Build and Push / build (pull_request) Successful in 3m49s
2026-06-09 16:18:58 +00:00
cloudix_mcp_server
b7bd789d99
chore: add renovate regex manager for opencode-ai
Docker Build and Push / build (push) Successful in 3m50s
2026-06-09 12:16:03 -04:00
renovate
93ba3a92d2
chore(deps): pin dependencies
Docker Build and Push / build (pull_request) Failing after 11m49s
2026-06-09 16:13:19 +00:00
cloudix_mcp_server
804d541ff8
chore: pin opencode-ai to 1.16.2 (latest)
Docker Build and Push / build (push) Successful in 4m5s
2026-06-09 12:11:43 -04:00
jcabillot
f183ef05b4
Merge pull request 'chore(config): migrate Renovate config' ( #7 ) from renovate/migrate-config into main
...
Docker Build and Push / build (push) Successful in 4m15s
Reviewed-on: #7
2026-06-09 12:09:42 -04:00
renovate
5f119f2a62
chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 3m13s
2026-06-09 14:00:03 +00:00
jcabillot
9443098774
Merge pull request 'chore: improve renovate dependency detection' ( #5 ) from chore/renovate into main
...
Docker Build and Push / build (push) Successful in 5m7s
Reviewed-on: #5
2026-06-08 22:15:42 -04:00
cloudix_mcp_server
3923c95b30
chore: add renovate regex manager for n2-soul in Dockerfile RUN
Docker Build and Push / build (pull_request) Successful in 3m38s
2026-06-08 21:40:58 -04:00
jcabillot
a4a1d32e81
Merge pull request 'feat: add Gitea Actions workflow' ( #4 ) from feat/gitea-actions into main
...
Docker Build and Push / build (push) Failing after 20m20s
Reviewed-on: #4
2026-05-29 15:09:55 -04:00
Julien Cabillot
ed0febf0ff
feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Successful in 10m33s
2026-05-29 14:51:41 -04:00
Julien Cabillot
32a967551c
feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Successful in 10m41s
2026-05-29 14:23:48 -04:00
Julien Cabillot
78a250342e
feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Failing after 35s
2026-05-29 14:09:41 -04:00
jcabillot
d2cba63fa4
Merge pull request 'chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.1' ( #1 ) from renovate/registry.k8s.io-kubectl-1.x into main
...
perso/opencode/pipeline/head This commit looks good
Reviewed-on: #1
2026-05-28 16:42:32 -04:00
renovate
067af6a425
chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.1
perso/opencode/pipeline/pr-main This commit looks good
2026-05-27 00:41:25 +00:00
Julien Cabillot
9bcbc04e73
fix: improve npm
perso/opencode/pipeline/head This commit looks good
2026-05-26 12:16:01 -04:00
Julien Cabillot
970a53c616
feat: bump to trixie
perso/opencode/pipeline/head This commit looks good
2026-04-15 13:32:59 -04:00
Julien Cabillot
7a7162180a
feat: cleanup docker
perso/opencode/pipeline/head Something is wrong with the build of this commit
2026-04-15 12:47:27 -04:00
Julien Cabillot
6cbb8d9989
feat: add kubectl
perso/opencode/pipeline/head Something is wrong with the build of this commit
2026-04-01 13:12:24 -04:00
Julien Cabillot
35cff5b62f
fix: chown on n2soul
perso/opencode/pipeline/head This commit looks good
2026-04-01 09:32:48 -04:00
Julien Cabillot
b592546777
feat: add podman
perso/opencode/pipeline/head Something is wrong with the build of this commit
2026-03-31 11:13:32 -04:00
Julien Cabillot
9a9eced188
feat: add lockfile
perso/opencode/pipeline/head Something is wrong with the build of this commit
2026-03-30 17:01:40 -04:00
Julien Cabillot
193115e519
feat: change uid/gid
perso/opencode/pipeline/head This commit looks good
2026-03-30 14:00:39 -04:00
Julien Cabillot
6b466950d2
feat: add soul
perso/opencode/pipeline/head This commit looks good
2026-03-30 13:44:44 -04:00
Julien Cabillot
59d62367b3
feat: import
perso/opencode/pipeline/head Something is wrong with the build of this commit
2026-03-28 17:21:08 -04:00
jcabillot
9a303b49e5
Initial commit
2026-03-27 17:13:14 -04:00