[ISSUE-150] Fix tag collision: service-specific prefixes and unified cftunnels workflow #151
No reviewers
Labels
No Label
architect:complete
blocked-by:#139
blocks:#140
bug
CI/CD
complexity:low
complexity:medium
complexity:medium
config
depends-on:#124
docker
docs
effort:l
effort:s
effort:xs
epic/development
lead:complete
needs-decision
performance
priority:critical
priority:high
priority:low
priority:medium
security
spike
story-points:1
story-points:3
story-points:5
story-points:8
tech-debt
test
user-story
architect:complete
complexity:high
complexity:low
complexity:medium
cross-repo
cross-repo-dev
dev:in-progress
effort:l
effort:m
effort:s
effort:xl
effort:xs
epic
analytics
epic
development
epic
devops
epic
infra
epic
observability
epic
platform
epic
product
lead:complete
needs-decision
pipeline-complete
pipeline-error
pipeline-running
priority
later
priority
next
priority
now
start-pipeline
status
acceptance
status
blocked
status
done
status
in progress
status
in review
status
in testing
status
ready
status
refine
status
triage
subtask
type
analysis
type
bug
type
hygiene
type
mantainence
type
story
user-story
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Hithomelabs/CFTunnels#151
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Dave/CFTunnels:ISSUE-150"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements Option A from issue #150.
Changes Made
New file:
.gitea/workflows/cftunnels_build_push.ymltest_image_build_push.ymlandprod_image_tag_promote.yamlportainer_automation_build_push.yml:test→ PATCH bump → build & push:testimage tagmain→ MINOR bump → promote:test→:prodcf-prefix (e.g.,cf-0.x.y)workflow_dispatch:(no inputs) for Gitea 1.22.x compatUpdated:
.gitea/workflows/portainer_automation_build_push.ymlpa-prefix to all git tags (e.g.,pa-0.x.y)--match "pa-*"ingit describeto only find PA tagsworkflow_dispatch:(no inputs block per PR #149)Deleted:
.gitea/workflows/test_image_build_push.yml— absorbed intocftunnels_build_push.ymlDeleted:
.gitea/workflows/prod_image_tag_promote.yaml— absorbed intocftunnels_build_push.ymlTag Collision Fix
cf-0.x.ycf-0.29.0pa-0.x.ypa-0.26.0Both services track independent semver sequences — no more collisions.
Issues
Merge conflicts resolved ✅
Conflict:
.gitea/workflows/portainer_automation_build_push.yml— Theupstream/testbranch had a different character (✦instead of→) in the invalid environment error message.Resolution: Kept the PR branch version (arrow
→) to stay consistent with the other message style changes in this PR.PR is now mergeable. Ready for review/merge.