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

Add docker major version tag when releasing #2921

Merged
merged 6 commits into from
Sep 25, 2021

Conversation

yixinglu
Copy link
Contributor

For releasing each version, action will update the major version tag for each docker image, such as:

v3.0.0 -> v3, latest
v2.6.0 -> v2, latest
v2.5.1 -> v2, latest

@yixinglu yixinglu added the ready-for-testing PR: ready for the CI test label Sep 24, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #2921 (84b5b44) into master (fd2e949) will increase coverage by 0.09%.
The diff coverage is 96.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2921      +/-   ##
==========================================
+ Coverage   85.45%   85.54%   +0.09%     
==========================================
  Files        1225     1229       +4     
  Lines      109855   110383     +528     
==========================================
+ Hits        93872    94432     +560     
+ Misses      15983    15951      -32     
Impacted Files Coverage Δ
src/kvstore/EventListener.h 32.22% <0.00%> (-0.19%) ⬇️
src/kvstore/KVEngine.h 100.00% <ø> (ø)
src/kvstore/KVStore.h 66.66% <ø> (ø)
src/kvstore/RocksEngine.h 91.66% <ø> (ø)
src/meta/processors/job/JobDescription.h 100.00% <ø> (ø)
src/meta/processors/job/JobManager.h 100.00% <ø> (ø)
src/mock/AdHocSchemaManager.cpp 56.95% <0.00%> (-0.38%) ⬇️
src/meta/processors/job/AdminJobProcessor.cpp 65.11% <62.50%> (ø)
src/common/function/test/FunctionManagerTest.cpp 98.78% <63.63%> (-0.20%) ⬇️
src/storage/http/StorageHttpPropertyHandler.cpp 78.26% <78.26%> (ø)
... and 78 more

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 5fe655a...84b5b44. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants