octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
10 stars 4 forks source link

Remove special treatment of `latest` revision tag #595

Closed cortadocodes closed 1 year ago

cortadocodes commented 1 year ago

Contents (#595)

IMPORTANT: There is 1 breaking change.

Fixes

Refactoring

Style


Upgrade instructions

💥 Remove special treatment of `latest` revision tag Using the `latest` tag for a service will now only work if an explicit tag with that name has been set. To get the default service revision, just omit the revision tag entirely.
codecov-commenter commented 1 year ago

Codecov Report

Merging #595 (5e829df) into main (833cfe7) will decrease coverage by 0.03%. The diff coverage is 93.49%.

@@            Coverage Diff             @@
##             main     #595      +/-   ##
==========================================
- Coverage   94.38%   94.35%   -0.03%     
==========================================
  Files          78       79       +1     
  Lines        3436     3509      +73     
==========================================
+ Hits         3243     3311      +68     
- Misses        193      198       +5     
Impacted Files Coverage Δ
octue/cli.py 86.44% <85.71%> (ø)
octue/cloud/pub_sub/service.py 93.08% <90.90%> (-0.40%) :arrow_down:
octue/cloud/service_id.py 95.50% <91.48%> (-4.50%) :arrow_down:
octue/crash_diagnostics.py 93.58% <93.58%> (ø)
...cloud/deployment/google/answer_pub_sub_question.py 87.50% <100.00%> (ø)
octue/cloud/deployment/google/base_deployer.py 82.17% <100.00%> (ø)
octue/cloud/deployment/google/dataflow/deployer.py 95.65% <100.00%> (ø)
octue/cloud/emulators/_pub_sub.py 93.10% <100.00%> (ø)
octue/cloud/pub_sub/message_handler.py 96.51% <100.00%> (ø)
octue/configuration.py 93.75% <100.00%> (+0.09%) :arrow_up:
... and 4 more