Skip to content

Releases: deviantony/pctl

Release v1.2.2

11 Nov 20:09
v1.2.2
a444bda

Choose a tag to compare

Changelog

  • 1d4639a Enhance Docker build and load operations with context timeouts. Implemented a 5-minute timeout for both operations to handle long-running requests more effectively, ensuring better resource management and responsiveness.
  • fc6ac8e Merge pull request #6 from deviantony/fix-build-load-timeout-c206f

Release v1.2.1

11 Nov 09:53
v1.2.1
485bf63

Choose a tag to compare

Changelog

  • c66c475 Add support for top-level volumes and networks in Compose files
  • 45de6cd Merge pull request #5 from deviantony/fix-compose-volumes-networks-47778

Release v1.2.0

21 Oct 09:57
v1.2.0
5e44b58

Choose a tag to compare

Changelog

  • a8d9d6a Complete Phase 3 tests for internal/compose package in unit-testing-strategy.md
  • 21fc462 Complete Phase 4 tests for internal/portainer package in unit-testing-strategy.md
  • 2a77516 Complete Phase 5 tests for internal/build package in unit-testing-strategy.md
  • 1a27ef1 Enhance integration testing and update documentation
  • e563356 Merge pull request #4 from deviantony/tests
  • 3154aae Refactor displayContainers function and improve spinner output
  • c2900f6 Refactor ps command output formatting and enhance integration test utilities
  • e5a2508 Remove REQUIREMENTS.md and update dependencies in go.mod and go.sum
  • ccd0d8b Remove unit-testing-strategy.md file as it is no longer needed. This file contained detailed plans and test cases for unit testing across various phases of the pctl codebase.
  • 5f520f0 Update README.md for pctl version 1.1.2 installation instructions
  • 408fb7c Update internal/portainer/types.go
  • a763df2 Update unit-testing-strategy.md to reflect completed test phases

Release v1.1.2

20 Oct 14:53
v1.1.2
1168749

Choose a tag to compare

Changelog

  • 1168749 Revise README.md to clarify installation instructions for different architectures
  • 0a0fd2b Update README.md and RELEASE.md for pctl version 1.1.1

Release v1.1.1

20 Oct 14:42
v1.1.1
17cb64a

Choose a tag to compare

Changelog

  • 410b62e Add build context management and logging functionality
  • ec4d1ff Add development section to README.md with instructions for creating automated releases using GitHub Actions, including command examples and a reference to detailed release process documentation in RELEASE.md.
  • dd13599 Enhance README.md with new features: added instructions for the --force-rebuild flag in the redeploy command, detailed log options with examples, and a section for checking version information. This improves user guidance on using pctl effectively.
  • 12aa3ad Merge pull request #2 from deviantony/build-no-cache
  • 598e6fc Merge pull request #3 from deviantony/release
  • a0dbbbe Refactor .goreleaser.yml to utilize changelog for release notes
  • 237b618 Remove IMPLEMENTATION_PLAN.md and update README.md to clarify the --force-rebuild flag behavior. Adjust configuration handling in the codebase by removing the no_cache field from the build configuration and updating related comments for clarity.
  • 17cb64a Remove release header from .goreleaser.yml to streamline release notes presentation
  • 0d31121 Update .gitignore, enhance .goreleaser.yml, and revise README.md for improved documentation
  • 40ce410 Update Go version to 1.25 in go.mod and GitHub Actions workflow, and add dependency management steps
  • 3b3c90e Update installation instructions in README.md to reference the latest release and enhance release process documentation in RELEASE.md to include GoReleaser details. Modify GitHub Actions workflow to utilize GoReleaser for automated releases.
  • 9913b78 Update release script to use signed tags for version releases
  • e120992 Update version references in Makefile and README.md to 1.1.1

1.1.0

20 Oct 13:58
v1.1.0
5ba3df1

Choose a tag to compare

What's Changed

  • Introduce the ability to use Compose files with build directives by @deviantony in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0

1.0.0

18 Oct 09:35
v1.0.0
17b6d07

Choose a tag to compare

Initial release.