New upstream version 0.0.18

This updates to latest release (0.0.18),
see https://github.com/coreos/zincati/releases/tag/v0.0.18.
This commit is contained in:
Kelvin Fan 2021-03-03 11:58:07 -05:00
parent 3a0ab0b0fe
commit 9282387f52
4 changed files with 19 additions and 9 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@
/zincati-0.0.14.crate
/zincati-0.0.17.crate
/zincati-0.0.17-vendor.tar.gz
/zincati-0.0.18-vendor.tar.gz
/zincati-0.0.18.crate

View File

@ -5,8 +5,8 @@
%global crate zincati
Name: rust-%{crate}
Version: 0.0.17
Release: 2%{?dist}
Version: 0.0.18
Release: 1%{?dist}
Summary: Update agent for Fedora CoreOS
# Upstream license specification: Apache-2.0
@ -114,6 +114,10 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/
%endif
%changelog
* Wed Mar 03 2021 Kelvin Fan <kfan@redhat.com> - 0.0.18-1
- New upstream version
https://github.com/coreos/zincati/releases/tag/v0.0.18
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.0.17-2
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.

View File

@ -1,2 +1,2 @@
SHA512 (zincati-0.0.17.crate) = c83bdbc7d24db7d1f3e518acff96c959e47bf66c68429e38c4f8877514f3692e6b048cb9d0ec11ebfb1f0c53335d58224084c8e9ec9e08a2c8f406127d66dc93
SHA512 (zincati-0.0.17-vendor.tar.gz) = 230edda534b4e74e393d9a11aae264c7f76cff9581d2c8b5a13f39d50f49ed07baab63057015c6f71c894790b9d067344d3d12e3a995022b701bff60fad4dcf8
SHA512 (zincati-0.0.18-vendor.tar.gz) = f5d4b3c663b745fd807eea20713b72a7a8635dc196d31101774dfdf58eb605603360197d32ef0d0c3ab754d82bee95c11c0cff996df62b65fee19d6638ad2c28
SHA512 (zincati-0.0.18.crate) = de56d9cff63ed6b75a4025588b72cfd3169ef9e5141fa31aaef532a5ecc74dfc479e7004012bedf628a54815e5ffaa3dca7e1a977adcf3c3c8585283e8f1d4de

View File

@ -1,6 +1,6 @@
--- zincati-0.0.17/Cargo.toml
+++ zincati-0.0.17/Cargo.toml
@@ -86,7 +86,7 @@ version = "2.0"
--- zincati-0.0.18/Cargo.toml
+++ zincati-0.0.18/Cargo.toml
@@ -89,7 +89,7 @@ version = "2.1"
features = ["serde"]
[dependencies.prometheus]
@ -9,7 +9,7 @@
default-features = false
[dependencies.rand]
@@ -125,7 +125,7 @@ features = ["serde"]
@@ -128,10 +128,10 @@ features = ["serde"]
version = "0.2"
[dev-dependencies.mockito]
@ -17,4 +17,8 @@
+version = "0.28"
[dev-dependencies.proptest]
version = "0.10"
-version = "1.0"
+version = "0.10"
[features]
failpoints = ["fail/failpoints"]