Skip to content

Commit fc3203d

Browse files
authored
Merge branch 'develop' into fix/libpod-spec-response-correctness
2 parents 67e9d86 + 6625e51 commit fc3203d

22 files changed

Lines changed: 829 additions & 489 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Gate the release on `cargo audit`: a RUSTSEC advisory in a pinned
6161
# dependency must block publishing, not wait for the weekly cron scan.
6262
run: |
63-
cargo install cargo-audit --version "^0.22" --locked
63+
cargo install cargo-audit --version "=0.22.2" --locked
6464
cargo audit
6565
6666
build:
@@ -256,8 +256,8 @@ jobs:
256256
# Government/enterprise consumers require a machine-readable SBOM
257257
# (CycloneDX, per US EO 14028) and a third-party license attribution.
258258
run: |
259-
cargo install --locked cargo-cyclonedx --version "^0.5"
260-
cargo install --locked --features cli cargo-about --version "^0.9"
259+
cargo install --locked cargo-cyclonedx --version "=0.5.9"
260+
cargo install --locked --features cli cargo-about --version "=0.9.0"
261261
cargo cyclonedx --format json --all-features
262262
# cargo-cyclonedx names the file after the package (podup.cdx.json),
263263
# so only rename when an older/different layout emitted another name —

Cargo.lock

Lines changed: 8 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flowchart LR
2121

2222
## ✨ Features
2323

24-
- 🚀 **Drop-in workflow**`up`, `down`, `start`, `stop`, `ps`, `logs`, `exec`, `run`, `cp`, `build`, `pull`, `restart`, `rm`, `kill`, `pause`, `unpause`, `top`, `port`, `images`, `config`, `watch`
24+
- 🚀 **Drop-in workflow**`up`, `down`, `start`, `stop`, `ps`, `logs`, `exec`, `run`, `cp`, `build`, `pull`, `restart`, `rm`, `kill`, `pause`, `unpause`, `top`, `port`, `images`, `volumes`, `events`, `config` …and more — see the [command reference](docs/commands.md)
2525
- 🔒 **Rootless by design** — drives rootless Podman over its native libpod REST API
2626
- 📄 **Compose-spec parsing** — YAML anchors, `extends`, `include`, profiles, `env_file`, variable substitution with modifiers
2727
- 🔁 **Dependency-aware**`depends_on` ordering with `service_started`, `service_healthy`, and `service_completed_successfully` conditions

0 commit comments

Comments
 (0)