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

generate-metadata.SemanticVersion - update to include 'build' portion #246

Merged
merged 1 commit into from
Nov 11, 2021

Conversation

itewk
Copy link
Contributor

@itewk itewk commented Nov 11, 2021

Purpose

generate-metadata.SemanticVersion - update to include 'build' portion of semvar in container image tags using '_' instead of '+' since '+' isn't supported by container image tag syntax but not having the 'build' porition of the version on the tag can cause tags to unexpectedly get overwritten/lost if major.minor.patch isn't updated by application devs

Breaking?

No

Integration Testing

TODO

… of semvar in container image tags using '_' instead of '+' since '+' isn't supported by container image tag syntax but not having the 'build' porition of the version on the tag can cause tags to unexpectadly get overwritten/lost if major.minor.patch isn't updated by applciation devs
@itewk itewk added the enhancement New feature or request label Nov 11, 2021
@itewk itewk self-assigned this Nov 11, 2021
@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #246 (9e06701) into main (e265481) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #246   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines         3948      3949    +1     
=========================================
+ Hits          3948      3949    +1     
Flag Coverage Δ
pytests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...implementers/generate_metadata/semantic_version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e265481...9e06701. Read the comment docs.

@itewk itewk merged commit 92ce1f0 into ploigos:main Nov 11, 2021
@itewk itewk deleted the feature/container-tag-semver-build-info branch November 11, 2021 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants