docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 262 forks source link

Update group SHA tag name #837

Closed kaufers closed 6 years ago

kaufers commented 6 years ago

Updates the name from infrakit.config_sha to infrakit.config.hash to make consistent with other tags (using . vs. _) and to remove the details of the hash algorithm.

Also updates the docs for the swarm-id to instance.cluster.id change since a few were missed in https://github.com/docker/infrakit/pull/835

codecov[bot] commented 6 years ago

Codecov Report

Merging #837 into master will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #837      +/-   ##
==========================================
- Coverage   48.24%   48.18%   -0.07%     
==========================================
  Files          89       89              
  Lines        7980     7980              
==========================================
- Hits         3850     3845       -5     
- Misses       3773     3777       +4     
- Partials      357      358       +1
Impacted Files Coverage Δ
pkg/provider/terraform/instance/show.go 81.33% <ø> (ø) :arrow_up:
pkg/rpc/mux/server.go 42.7% <0%> (-5.21%) :arrow_down:

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 bb7fafa...50820fd. Read the comment docs.