Skip to content

Releases: LynchSKM/dockem-rs

v1.2.1

Choose a tag to compare

@LynchSKM LynchSKM released this 30 May 20:44

What's Changed

  • fix(devops-build): add workflow_dispatch trigger for manual tag builds by @LynchSKM in #24

  • No CLI related changes.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@LynchSKM LynchSKM released this 30 May 20:27

What's Changed

  • feat(setup): Add Claude session initialization hooks and build setup by @LynchSKM in #15
  • feat(devops): Refactor CI workflows and improve build tooling by @LynchSKM in #16
  • fix(devops-build): fix CI build workflow and add artifact uploads by @LynchSKM in #17
  • feat(build): enable BuildKit for Docker image builds by @LynchSKM in #18
  • chore: add git-flow to session startup hook by @LynchSKM in #19
  • ci(release): add manual workflow_dispatch release workflow by @LynchSKM in #20
  • fix(ci): fix release workflow branch setup by @LynchSKM in #21
  • fix(ci): disable GPG signing in release workflow by @LynchSKM in #22
  • feat(ci): add ci:release tasks with --no-sign for unsigned CI releases by @LynchSKM in #23

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 06:19

1.1.1 (2025-02-23)

  • documentation: update examples for v1.1.0 (464a206)

v1.1.0

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 06:14

1.1.0 (2025-02-23)

Features

  • build: remove manual dockerfile add of Dockerfile into archive (547c8a8)

v1.0.7

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 05:56

1.0.7 (2025-02-23)

Bug Fixes

  • build: attempt to fix error with long directory names by using built-in append_dir_all function and remove println that was printing every file name (646920f)

v1.0.6

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 04:10

1.0.6 (2025-02-23)

Bug Fixes

  • build: update tar build context to recursively crawl build context folder correctly (e50fa09)

v1.0.5

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 02:42

1.0.5 (2025-02-23)

Bug Fixes

  • build: fix issue with copy of dockerfile into build context (f404461)

v1.0.4

Choose a tag to compare

@LynchSKM LynchSKM released this 23 Feb 00:50

1.0.4 (2025-02-23)

Bug Fixes

  • cli: add missing version command to cli (0735706)
  • documentation: update to version 1.0.4 (f92139b)

v1.0.3

Choose a tag to compare

@LynchSKM LynchSKM released this 22 Feb 23:59

1.0.3 (2025-02-22)

Bug Fixes

  • build: add missing openssl dependency in build (6d89836)

v1.0.2

Choose a tag to compare

@LynchSKM LynchSKM released this 22 Feb 23:27

1.0.2 (2025-02-22)

Bug Fixes

  • scripts: fix incorrect executable name in scripts (1fdb519)
  • documentation: update documentation to v1.0.2 (9350955)