Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

77 lines (49 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

v0.1.0 - 2022-12-11

Added

  • This CHANGELOG.md file

Changed

helmRepoIndex Go Code

  • remove obsolete check for existing gh-pages branch in func main
  • remove check StatusCode == 200 from previous branch check
  • func downloadProductHelmRepoIndex: Download index.yaml via GH RAW URL, error handling, add log output
  • func buildHelmRepoIndex add log output

Fixed

  • fix from unreleased 0.0.4
  • fix from unreleased 0.0.3
  • fix from unreleased 0.0.2

v0.0.4 - 2022-11-28

Fixed

  • Path to workflow artefact (git add ...)

v0.0.3 - 2022-11-28

Fixed

  • Use correct argument names for binary

v0.0.2 - 2022-11-25

Fixed

  • Fix GH page download issues

v0.0.1 2022-11-23

Added

  • DEPENDENCIES.md file
  • Basic Helm repository web page
  • GitHub Workflow to build Helm repository
  • GitHub Workflow to build Go binary
  • initial helmRepoIndex Golang code
  • Authors.md file
  • CODE_OF_CONDICT.md file
  • CONTRIBUTING.md file
  • LICENSE file
  • Notice.md file
  • Security.md file

Changed

  • README.md file