We ship a new bitrise cli version every month. The new release will be available on the bitrise.io virtual machines on the weekend after the CLI release, unless we discover any serious bug/regression.
Read on to learn more about this month’s Bitrise CLI release and about the changes around Bitrise tools and steps.
New version of Bitrise CLI (1.32.0)
1. Tools update
2. Default plugins update
init
plugin version bumped to 1.2.1workflow-editor
plugin version bumped to 1.1.59analytics
plugin version bunmped to 0.10.3
3. Go dependencies update
New steps
- appcenter-app-release 1.0.0
- jandi-message 0.1.0
Step updates
- applivery-android 0.3.2:
- bug fixing
- update Step name to
Applivery.com Android Deploy
- applivery-ios 0.3.1:
- apt-get-install 0.9.1:
- updated step description
- bitrise-step-version-pre-release-info 1.1.0:
- carthage 3.2.1:
- Fixed the issue, where Cartfile.resolved, might not be found when resolvedFilePath != resolvedFileName when determining if Cartfile.resolved exists. - Fix issue where Cartfile.resolved might not be found by kylefleming · Pull Request #56 · bitrise-steplib/steps-carthage · GitHub - Thanks @kylefleming
- typo fixes - Fix a typo in log text by samsonjs · Pull Request #55 · bitrise-steplib/steps-carthage · GitHub - Thanks @samsonjs
- Fixed the issue, where Cartfile.resolved, might not be found when resolvedFilePath != resolvedFileName when determining if Cartfile.resolved exists. - Fix issue where Cartfile.resolved might not be found by kylefleming · Pull Request #56 · bitrise-steplib/steps-carthage · GitHub - Thanks @kylefleming
- deploy-to-bitrise-io 1.6.0:
- new feature added: the step will export an additional universal APK for all AAB files, to make testing easier
- added
xcresult3
converter to support Xcode 11’s new .xcresult format
- fastlane 2.5.0:
- bundler is installed before executing
bundle install
, in case a Gemfile.lock is present. The specific version defined in the Gemfile.lock underBUNDLED WITH
is installed and used to run thebundle install
command. - the issues fixed include the error messages printed during build:
rbenv: bundle: command not found
andYou must use Bundler 2 or greater with this lockfile.
- bundler is installed before executing
- install-missing-android-tools 2.3.7:
- fixed android support lib regex.
- added test case for Android support lib
- fixed missing Android NDK platforms issue, revision installation should be all right now
- project-scanner 3.2.0:
- updated dependencies
- updated steps’ versions used in the workflow.
- dependencies updated
- xcode-test 2.3.2:
- export UITest artifacts only in case of Xcode major version < 11