Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 04:58
· 9 commits to main since this release

runlikers v0.1.0

Initial Release

  • d930e86 ci: align release ghcr.io with CI pattern (no separate without-push step)
  • 56a6f55 feat: add crates.io publish with duplicate version check to release workflow
  • c7c6130 ci: ghcr.io uses build-push-action, Docker Hub uses buildx.sh
  • 6b14e7c fix: update fixture.sh paths after dockerfiles -> test/fixture-image/ move
  • 983b226 fix: ci docker - build without push first, then push on main only
  • 0936757 chore: move fixture image to test/fixture-image/
  • b94f45d chore: remove Dockerfile.template (use buildx.sh instead)
  • d38d68d refactor: replace docker/build-push-action with buildx.sh
  • 09242a5 fix: switch runtime to debian:bookworm-slim for registry consistency
  • b66a1fc ci: parallelize docker build with lint instead of full build matrix
  • a145aa8 docs: restructure README with logical flow
  • 7741f90 fix: use rust:slim-bookworm (latest) for cargo-chef compatibility
  • 1bffe7b ci: expand build matrix to all 9 platforms
  • f3f1497 fix: use apt instead of apk in slim-bookworm builder
  • 617e8d2 fix: use rust:1.85-slim-bookworm for multi-arch Docker build
  • 2f7fc84 docs: add --indent flag to README
  • c72118d feat: add --indent flag for customizable pretty indent
  • 18f4348 chore: re-trigger CI with rustfmt 1.96
  • dc9f303 chore: cargo fmt and update Cargo.lock after ssl feature
  • 82c5549 feat: add Docker Hub push to release and CI workflows
  • 01cb45c docs: add Pure Rust TLS feature to README
  • 639f166 feat: switch to rustls TLS backend via bollard ssl feature
  • 4f59ddc fix: use rust:1.85-slim-bookworm for multi-arch Docker build support
  • 6d31899 test: integration tests with fixture containers for CI
  • 9db0d6e fix: Mounts path and volume format
  • 3d5a016 fix: edge case handling for --inspect and input validation
  • 44baad2 fix: conditional bollard ssh feature for Windows compatibility
  • 8476158 chore: Dockerfile, CI and release workflows
  • 27d08c7 feat: CLI entrypoint and format_cli orchestration
  • 43f711b feat: option parsers — 55+ docker run options in categorized modules