8000 Tags · composepack/composepack · GitHub
[go: up one dir, main page]

Skip to content

Tags: composepack/composepack

Tags

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: update Docker image name in release workflow (#16)

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: add diff command and more distributions for homebrew (#13)

* Refactor metadata handling in release and templating systems. Updated Metadata struct to include ChartMetadata and added a digest function for integrity checks. Simplified chart information access in the application layer. Enhanced SVG assets with animations for improved visual appeal and accessibility. Updated README to reflect changes in functionality and clarify usage.

* Update Metadata struct to make Values field optional by adding omitempty tag, improving JSON serialization for release metadata.

* Add separator byte in Digest function for consistent hashing of metadata fields

* docs: update banner image reference in READMEs

* Update README and installation scripts to reflect repository name change from GareArc to composepack. Adjusted badge links and installation instructions for Homebrew and curl. Enhanced release workflow to support Homebrew tap updates and improved arti
8000
fact handling.

* Enhance Homebrew tap integration in CI workflow

- Updated release workflow to improve handling of Homebrew tap repository variables and secrets.
- Adjusted comments for clarity in the release YAML file.
- Modified Homebrew formula generation script to use version without the 'v' prefix.
- Updated documentation for Homebrew setup instructions and clarified optional repository variable usage.

* Update release workflow to enhance Homebrew tap push functionality

- Modified the Git push command in the release workflow to use a token for authentication with the Homebrew tap repository.
- Introduced a variable to dynamically reference the current branch during the push operation.

* Refactor Homebrew tap update process in release workflow

- Removed the display of artifact contents.
- Replaced the Git checkout and push commands with a streamlined API-based approach for upserting the Homebrew formula.
- Enhanced error handling and added logic to check for existing file SHA to determine whether to update or add the formula.

* fix: update release workflow to use content directly from file

- Changed the method of passing content to the GitHub API in the release workflow from using a file reference to directly reading the content from a temporary file. This improves clarity and reduces potential errors in file handling.

* chore: update README and CI workflow for Linux support

- Updated README to reflect Homebrew installation instructions for both macOS and Linux.
- Enhanced the release workflow to compute and include checksums for Linux binaries in the Homebrew formula generation.
- Modified the Homebrew formula generation script to accept Linux checksums, allowing for installation on Linux systems.

* feat: add drift detection feature with diff command

- Introduced a new `diff` command to compare the current release state with the proposed changes, allowing users to preview modifications before deployment.
- Updated the README to include usage instructions for the new `diff` command and its capabilities.
- Enhanced the application structure to support drift detection, including new `DiffOptions` and related methods for rendering and comparing configurations.
- Modified the `Metadata` struct to include `ChartSource` for better tracking of chart origins.

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ci (#11)

* Refactor metadata handling in release and templating systems. Updated Metadata struct to include ChartMetadata and added a digest function for integrity checks. Simplified chart information access in the application layer. Enhanced SVG assets with animations for improved visual appeal and accessibility. Updated README to reflect changes in functionality and clarify usage.

* Update Metadata struct to make Values field optional by adding omitempty tag, improving JSON serialization for release metadata.

* Add separator byte in Digest function for consistent hashing of metadata fields

* docs: update banner image reference in READMEs

* Update README and installation scripts to reflect repository name change from GareArc to composepack. Adjusted badge links and installation instructions for Homebrew and curl. Enhanced release workflow to support Homebrew tap updates and improved artifact handling.

* Enhance Homebrew tap integration in CI workflow

- Updated release workflow to improve handling of Homebrew tap repository variables and secrets.
- Adjusted comments for clarity in the release YAML file.
- Modified Homebrew formula generation script to use version without the 'v' prefix.
- Updated documentation for Homebrew setup instructions and clarified optional repository variable usage.

* Update release workflow to enhance Homebrew tap push functionality

- Modified the Git push command in the release workflow to use a token for authentication with the Homebrew tap repository.
- Introduced a variable to dynamically reference the current branch during the push operation.

* Refactor Homebrew tap update process in release workflow

- Removed the display of artifact contents.
- Replaced the Git checkout and push commands with a streamlined API-based approach for upserting the Homebrew formula.
- Enhanced error handling and added logic to check for existing file SHA to determine whether to update or add the formula.

* fix: update release workflow to use content directly from file

- Changed the method of passing content to the GitHub API in the release workflow from using a file reference to directly reading the content from a temporary file. This improves clarity and reduces potential errors in file handling.

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor metadata handling in release and templating systems. Updated… (

#5)

* Refactor metadata handling in release and templating systems. Updated Metadata struct to include ChartMetadata and added a digest function for integrity checks. Simplified chart information access in the application layer. Enhanced SVG assets with animations for improved visual appeal and accessibility. Updated README to reflect changes in functionality and clarify usage.

* Update Metadata struct to make Values field optional by adding omitempty tag, improving JSON serialization for release metadata.

* Add separator byte in Digest function for consistent hashing of metadata fields

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance README and CLI commands to support runtime directory specific…

…ation. Updated documentation for clarity and added runtime path options in Down, Logs, PS, Template, and Up commands to improve user experience. (#3)
0