Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@rozdolsky33 rozdolsky33 released this 25 Dec 02:12
· 5 commits to main since this release

Changelog

  • 3018d40 Updated README.md
  • e99b20f Updated README.md
  • 8813321 Updated README.md
  • 1869e3e Merge branch 'main' of github.com:cnopslabs/oshiv
  • 9317fbb Enhance README with installation, usage, and advanced configuration details for oshiv
  • 999ed56 Brew formula update for oshiv version v1.2.2
  • 31f65f3 Fix Homebrew tap configuration and repository setup in .goreleaser.yml
  • 1a0cf0d Brew formula update for oshiv version v1.2.1
  • ce83a8a Fix Homebrew formula configuration to use repository for publishing oshiv v2
  • 9d7bed6 Fix Homebrew formula configuration to use repository for publishing oshiv
  • 02e474f Fix Homebrew tap field in GoReleaser config v2
  • 64a2314 Fix Homebrew tap field in GoReleaser config
  • 65d027e Add minimal Homebrew configuration to .goreleaser.yml
  • 61654ad Show version command in help and add short flag for displaying version -v
  • 57d326d Add support for short (-v) and long (version) version commands
  • 91a453a Updated README
  • 14489c8 Updated README with usage, installation, and examples for OCI Shiv
  • 8a2d358 Housekeeping: Removed GitHub release workflow in favor of GoReleaser for managing releases
  • e210e5d Sync vendor directory with go.mod to fix GoReleaser build issues
  • 68fe3d0 Update vendor directory to sync with go.mod
  • 6ad0a04 Add version injection using ldflags in .goreleaser.yml for dynamic versioning
  • 432f193 Replace custom release workflow with GoReleaser for streamlined binary distribution.
  • 00a8079 Fix release workflow to use correct version tag for binary naming and embedding
  • d0f661b Ensure ZIP files are generated and check their existence before uploading in the release workflow.
  • d182566 Add multi-platform build support using Makefile compile target in release workflow.
  • 7bd7710 Fix binary versioning to display the provided release tag instead of commit hash
  • f14304d Fix upload_url propagation to ensure all binaries are uploaded to a single GitHub release.
  • 3352abc Ensure all platform-specific binaries are uploaded to a single GitHub release in a matrix workflow.
  • c64ba0a Refactor release workflow to ensure consistent tag references using RELEASE_TAG variable.
  • 75a026e added secret token for release
  • b0256fa Fix upload-release-asset directory issue, ensure native binary upload, and add auto-create for missing tags
  • 6d90b26 Merge pull request #6 from cnopslabs/feature-github_actions
  • f34fd76 Update release workflow to build native binaries per platform with proper artifact naming
  • 8eac43f adding html
  • f81b78f adding build dir
  • e758fe5 adding build dir
  • e3a9a20 Fix Makefile to correctly embed version in binaries using ldflags
  • f9492bf Refactored Makefile to embed dynamically derived Git version into binaries and support cross-platform build
  • b2b3862 adding version flag
  • 631f94f Fix Makefile variable handling by moving GOOS/GOARCH declarations to the top to avoid shell execution errors during builds.
  • d5caaad Fix Makefile to handle dynamic GOOS/GOARCH values and resolve invalid GOOS issue on Windows for local and cross-platform builds
  • 14bdfd7 Fix: Ensure zip is installed on Windows runners for GitHub Actions workflows
  • f2aa236 Fix missing staticcheck installation in GitHub Actions workflows
  • 69fc40a Refactor GitHub Actions to utilize Makefile for build and release processes
  • 829f26d Add matrix strategy for cross-platform builds in CI workflow
  • 670bb8c Fix Makefile OS/ARCH determination for compatibility with GitHub Actions
  • 3e3d706 Add GitHub Actions for build and release automation with Makefile integration