Skip to content

Releases: LanceMcCarthy/akeyless-action

v3.0.1 Release - Akeyless SDK Upgrade

07 Dec 19:11
3350a80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.0.1

Release 2.3.0

04 Nov 22:05
df5cc51
Compare
Choose a tag to compare

Refactored async workflows to allow for distinct function flows that occur in a reliable procession.

v2.2 First Marketplace Release

06 Sep 19:29
Compare
Choose a tag to compare

This is the introduction releases to the GitHub Marketplace. Here are some of the improvements since the fork:

Code readability improvements

  • Prettify has been introduced, to help ensure code readability using a standard set of rules
  • Files have been organized into functional folder structures, such as src and _tests_

Code reliability improvements

  • ESLint has been introduced to check for code errors upon every commit
  • A self-referencing (uses: ./) Action has been added for CI builds that verifies everything is working after every push to main (and pull requests)

Branding & Compliance

  • Appropriate files have been added
    • SECURITY.md file is in the root directory
    • LICENSE.md file is in the root directory
  • The GitHub Actions icon and color have been set for the marketplace
  • The README has been reformatted to bring the most important setup information to the top so that it's more compatible with the Marketplace listing.

v2.1.2 Release

06 Sep 17:36
6cf72d7
Compare
Choose a tag to compare

This version contains the first functional code changes. These changes are only to meet the linter rules and have no new features or functionality, this release is to ensure the Action still functions as normal in downstream consumers.

v2.1.1 Release

06 Sep 16:49
f190174
Compare
Choose a tag to compare

This release does not contain any functional code changes.

This is the first version after the restructuring of the project layout and some code formatting. The release is solely to verify any consumers of the Action do not experience any behavior changes after the restructuring or dependency additions.

v2.1

01 Sep 14:37
b93f174
Compare
Choose a tag to compare

Publishing a release with a higher version number than upstream repo for clarity.