Skip to content

Releases: bitrise-steplib/steps-deploy-to-bitrise-io

2.0.5

23 Mar 20:04
b0348ed
Compare
Choose a tag to compare

Added support for Google Cloud Storage uploads.

What's Changed

  • Google Cloud Storage artifact upload fix by @imrekel in #153

Full Changelog: 2.0.4...2.0.5

2.0.4

17 Feb 13:22
fd92ed8
Compare
Choose a tag to compare

What's Changed

  • JUnit report generation fix when report includes a flaky rerun by @viktorbenei in #152

Full Changelog: 2.0.3...2.0.4

2.0.3

24 Jan 22:33
de27281
Compare
Choose a tag to compare

Bug Fix

xcresult3 converter's output includes the skipped tests as successful

2.0.2

18 Jan 15:33
a5dd08d
Compare
Choose a tag to compare

What's Changed

  • [#150] Fix reporting skipped tests when deploying iOS/Android test results

Full Changelog: 2.0.1...2.0.2

2.0.1

08 Oct 10:36
b673248
Compare
Choose a tag to compare

[#148] Update default bundletool version from 0.13.4 to 1.8.1 (this is used to get metadata from deployed Android app files)

🥇 Thank you @chedabob for the contribution!

2.0.0

13 Sep 12:51
27edc12
Compare
Choose a tag to compare

Removed "Force generate universal APK for AABs" (generate_universal_apk_if_none) step input.

  • The Export Universal APK step can be used as a replacement to generate a universal APK. You can find more information here.

1.13.2

10 May 09:51
327ade9
Compare
Choose a tag to compare

Attempt retries if encountering network timeouts when downloading bundletool.

Example error message:

deploy failed, error: Get "https://github-releases.githubusercontent.com/ ... bundletool-all.jar ... read: connection reset by peer

1.13.1

19 Feb 12:10
aede6ad
Compare
Choose a tag to compare

Description updated.

1.13.0

15 Feb 11:09
f926cfd
Compare
Choose a tag to compare

Marking universal APK generation as deprecated (#133).

1.12.1

01 Feb 13:09
16fd468
Compare
Choose a tag to compare
  • Fix broken links in description #131