Releasing latest alerta gives version of _1 #151

Closed
opened 2021-04-19 08:50:16 +00:00 by decentral1se · 1 comment
Owner
➜  alerta (main) ✗ abra recipe alerta release
SUCCESS: All compose files updated; new version is _1
Commit your changes to git? (y/[n])? ^C
``` ➜ alerta (main) ✗ abra recipe alerta release SUCCESS: All compose files updated; new version is _1 Commit your changes to git? (y/[n])? ^C ```
decentral1se added this to the Beta release milestone 2021-04-19 08:50:16 +00:00
decentral1se added the
bug
versioning
labels 2021-04-19 08:50:16 +00:00
Owner

This is because there's no app container, so abra didn't know which container's tags to use as the image. Now it squawks in those situations, and asks which service to use:

WARNING: No `app` service found; which one should we use for the version number?
1) db
2) mail
3) queue
4) web
#? 4

(that last line is a prompt in case unclear)

I tested this locally but didn't push my commit / tag to alerta so you can test it yourself 🙏

This is because there's no `app` container, so `abra` didn't know which container's tags to use as the image. Now it squawks in those situations, and asks which service to use: ``` WARNING: No `app` service found; which one should we use for the version number? 1) db 2) mail 3) queue 4) web #? 4 ``` (that last line is a prompt in case unclear) I tested this locally but didn't push my commit / tag to `alerta` so you can test it yourself 🙏
3wordchant referenced this issue from a commit 2021-04-30 20:56:51 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/abra#151
No description provided.