Skip to content

v1: Modify eslint and update dependency

Latest
Compare
Choose a tag to compare
@divyansh42 divyansh42 released this 16 Dec 14:52
· 5 commits to main since this release

Minor Releases

v1.12

  • Update action/core dependency to 1.10.0

v1.11

v1.10

v1.9.2

  • Fix odo installation on windows ans macOS. More details here.

v1.9.1

  • Fix odo installation path. More details here.

v1.9

  • Add support to install ko from GitHub.

v1.8.1

  • Fix opm installation when source is GitHub. #64

v1.8

v1.7.3

  • Fix OpenShift Mirror redirect to the new OpenShift Mirror. #58

v1.7.2

  • Improve log messages

v1.7.1

  • Improve log messages

v1.7

  • Add default value in the input github_pat

v1.6.3

  • Small readme edits

v1.6.2

  • Add pagination in fetching data from the GitHub APIs.

v1.6.1

  • Remove support to install CRC on macOS for versions greater than or equal to 1.28.0. For details see #39

v1.6

  • Add support to install CRDA cli from GitHub.

v1.5

  • Add support to install kustomize from GitHub.
  • Fail the action if the requested tool is not available on the provided source.

v1.4

  • Change storage path of the installed tools to /_temp/openshift-bin/<installed-tool>.

v1.3

  • Add support to install yq from GitHub.

v1.2

  • Add support to install tools from GitHub Releases. This can be done by specifying the desired source in the input source.
  • Add input source which accepts value github and mirror to support tools installation from the OpenShift Mirror or from GitHub.
  • Add input github_pat to provide GitHub access token when the source is github.
  • Add support to install s2i client from GitHub Release.
  • Add input skip_cache to set caching of the downloaded executables via action input instead of setting up the env.
  • (Internal) Expand test workflows.

v1.1.2

  • Auto-skip cache on Github Enterprise Server
  • Fix cache env bug check

v1.1.1

v1.1

  • Add support for operator-sdk