zincati 0.0.26
Mainly minor bugfixes and a lot of crate dependency bumps.
What's Changed
- cargo: zincati release 0.0.25 by @lucab in #841
- build(deps): bump tokio from 1.21.1 to 1.21.2 by @dependabot in #842
- cli: port from structopt to clap-3 by @lucab in #843
- cli: stop using deprecated clap-v3 features by @lucab in #844
- build(deps): bump clap from 3.2.22 to 4.0.1 by @dependabot in #845
- build(deps): bump libc from 0.2.133 to 0.2.134 by @dependabot in #847
- build(deps): bump clap from 4.0.1 to 4.0.4 by @dependabot in #848
- build(deps): bump zbus from 3.1.0 to 3.2.0 by @dependabot in #846
- cli: stop using deprecated clap-v4 features by @lucab in #849
- build(deps): bump clap from 4.0.4 to 4.0.7 by @dependabot in #850
- build(deps): bump clap from 4.0.7 to 4.0.8 by @dependabot in #851
- build(deps): bump ordered-float from 3.1.0 to 3.2.0 by @dependabot in #852
- build(deps): bump clap from 4.0.8 to 4.0.9 by @dependabot in #853
- build(deps): bump fail from 0.5.0 to 0.5.1 by @dependabot in #855
- build(deps): bump serde_json from 1.0.85 to 1.0.86 by @dependabot in #856
- build(deps): bump libc from 0.2.134 to 0.2.135 by @dependabot in #857
- build(deps): bump clap from 4.0.9 to 4.0.12 by @dependabot in #858
- build(deps): bump clap from 4.0.12 to 4.0.13 by @dependabot in #860
- build(deps): bump clap from 4.0.13 to 4.0.14 by @dependabot in #861
- ci: migrate to new directory and method names by @jlebon in #862
- build(deps): bump clap from 4.0.14 to 4.0.15 by @dependabot in #863
- build(deps): bump clap from 4.0.15 to 4.0.17 by @dependabot in #864
- build(deps): bump serde_json from 1.0.86 to 1.0.87 by @dependabot in #866
- build(deps): bump filetime from 0.2.17 to 0.2.18 by @dependabot in #867
- build(deps): bump futures from 0.3.24 to 0.3.25 by @dependabot in #868
- build(deps): bump ordered-float from 3.2.0 to 3.3.0 by @dependabot in #865
- build(deps): bump anyhow from 1.0.65 to 1.0.66 by @dependabot in #869
- build(deps): bump serde from 1.0.145 to 1.0.147 by @dependabot in #870
- build(deps): bump clap from 4.0.17 to 4.0.18 by @dependabot in #871
- build(deps): bump prometheus from 0.13.2 to 0.13.3 by @dependabot in #872
- build(deps): bump libc from 0.2.135 to 0.2.136 by @dependabot in #873
- build(deps): bump zbus from 3.2.0 to 3.3.0 by @dependabot in #874
- build(deps): bump libc from 0.2.136 to 0.2.137 by @dependabot in #875
- identity: remove requirement for
coreos-assembler.basearch
by @cgwalters in #876 - build: Drop LTO by default by @cgwalters in #877
- status: preparatory work for stream detection from container by @cgwalters in #879
- identity: use stream metadata crate for architecture detection by @cgwalters in #880
- Start a port to once_cell by @cgwalters in #881
- build(deps): bump env_logger from 0.9.1 to 0.9.3 by @dependabot in #884
- build(deps): bump ordered-float from 3.3.0 to 3.4.0 by @dependabot in #883
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #885
- build(deps): bump clap from 4.0.18 to 4.0.22 by @dependabot in #882
- build(deps): bump clap from 4.0.22 to 4.0.23 by @dependabot in #887
- build(deps): bump chrono from 0.4.22 to 0.4.23 by @dependabot in #888
- build(deps): bump clap from 4.0.23 to 4.0.24 by @dependabot in #889
- build(deps): bump clap from 4.0.24 to 4.0.25 by @dependabot in #890
- build(deps): bump zbus from 3.3.0 to 3.5.0 by @dependabot in #891
- build(deps): bump clap from 4.0.25 to 4.0.26 by @dependabot in #893
- build(deps): bump reqwest from 0.11.12 to 0.11.13 by @dependabot in #892
- service: exit and prevent restarts if booted into a container image by @cgwalters in #896
- build(deps): bump tokio from 1.21.2 to 1.22.0 by @dependabot in #897
- Simplify read paths by @cgwalters in #898
- lockfile: periodic refresh by @lucab in #894
- build(deps): bump serde_json from 1.0.87 to 1.0.89 by @dependabot in #899
- build(deps): bump env_logger from 0.9.3 to 0.10.0 by @dependabot in #900
- build(deps): bump clap from 4.0.26 to 4.0.27 by @dependabot in #901
- build(deps): bump serde from 1.0.147 to 1.0.148 by @dependabot in #902
- build(deps): bump envsubst from 0.2.0 to 0.2.1 by @dependabot in #903
- build(deps): bump zbus from 3.5.0 to 3.6.1 by @dependabot in #908
- build(deps): bump serde from 1.0.148 to 1.0.149 by @dependabot in #907
- build(deps): bump tokio from 1.22.0 to 1.23.0 by @dependabot in #909
- build(deps): bump filetime from 0.2.18 to 0.2.19 by @dependabot in #910
- build(deps): bump libc from 0.2.137 to 0.2.138 by @dependabot in #905
- build(deps): bump toml from 0.5.9 to 0.5.10 by @dependabot in #913
- build(deps): bump serde from 1.0.149 to 1.0.150 by @dependabot in #912
- Fix GitHub Actions deprecation warnings; switch away from unmaintained
actions-rs/toolchain
by @bgilbert in #923 - build(deps): bump tokio from 1.23.0 to 1.24.1 by @dependabot in #926
- build(deps): bump once_cell from 1.16.0 to 1.17.0 by @dependabot in #922
- Drop "Json" suffix from rpm-ostree types by @cgwalters in #927
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #929
- build(deps): bump mockito from 0.31.0 to 0.31.1 by @dependabot in #906
- build(deps): bump serde from 1.0.150 to 1.0.152 by @dependabot in #921
- build(deps): bump libc from 0.2.138 to 0.2.139 by @dependabot in #920
- build(deps): bump clap from 4.0.27 to 4.0.29 by @dependabot in #919
- build(deps): bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #916
- build(deps): bump glob from 0.3.0 to 0.3.1 by @dependabot in #934
- cargo: add configuration for cargo-vendor-filterer by @bgilbert in #942
- Sync repo templates ⚙ by @coreosbot-releng in #943
- build(deps): bump libsystemd from 0.5.0 to 0.6.0 by @dependabot in #918
- build(deps): bump serde_json from 1.0.91 to 1.0.94 by @dependabot in #954
- build(deps): bump thiserror from 1.0.37 to 1.0.39 by @dependabot in #953
- build(deps): bump http from 0.2.8 to 0.2.9 by @dependabot in #956
- Sync repo templates ⚙ by @coreosbot-releng in #960
- docs: Remove Travis-CI badge & Use upstream theme & update to 0.4.1 by @travier in #959
- build(deps): bump openssl from 0.10.42 to 0.10.48 by @dependabot in #970
- build(deps): bump anyhow from 1.0.66 to 1.0.71 by @dependabot in #976
- build(deps): bump enumflags2 from 0.7.5 to 0.7.7 by @dependabot in #974
- build(deps): bump tokio from 1.24.1 to 1.25.0 by @dependabot in #938
- build(deps): bump h2 from 0.3.15 to 0.3.17 by @dependabot in #973
- build(deps): bump serde from 1.0.152 to 1.0.156 by @dependabot in #964
- build(deps): bump once_cell from 1.17.0 to 1.17.1 by @dependabot in #955
- build(deps): bump reqwest from 0.11.13 to 0.11.18 by @dependabot in #977
- build(deps): bump liboverdrop from 0.0.2 to 0.1.0 by @dependabot in #941
- build(deps): bump serde from 1.0.156 to 1.0.163 by @dependabot in #982
- build(deps): bump regex from 1.7.1 to 1.8.1 by @dependabot in #979
- build(deps): bump futures from 0.3.25 to 0.3.28 by @dependabot in #972
- build(deps): bump thiserror from 1.0.39 to 1.0.40 by @dependabot in #981
- build(deps): bump libc from 0.2.139 to 0.2.144 by @dependabot in #983
- build(deps): bump fn-error-context from 0.2.0 to 0.2.1 by @dependabot in #991
- build(deps): bump filetime from 0.2.19 to 0.2.21 by @dependabot in #990
- build(deps): bump ordered-float from 3.4.0 to 3.7.0 by @dependabot in #986
- build(deps): bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #988
- Bump MSRV to 1.64 by @cgwalters in #985
- build(deps): bump serde_json from 1.0.94 to 1.0.96 by @dependabot in #989
- build(deps): bump clap from 4.0.29 to 4.1.14 by @dependabot in #984
- build(deps): bump proptest from 1.0.0 to 1.1.0 by @dependabot in #987
- Sync repo templates ⚙ by @coreosbot-releng in #996
- build(deps): bump regex from 1.8.1 to 1.8.3 by @dependabot in #997
- build(deps): bump log from 0.4.17 to 0.4.18 by @dependabot in #999
- build(deps): bump once_cell from 1.17.1 to 1.17.2 by @dependabot in #1002
- build(deps): bump tokio from 1.25.0 to 1.25.1 by @dependabot in #1001
- build(deps): bump chrono from 0.4.23 to 0.4.25 by @dependabot in #1000
- Sync repo templates ⚙ by @coreosbot-releng in #998
- build(deps): bump tempfile from 3.4.0 to 3.5.0 by @dependabot in #993
- Sync repo templates ⚙ by @coreosbot-releng in #1004
- build(deps): bump proptest from 1.1.0 to 1.2.0 by @dependabot in #994
- build(deps): bump tokio from 1.25.1 to 1.26.0 by @dependabot in #1006
- build(deps): bump chrono from 0.4.25 to 0.4.26 by @dependabot in #1005
- build-sys: Use new tier = 2 for cargo-vendor-filterer by @cgwalters in #1003
- Sync repo templates ⚙ by @coreosbot-releng in #1007
- Fix clippy lints and deprecated chrono methods in tests by @bgilbert in #1008
- Sync repo templates ⚙ by @coreosbot-releng in #1009
- build(deps): bump regex from 1.8.3 to 1.8.4 by @dependabot in #1011
- build(deps): bump url from 2.3.1 to 2.4.0 by @dependabot in #1012
- build(deps): bump libc from 0.2.144 to 0.2.145 by @dependabot in #1013
- build(deps): bump tempfile from 3.5.0 to 3.6.0 by @dependabot in #1016
- build(deps): bump libc from 0.2.145 to 0.2.146 by @dependabot in #1015
- build(deps): bump once_cell from 1.17.2 to 1.18.0 by @dependabot in #1010
- build(deps): bump serde from 1.0.163 to 1.0.164 by @dependabot in #1017
- build(deps): bump log from 0.4.18 to 0.4.19 by @dependabot in #1018
- build(deps): bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #1019
- Sync repo templates ⚙ by @coreosbot-releng in #1021
- build(deps): bump openssl from 0.10.48 to 0.10.55 by @dependabot in #1022
- build(deps): bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #1024
- build(deps): bump libc from 0.2.146 to 0.2.147 by @dependabot in #1023
- build(deps): bump serde from 1.0.164 to 1.0.166 by @dependabot in #1026
- build(deps): bump regex from 1.8.4 to 1.9.0 by @dependabot in #1029
- build(deps): bump thiserror from 1.0.40 to 1.0.41 by @dependabot in #1028
- build(deps): bump serde_json from 1.0.99 to 1.0.100 by @dependabot in #1027
- build(deps): bump serde from 1.0.166 to 1.0.167 by @dependabot in #1033
- build(deps): bump regex from 1.9.0 to 1.9.1 by @dependabot in #1032
- build(deps): bump thiserror from 1.0.41 to 1.0.43 by @dependabot in #1031
- build(deps): bump serde from 1.0.167 to 1.0.168 by @dependabot in #1034
- Sync repo templates ⚙ by @coreosbot-releng in #1036
- build(deps): bump serde from 1.0.168 to 1.0.171 by @dependabot in #1037
- build(deps): bump serde_json from 1.0.100 to 1.0.103 by @dependabot in #1038
- build(deps): bump anyhow from 1.0.71 to 1.0.72 by @dependabot in #1039
- build(deps): bump toml from 0.5.10 to 0.5.11 by @dependabot in #1041
- build(deps): bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #1042
- build(deps): bump num-traits from 0.2.15 to 0.2.16 by @dependabot in #1044
- build(deps): bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #1046
- build(deps): bump serde from 1.0.171 to 1.0.175 by @dependabot in #1047
- build(deps): bump serde from 1.0.175 to 1.0.176 by @dependabot in #1048
- build(deps): bump serde_json from 1.0.103 to 1.0.104 by @dependabot in #1049
- build(deps): bump serde from 1.0.176 to 1.0.177 by @dependabot in #1050
- Sync repo templates ⚙ by @coreosbot-releng in #1052
- build(deps): bump serde from 1.0.177 to 1.0.180 by @dependabot in #1051
- build(deps): bump filetime from 0.2.21 to 0.2.22 by @dependabot in #1054
- build(deps): bump serde from 1.0.180 to 1.0.183 by @dependabot in #1055
- build(deps): bump regex from 1.9.1 to 1.9.3 by @dependabot in #1056
- build(deps): bump tempfile from 3.7.0 to 3.7.1 by @dependabot in #1057
- update_agent: handle new output format for loginctl by @dustymabe in #1059
- build(deps): bump ordered-float from 3.7.0 to 3.9.0 by @dependabot in #1065
- build(deps): bump log from 0.4.19 to 0.4.20 by @dependabot in #1058
- build(deps): bump serde_json from 1.0.104 to 1.0.105 by @dependabot in #1062
- build(deps): bump thiserror from 1.0.44 to 1.0.47 by @dependabot in #1063
- build(deps): bump anyhow from 1.0.72 to 1.0.75 by @dependabot in #1064
- build(deps): bump reqwest from 0.11.18 to 0.11.19 by @dependabot in #1068
- build(deps): bump ordered-float from 3.9.0 to 3.9.1 by @dependabot in #1069
- Sync repo templates ⚙ by @coreosbot-releng in #1071
- build(deps): bump reqwest from 0.11.19 to 0.11.20 by @dependabot in #1070
- build(deps): bump serde from 1.0.183 to 1.0.185 by @dependabot in #1067
- build(deps): bump tempfile from 3.7.1 to 3.8.0 by @dependabot in #1066
- build(deps): bump mockito from 0.31.1 to 1.0.1 by @dependabot in #1040
- build(deps): bump serde from 1.0.185 to 1.0.187 by @dependabot in #1075
- build(deps): bump serde from 1.0.187 to 1.0.188 by @dependabot in #1077
- build(deps): bump regex from 1.9.3 to 1.9.4 by @dependabot in #1078
- build(deps): bump url from 2.4.0 to 2.4.1 by @dependabot in #1079
- build(deps): bump chrono from 0.4.26 to 0.4.28 by @dependabot in #1081
- build(deps): bump chrono from 0.4.28 to 0.4.29 by @dependabot in #1087
- build(deps): bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #1084
- build(deps): bump regex from 1.9.4 to 1.9.5 by @dependabot in #1085
- build(deps): bump clap from 4.1.14 to 4.4.2 by @dependabot in #1083
- build(deps): bump actix from 0.13.0 to 0.13.1 by @dependabot in #1082
- Sync repo templates ⚙ by @coreosbot-releng in #1090
- build(deps): bump chrono from 0.4.29 to 0.4.30 by @dependabot in #1089
- build(deps): bump proptest from 1.2.0 to 1.3.1 by @dependabot in #1092
- build(deps): bump chrono from 0.4.30 to 0.4.31 by @dependabot in #1100
- build(deps): bump clap from 4.4.2 to 4.4.6 by @dependabot in #1099
- build(deps): bump libc from 0.2.147 to 0.2.148 by @dependabot in #1093
- build(deps): bump thiserror from 1.0.48 to 1.0.49 by @dependabot in #1096
- build(deps): bump ordered-float from 3.9.1 to 4.1.0 by @dependabot in #1094
- build(deps): bump serde_json from 1.0.105 to 1.0.107 by @dependabot in #1095
- build(deps): bump regex from 1.9.5 to 1.9.6 by @dependabot in #1097
- sysusers.d/50-zincati.conf: tweak comments by @jlebon in #1101
- lockfile: Update many things by @cgwalters in #1104
- Release 0.0.26 by @cgwalters in #1106
New Contributors
- @dustymabe made their first contribution in #1059
Full Changelog: v0.0.25...v0.0.26