Releases: bazeltools/rules_minidock_tools
Releases · bazeltools/rules_minidock_tools
Dependency updates
What's Changed
- Bump clap from 4.0.29 to 4.0.30 by @dependabot in #95
- Bump console from 0.15.2 to 0.15.3 by @dependabot in #98
- Bump clap from 4.0.30 to 4.0.32 by @dependabot in #96
- Bump serde from 1.0.151 to 1.0.152 by @dependabot in #97
- Bump console from 0.15.3 to 0.15.4 by @dependabot in #99
- Bump tokio from 1.23.0 to 1.24.1 by @dependabot in #103
- Bump async-trait from 0.1.60 to 0.1.61 by @dependabot in #102
- Bump rustls from 0.20.7 to 0.20.8 by @dependabot in #104
- Bump clap from 4.0.32 to 4.1.1 by @dependabot in #106
- Bump console from 0.15.4 to 0.15.5 by @dependabot in #105
- Bump tokio from 1.24.1 to 1.24.2 by @dependabot in #107
- Bump async-recursion from 1.0.0 to 1.0.2 by @dependabot in #108
- Bump bumpalo from 3.10.0 to 3.12.0 by @dependabot in #109
- Bump hyper from 0.14.23 to 0.14.24 by @dependabot in #116
- Bump anyhow from 1.0.68 to 1.0.69 by @dependabot in #118
- Bump bytes from 1.3.0 to 1.4.0 by @dependabot in #115
- Bump async-trait from 0.1.61 to 0.1.64 by @dependabot in #114
- Bump clap from 4.1.1 to 4.1.4 by @dependabot in #112
- Bump tokio from 1.24.2 to 1.25.0 by @dependabot in #113
- Bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #117
- Bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #126
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #122
- Bump tokio-stream from 0.1.11 to 0.1.12 by @dependabot in #125
- Bump tokio-util from 0.7.4 to 0.7.7 by @dependabot in #121
- Bump http from 0.2.8 to 0.2.9 by @dependabot in #124
- Bump tokio from 1.25.0 to 1.26.0 by @dependabot in #129
- Bump serde_json from 1.0.92 to 1.0.94 by @dependabot in #131
- Bump thiserror from 1.0.38 to 1.0.39 by @dependabot in #132
- Bump async-trait from 0.1.64 to 0.1.66 by @dependabot in #130
- Bump clap from 4.1.6 to 4.1.8 by @dependabot in #128
Full Changelog: v0.0.54...v0.0.55
Dependency updates
Bump serde_json from 1.0.89 to 1.0.91 (#90) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add more debug logging and ensure temp dir exists
v0.0.53 More logging info
Limit concurrent io operations
v0.0.52 Rate limit concurrent operations
Updates and add output of sha256
v0.0.51 ADd a sha256 output
Update upstream dependencies
v0.0.50 Updates
Add an option to skip manifest uploads
v0.0.49 Add the option to early exit and not upload manifests
Require the V2-2 schema, so tag not inside the image or name
v0.0.48 Require that its V2-2 so we don't have to embed the tag in the image
Exposed ports has a strange format
v0.0.47 Kinda strange format, but ok
Improve the output formatting
v0.0.46 Improve outputs