Skip to content

Release v0.0.3

Compare
Choose a tag to compare
@ashwiniag ashwiniag released this 30 Sep 06:06
· 78 commits to main since this release

New Features:

1. GCR Support
Added support for Google Container Registry (GCR) using service account authentication, enabling secure, non-interactive image pulls, ideal for CI/CD pipelines.

2. Flexible Authentication
Introduced unified authentication support for basicAuth (DockerHub) and serviceAccount (GCR), with a config-driven approach to easily add future authentication methods.

3. Linear Issue Title Customization
Default Linear issue titles now include image name and tag for better traceability along with support for user-defined titles

Enhancements:

1. Config-Driven Flexibility
Authentication types are now configurable in config.yaml, making it easier to switch between registries without code changes.

2. Future-Ready Design
The new structure supports easy expansion to new registries and authentication methods with minimal refactoring.