Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 1.37 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.

[1.3.0] - 2023-06-21

Changed

  • Branches main and master now build the image tagged latest

1.2.0 - 2022-12-13

Added

  • Ability to use docker-lock for Dockerfile pinning

1.1.0 - 2021-12-02

Added

  • This change log
  • Push Docker images for branch "test" as well
  • Script outputs the current version with -h

1.0.1 - 2020-12-23

Fixed

  • Fix bug with GHCR authentication

1.0.0 - 2020-12-22

Added

  • build.bash build script for consistent builds across platforms
  • Sample C# .NET Core project to exercise the build script
  • azure-pipelines-yml to show how to call the script from Azure
  • GitHub workflow build.yml to show how to call the script as a GitHub Action