Releases: cloudsmith-io/action
Releases · cloudsmith-io/action
v0.6.2
Add support for Nuget Symbol server
Action Invocation Bugfix
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
- Added support for the
Swift
package format! - Switched the type of the action from
docker
tocomposite
. As a result, the Cloudsmith action now runs on machine executors such as MacOS!
Use Cloudsmith-hosted image to run action
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
Fixed GitHub Workflows + Action Input
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
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.