Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.10.16 - allow underscores in tag names #288

Merged
merged 8 commits into from
Jan 4, 2024
Merged

Release 3.10.16 - allow underscores in tag names #288

merged 8 commits into from
Jan 4, 2024

Conversation

briskt
Copy link
Contributor

@briskt briskt commented Jan 4, 2024

Removed

  • README and ecs-deploy no longer list silintl/mariadb as an example

Fixed

  • Fixed tag name regular expression to allow underscores.

Release PR Checklist

  • Update version number in ecs-deploy script
  • Give the PR a title of Release _._._ - Summary of change (using whatever
    the new version number is, plus a succinct summary of what changed)

@briskt briskt requested a review from a team January 4, 2024 18:24
run parseImageName
[ ! -z $status ]
[ "$output" == "something:tag_123" ]
echo "output = $output" 1>&2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three lines of code are arcane shell scripting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I care? Do you have a suggestion?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those reading this after the fact, @mtompset and I discussed this directly. We determined that since this is using a test framework (bats) that may affect how this is implemented, the arcane scripting can be left as it is.

@briskt briskt merged commit 859686e into master Jan 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants