Skip to content

Latest commit

 

History

History
111 lines (67 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

111 lines (67 loc) · 3.95 KB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v2.0.3 - 2024-01-18

🐛 Bug Fix

  • Adjust log prefix used in the GitHub action to improve the integration with actions and error identification.

⬆️ Dependencies

  • Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.

Related

  • related AB#548824

v2.0.2 - 2022-10-18

Added

  • ::add-mask action to hide a secret data

v2.0.1 - 2022-10-17

Changed

  • Set env variables by default

Removed

  • Remove deprecating ::set-output action
  • BREAKING CHANGE: Remove setEnv flag

v1.0.6 - 2022-09-30

No significant user facing changes.

CI

  • ci improvements for better release note and testing workflows
  • use changie for more informative changelog generation going forward
  • resolve failing ci steps and vendoring issues

[v1.0.5] - 2022-09-29

Changed

  • ci: the GITHUB_TOKEN secret is not required by @andrii-zakurenyi in #16
  • docs: improve examples with corrected json syntax by @andrii-zakurenyi in #17
  • docs: improve setup docs with minor syntax improvements by @sheldonhull in #18
  • docs: add gg-delinea as a contributor for userTesting by @allcontributors in #19

New Contributors

  • @allcontributors made their first contribution in #19

Full Changelog: https://github.com/DelineaXPM/dsv-github-action/compare/v1.0.4...v1.0.5

[v1.0.4] - 2022-09-28

  • 2b2a341 chore: add missing metadata for name of github action

[v1.0.3] - 2022-09-28

  • 4704656 ci(goreleaser): improve changelog generation

[v1.0.2] - 2022-09-28

  • 6b8064b docs: align action name to repo for clarity
  • 5a7d2d7 fix: do not iterate over items in secret data (#15)

[v1.0.1] - 2022-09-27

✨ Great work by @mariiatuzovska in building the foundation and core code on this!

Other refactoring by @sheldonhull and @andrii-zakurenyi

  • Add initial github integration testing workflow and ci tooling.
  • Seperate code for main and app into different locations for testing ease.
  • Use pterm for logging with custom prefixes for github.
  • Use env to struct library to load config.
  • Improve debug logging.
  • Mage integration tests and goreleaser improvements.
  • SBOM with SPDX-JSON output.
  • Use distroless for image instead of building on fly with dockerfile version of action.
  • Input modified to json to reduce vendor specific changes with github/gitlab and behavior with env files.
  • Add All-contributors to readme.
  • 6a8e95a chore(vendor): add vendor dir & fix mage task call

Other changes

  • chore(deps): update amannn/action-semantic-pull-request digest to 505e44b by @mend-for-github-com in #11
  • chore(deps): update actions/stale action to v6 by @mend-for-github-com in #10
  • docs: improve docs for onboarding and usage by @sheldonhull in #13
  • ci: add goreleaser release action by @sheldonhull in #14

New Contributors

  • @mend-for-github-com made their first contribution in #11

  • @sheldonhull made their first contribution in #13

Full Changelog: https://github.com/DelineaXPM/dsv-github-action/commits/v1.0.1

[skip ci] - already published earlier, just working through yaml and publish issues.