Skip to content

chore(deps): update dependency fastlane to v2.232.2#39

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fastlane-2.x-lockfile
Open

chore(deps): update dependency fastlane to v2.232.2#39
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fastlane-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
fastlane (source, changelog) 2.218.02.232.2 age confidence

Release Notes

fastlane/fastlane (fastlane)

v2.232.2: Improvements

Compare Source

v2.232.1: Improvements

Compare Source

  • [action] Revert to "-uploadedDate" sort order for app_store_build_num… (#​29899) via Kai Leonhardt (@​Mik4sa)

v2.232.0: Improvements

Compare Source

v2.231.1: Improvements

Compare Source

[!IMPORTANT]
fastlane will begin warning if you are using a Ruby version we will no longer support in future.

v2.231.0: Improvements

Compare Source

[!IMPORTANT]
fastlane will begin warning if you are using a Ruby version we will no longer support in future.


v2.230.0: Improvements

Compare Source

v2.229.1: Improvements

Compare Source

v2.229.0: Improvements

Compare Source

v2.228.0: Improvements

Compare Source

  • [sigh][match] fix issue where unknown attribute template_name is being sent when creating provisioning profiles (#​29591) via Florentin Luca Rieger (@​visuallization)
  • [action][hipchat] remove hipchat action (#​29558) via Eitan Adler (@​grimreaper)

[!IMPORTANT]
If your app relies on managed capabilities (previously referred to as custom entitlements or the template_name parameter in match), you are impacted by a change that Apple made to their APIs in the last 2 weeks.
Please check out the ongoing discussion at https://redirect.github.com/fastlane/fastlane/discussions/29609 for the latest updates. Your insights and contributions are welcome!

v2.227.2: Improvements

Compare Source

v2.227.1: Improvements

Compare Source

  • [match] fix error with universal provisioning filter ("'UNIVERSAL' is not a valid filter value") (#​29500) via Michael Neeley (@​redreceipt)
  • Bump xcpretty to version 0.4.1 (#​29516) via Iulian Onofrei (@​revolter)
  • [scan] Remove unnecessary shellescape when generating -resultBundlePath option (#​22285) via Junfeng (@​hujunfeng)

v2.227.0: Improvements

Compare Source

v2.226.0: Improvements

Compare Source

v2.225.0: Improvements

Compare Source

This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

v2.224.0: Improvements

Compare Source

  • [spaceship] Add support for Enterprise Program API (#​22215) via GevaZeichner (@​GevaZeichner)
  • Make test pass standalone (#​22268) via Jerome Lacoste (@​lacostej)
  • Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError) (#​21950) via Nicolas G (@​nicgodoy)
  • [Fastlane.Swift] Allow overriding LaneFileProtocol lifecycles when subclassing LaneFile (#​20563) via Sven Tiigi (@​SvenTiigi)
  • [Match][S3] Only download (and decrypt) files in the subfolder of the provided TeamID (#​22199) via Olivier Halligon (@​AliSoftware)

v2.223.1: Improvements

Compare Source

v2.223.0: Improvements

Compare Source

  • [ci] fix changelog generation when no author (#​22250) via Josh Holtz (@​joshdholtz)
  • [core] add -packageAuthorizationProvider flag for xcodebuild (#​22227) via Yarden Eitan (@​yarneo)
  • [deliver][pilot] add ability to use Individual API key in deliver and pilot (#​22128) via Ryosuke Ito (@​manicmaniac)
  • [match] allow using legacy encryption mode when writing to storage (#​22228) via Hiroto Nakamura (@​Hiroto-N)
  • [action][import_from_git] fix import_from_git when specifying a tag and cache_path (#​22133) via Jens Kuhr Jørgensen (@​jenskuhrjorgensen)
  • [slack] enable emoji-based icons in Slack action by adding icon_emoji parameter (#​22235) via Luka Hristic (@​lukeleleh)
  • [action][testfairy] add tags parameter to TestFairy upload action (#​22119) via Duncan MacDonald (@​oct0f1sh)
  • [action][changelog_from_git_commits] add app_path parameter to changelog_from_git_commits (#​22149) via John Pignata (@​jpignata)
  • [scan] improve performance by change order of checks in building_mac_catalyst_for_mac function (#​20898) via TomoXD (@​ghost)

v2.222.0: Improvements

Compare Source

  • [action][sh] fastlane sh with log set to false should respect a step name (#​22151) via Daniel Jankowski (@​mollyIV)
  • [scan][trainer] hotfix for float-type version acquisition of xcresulttool version fails (#​22157) via David Dongkyu Kim (@​dokimyj)
  • [gym] fix default result bundle path name (#​22154) via Ignacio Calderon (@​kronenthaler)
  • [scan][trainer] hotfix for xcresulttool spec changes >= XC16b3 (#​22147) via David Dongkyu Kim (@​dokimyj)
  • [action][ensure_git_status_clean] support empty spaces in ignore_files file paths (#​21566) via Daniel Jankowski (@​mollyIV)
  • [spaceship] add visionOS support for Connect API (#​22032) via Frederik Seiffert (@​triplef)
  • [spaceship] Add get app availabilities v2 request (#​21901) via Lukasz Grabowski (@​lucgrabowski)

v2.221.1: Improvements

Compare Source

  • [deliver][spaceship] remove IDFA declarations for Apple App Store submission process (#​22003) via Vyacheslav Frolov (@​fr0l)

v2.221.0: Improvements

Compare Source

v2.220.0: Improvements

Compare Source

v2.219.0: Improvements

Compare Source

  • [fastlane][ci] Lock google-cloud-env < 2.0.0 for Ruby 2.6 and fix CI to use specified ruby versions (#​21777) via Josh Holtz (@​joshdholtz)
  • [sigh] prevent crashes in fetch_profiles when profiles have no bundle_id (#​21758) via jonas2808 (@​jonas2808)
  • [scan] Fix device selection issue fallback scenario (#​21772) via arc-v2 (@​arc-v2)
  • [sigh] fix cache parameters validation (#​21766) via Vitalii Budnik (@​nekrich)
  • [match] fix cache issues in read-only mode (#​21767) via Vitalii Budnik (@​nekrich)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch 2 times, most recently from 252d9b1 to af5c4c5 Compare November 21, 2025 22:45
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.228.0 chore(deps): update dependency fastlane to v2.229.0 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from af5c4c5 to c453a95 Compare November 24, 2025 20:46
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.229.0 chore(deps): update dependency fastlane to v2.229.1 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from c453a95 to a0eeea4 Compare December 18, 2025 12:45
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.229.1 chore(deps): update dependency fastlane to v2.230.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from a0eeea4 to 501eb85 Compare December 31, 2025 17:08
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from 501eb85 to b5d3a00 Compare January 16, 2026 18:57
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.230.0 chore(deps): update dependency fastlane to v2.231.0 Jan 16, 2026
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from b5d3a00 to dc88069 Compare January 20, 2026 20:35
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.231.0 chore(deps): update dependency fastlane to v2.231.1 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch 2 times, most recently from 482e8c2 to 6eba54e Compare February 6, 2026 18:41
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.231.1 chore(deps): update dependency fastlane to v2.232.0 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from 6eba54e to fcad816 Compare February 11, 2026 02:25
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.232.0 chore(deps): update dependency fastlane to v2.232.1 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from fcad816 to 6746f18 Compare February 27, 2026 13:21
@renovate renovate bot changed the title chore(deps): update dependency fastlane to v2.232.1 chore(deps): update dependency fastlane to v2.232.2 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/fastlane-2.x-lockfile branch from 6746f18 to ee0454f Compare March 13, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants