Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: projectxyzio/fastlane

Tags

2.207.0

Toggle 2.207.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.207.0 (fastlane#20421)

fastlane/2.207.0

Toggle fastlane/2.207.0's commit message
Many Improvements and Dropping Ruby 2.5 Support

* [match] add profile_type filtering when checking if profile exists (fastlane#20311) via Paul Taykalo (@PaulTaykalo)
* [deliver] update deliver/runner.rb to handle both ipa and pkg paths. (fastlane#20043) via Stefan Natchev (@snatchev)
* [match] add imports, fix linting errors, rename env variable (fastlane#20418) via Josh Holtz (@joshdholtz)
* [spaceship] allow for removing app from sale by updating territories (fastlane#20324) via Lukasz Grabowski (@lucgrabowski)
* [sigh][match][spaceship] add missing inhouse to mac profile types (fastlane#20353) via Bartosz Nowak (@DuMaM)
* [Fastlane.swift] show http error message from AppStore (fastlane#20397) via Julian Kalinowski (@kalinjul)
* [match] adding support for GitLab Secure Files as a Match storage mode (fastlane#20386) via Darby Frey (@darbyfrey)
* [match] improve Match::CommandsGenerator's decrypt option unit test (fastlane#20395) via Manish Rathi (@crazymanish)
* [match] added Match::CommandsGenerator's import option unit test (fastlane#20396) via Manish Rathi (@crazymanish)
* [fastlane-core][scan] added destination param support inside the `xcodebuild` command (fastlane#20399) via Manish Rathi (@crazymanish)
* [pilot] added the Pilot::TesterExporter class unit tests (fastlane#20394) via Manish Rathi (@crazymanish)
* [frameit] add Device Google Pixel 5 (fastlane#20389) via Denis Andrašec (@denrase)
* [action][update_info_plist] improve the plist file-path option validation check (fastlane#20356) via Manish Rathi (@crazymanish)
* [match] specify s3 object prefix (fastlane#20344) via Hiroshi Ishihara (@iaia)
* [snapshot] Add missing iPod touch to Generated Snapshot Reports (fastlane#20337) via Kyle Howells (@kylehowells)
* [Ruby] Ruby 2.6 is now the minimum (dropping Ruby 2.5) (fastlane#20413) via Josh Holtz (@joshdholtz)
* [gem] update rack due to security alert from dependabot (fastlane#20339) via Lukasz Grabowski (@lucgrabowski)
* [fastlane] allow overriding the architecture to run xcodebuild under (fastlane#20323) via Manu Wallner (@milch)

https://github.com/fastlane/fastlane/releases/tag/2.207.0

2.206.2

Toggle 2.206.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.206.2 (fastlane#20320)

fastlane/2.206.2

Toggle fastlane/2.206.2's commit message
Improvements

* [Fastlane.swift] fix compile issue with argumentProcessor (fastlane#20318) via Josh Holtz (@joshdholtz)
* [Fastlane.Swift] Use ArgumentProcessor port to start fastlane socket_server (fastlane#20176) via Sven Tiigi (@SvenTiigi)
* [pem] fixed "\x82" from ASCII-8BIT to UTF-8 when saving .p12 files to disk (fastlane#20317) via Roger Oba (@rogerluan)
* [fastlane] fix a grammatical mistake when prompting which lane to run (fastlane#20307) via kamimi01 (@kamimi01)
* [fastlane][tests] add tests for CLIToolsDistributor (fastlane#20315) via Lukasz Grabowski (@lucgrabowski)

https://github.com/fastlane/fastlane/releases/tag/2.206.2

2.206.1

Toggle 2.206.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.206.1 (fastlane#20308)

fastlane/2.206.1

Toggle fastlane/2.206.1's commit message
Hot fix

* [regression][fastlane] fixed fastlane command issue when tool name not provided (fastlane#20295) via Manish Rathi (@crazymanish)
* [aciton][import_from_git] fix/import from git spec fail with non master default branch (fastlane#20297) via Jerome Lacoste (@lacostej)

https://github.com/fastlane/fastlane/releases/tag/2.206.1

2.206.0

Toggle 2.206.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.206.0 (fastlane#20288)

fastlane/2.206.0

Toggle fastlane/2.206.0's commit message
Improvements

* [match] add support for Developer ID certificates from G2 Sub-CA (fastlane#20145) via Frederik Seiffert (@triplef)
* [spaceship] add ability to invite a single TestFlight user (fastlane#20112) via Lucas (@LcTwisk)
* [deliver] add `verify_only` option to deliver (fastlane#20247) via Pol Piella (@pol-piella)
* [scan] fix scan failing to return results when there are test failures (fastlane#20237) via Mahmood Tahir (@tahirmt)
* [docs] remove named parameter from `create_capability` example. (fastlane#20197) via Trent Kocurek (@t2)
* [spaceship] fix creation App Store Connect API authorization token (fastlane#20206) via Yuya Oka (@nnsnodnb)
* [match] add option to skip google account confirmation (fastlane#20223) via Tim Sneed (@trsneed)
* [aciton][setup_ci] added timeout param into setup_ci (fastlane#20211) via javigines (@javigines)
* [action][danger] add GitHub Enterprise flags (fastlane#20216) via Alexander Weiß (@alexanderwe)
* [fastlane] allows aliased tool names (build_app, sync_code_signing, etc) to run from CLI (fastlane#20287) via Josh Holtz (@joshdholtz)
* [spaceship] update buildDeliveries request to use app id in path (fastlane#20268) via Lukasz Grabowski (@lucgrabowski)
* [spaceship] update `Spaceship::ConnectAPI::User model` to include `delete!` method (fastlane#20251) via Liam Nichols (@liamnichols)
* [infra] changelog will now show github usernames which makes contributors stand out more in releases (fastlane#20214) via Josh Holtz (@joshdholtz)

https://github.com/fastlane/fastlane/releases/tag/2.206.0

2.205.2

Toggle 2.205.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.205.2 (fastlane#20203)

fastlane/2.205.2

Toggle fastlane/2.205.2's commit message
Improvements

* [action][update_project_provisioning] fail when profile cannot be verified (fastlane#20169) via Lukasz Grabowski
* [match] check validity of provisioning profile certificates (fastlane#20194) via Vitalii Budnik
* [spaceship] refresh token and retry on authorization errors (fastlane#19502) via Anderson Mesquita
* [frameit] add support for iPhone 13 device family with updated colors (fastlane#20148) via Braden Casperson
* [match] Avoid mutating app_identifiers (fastlane#20125) via Olivier Halligon

https://github.com/fastlane/fastlane/releases/tag/2.205.2