Skip to content

Releases: cloudsmith-io/action

v0.6.2

09 Apr 15:05
e86fb82
Compare
Choose a tag to compare

Add support for Nuget Symbol server

Action Invocation Bugfix

09 Apr 12:31
782c7bf
Compare
Choose a tag to compare

The previous release of the GitHub action made some changes to how the action runs, and this had inadvertently broken things where invoked from other workflows. Apologies for the inconvenience!

Swift Upload Support

08 Apr 16:09
bd583de
Compare
Choose a tag to compare
  • Added support for the Swift package format!
  • Switched the type of the action from docker to composite. As a result, the Cloudsmith action now runs on machine executors such as MacOS!

Use Cloudsmith-hosted image to run action

07 Dec 13:27
7c3e395
Compare
Choose a tag to compare

Use a Cloudsmith hosted Docker image to run the action.

This should have no impact on how the action operates, but helps avoid Docker Hub rate limits for users using self-hosted actions runners.

Helm and Cargo Support

16 Feb 14:51
526e969
Compare
Choose a tag to compare

Added

Fixed GitHub Workflows + Action Input

20 Sep 20:06
cade9e5
Compare
Choose a tag to compare

This is the first official release on the GitHub marketplace. Rejoice!

Added:

  • Fixed issue with GitHub workflows not executing against branches.
  • Fixed inputs on the GitHub Action; the extra argument wasn't being passed properly.

Added API/CLI Version + Sync Parameters

20 Sep 17:46
5532fe4
Compare
Choose a tag to compare

Added:

  • Support for api-version parameter, to specify which Cloudsmith API version is installed/used.
  • Support for cli-version parameter, to specify which Cloudsmith CLI version is installed/used.
  • Support for skip-install-cli, to skip the Cloudsmith API/CLI installation if required.
  • Support for wait-interval parameter, to specify the wait interval between sync status requests.
  • Support for no-wait-for-sync parameter, to skip the waiting for package synchronisation (i.e. upload only).
  • Support for extra parameter, to pass arbitrary in-verbatim arguments to the Cloudsmith CLI.

Fixes to RPM Support

15 Sep 08:57
bed6c29
Compare
Choose a tag to compare
  • Some fixes to the test RPM workflow - #9
  • Fixed issue RPM not being added to the entrypoint.sh (thanks @jamtur01) - #8

0.4.0 - Added RedHat (Rpm) Support

15 Sep 01:06
626ce3e
Compare
Choose a tag to compare

Added

0.3.2 - Added Python & Dart Support

17 Aug 14:49
701e5f0
Compare
Choose a tag to compare

What's Changed

Adds the following features:

  • #3 Dart Support
  • #4 Python Support
  • #5 Documentation for OSS contributors