0.9.0-rc.2
Pre-release
Pre-release
What's Changed
- Harvester Metrics via Farmer by @cmmarslender in #104
- All key harvester metrics are now exported from the farmer in addition to the harvester, prefixed with
chia_farmer_*
instead ofchia_harvester_*
. This enables scraping all remote harvesters from one central location instead of installing chia-exporter on all remote harvesters OR cross-checking farmer vs harvester data to create alerts when they don't align.
- All key harvester metrics are now exported from the farmer in addition to the harvester, prefixed with
- Update docker tagging rules by @cmmarslender in #103
- Docker images will be tagged with
main
for all merges to the main branch, prior to a full release - Docker images will be tagged with
latest
for the latest full release - Docker images will be tagged with semver tags depending on desired stability. For example, version 1.2.3 would be tagged as:
@1
,@1.2
and@1.2.3
- Docker images will be tagged with
- Bump github.com/chia-network/go-chia-libs from 0.3.1 to 0.4.0 by @dependabot in #96
- Bump github.com/oschwald/maxminddb-golang from 1.11.0 to 1.12.0 by @dependabot in #101
- Create dependency-review.yml by @pmaslana in #97
New Contributors
Full Changelog: 0.8.0...0.9.0-rc.2