Skip to content

Releases: sudo-kraken/podcheck

Release v1.2.0

03 Mar 16:57

Choose a tag to compare

1.2.0 - 2026-03-03

🚀 Features- Upgrade to v1.2.0 with upstream sync and new features (#11) - (0c0328b)

🐛 Bug Fixes- Remove duplicate update checker causing forced prompts - (326f859)

📖 Documentation- Revise README for improved clarity and structure - (3b43b84)

⚙️ Miscellaneous Tasks- Bump version - (84bac99)- Update note format in SUPPORT.md - (2a40d2c)

Release v1.1.0

15 Oct 12:48
b6cebb2

Choose a tag to compare

1.1.0 - 2025-10-15

🐛 Bug Fixes

  • (ci) Update github/codeql-action ( v4.30.7 → v4.30.8 ) (#8) - (01031e1)
  • (ci) Update actions/dependency-review-action ( v4.8.0 → v4.8.1 ) (#7) - (cdc76cd)

⚙️ Miscellaneous Tasks

  • (git-cliff) Fix empty contributors section and improve tag filtering - (0477be0)
  • (renovate) Tidy config and enable branch cleanup - (a987324)- Refactor release workflow for checksum and SBOM handling - (8d885e4)- Rename workflow to 'Validate PR Title' - (39ad571)- Update to devcontainer and smoke test wf - (7e780d6)

Release v0.7.3

09 Oct 20:05

Choose a tag to compare

[0.7.3] (https://github.com/sudo-kraken/podcheck/compare/v0.7.2..v0.7.3) - 2025-10-09

⚙️ Miscellaneous Tasks- Bump version to v0.7.3 - (172a0b1)

Release v0.7.2

09 Oct 19:56

Choose a tag to compare

[0.7.2] (https://github.com/sudo-kraken/podcheck/compare/v0.7.1..v0.7.2) - 2025-10-09

🐛 Bug Fixes

  • (ci) Use sign-blob instead of attest-blob for SBOM - (c5531ff)
  • (ci) Add --predicate flag to cosign attest-blob command - (1e345e4)
  • (ci) Fix test and shellcheck workflows - (56a5887)- Remove unreachable code after exit 0 - (98eef8d)

⚙️ Miscellaneous Tasks- Release tar fix - (b669233)- Added automated release workflow - (9fe76b7)- Improve renovate config and add CI workflows - (53e795a)

Release v0.7.1: Complete upstream sync with dockcheck

18 Sep 19:30

Choose a tag to compare

Major Features:

Full dockcheck v0.7.1 feature parity achieved
Advanced notification system (13 services)
Comprehensive configuration system
Asynchronous processing capabilities
Template-based notification architecture
Complete installation and migration documentation

Key Improvements:

Quadlet container detection preserved and enhanced
Multi-channel notification support with snooze functionality
Proper installation methodology matching dockcheck approach
Breaking changes documentation and migration guide
Comprehensive notification service templates
Enhanced error handling and dependency management

This release represents complete functional parity with dockcheck v0.7.1 while maintaining podcheck's Podman-specific features and improvements."

Style changes for output and quadlet logic update for service discovery

25 Feb 17:01
a7dcd97

Choose a tag to compare

Style changes for output and quadlet logic update for service discovery

Subtle Digest Logic Changes - minor improvements

17 Nov 19:55
c367635

Choose a tag to compare

Changed digest inspect

Reported false positive update available due to not matching local hash.

v0.5.6

16 Nov 18:49

Choose a tag to compare

FIRST RELEASE!!

The first official release of Podcheck, a CLI tool to automate Podman image updates. Podcheck brings the convenience of automated container updates to the Podman ecosystem, inspired by the original Dockcheck script for Docker.

Key Features:

  • Automated Updates for Podman Containers:

    • Automatically check for updates to your Podman containers.
    • Seamlessly apply updates to keep your containers up-to-date.
  • Support for Podman Compose:

    • Compatible with podman compose, allowing updates to containers managed via compose files.
    • Handles multiple compose files and environment files effortlessly.
  • Quadlet (Systemd Units) Integration:

    • Detects and updates containers managed by Quadlet (systemd units).
    • Restarts units after pulling new images to ensure smooth operation.
  • Selective Updates:

    • Exclude Specific Containers: Use the -e option to exclude containers by name.
    • Label-Based Updates: Only update containers with the sudo-kraken.podcheck.update=true label when using the -l option.

Notifications:

  • Send notifications after updates using various services.
  • Supported platforms include Gotify, ntfy.sh, Telegram, Discord, Pushbullet, Pushover, and more.

Auto-Prune:

  • Option to automatically prune dangling images after updates with the -p flag.

Monochrome Mode:

  • Use the -m option for monochrome output, improving compatibility with logging systems.

    Timeout Settings:
    Set custom timeouts for registry checks with the -t option (default is 10 seconds).

Acknowledgments:

Podcheck is inspired by the original Dockcheck script by mag37. Without Dockcheck, there wouldn't have been a Podcheck. Many thanks to all the contributors to Dockcheck for their work and inspiration.

Documentation:

  • For detailed instructions and advanced usage, please refer to the README.

Feedback and Contributions:

We welcome any feedback, issues, or pull requests to improve Podcheck. Please visit our GitHub repository at sudo-kraken/podcheck to get involved.