Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps fastlane from 2.206.2 to 2.211.0.

Release notes

Sourced from fastlane's releases.

2.211.0 Improvements

  • [release] fix for more forgiving changelog generation for release (#20851) via Josh Holtz (@​joshdholtz)
  • [match][sigh] add support for Apple Silicon Macs in iOS/iPadOS provisioning profiles (#20676) via Philipp Resch (@​PinkidG)
  • [snapshot] fix compiler error on SnapshotHelper.swift (#20689) via amcalgates (@​amcalgates)
  • [match] fix match nuke not deleting decrypted files (#20776) via Iulian Onofrei (@​revolter)
  • [docs] update path to iTMSTransporter for Fastlane.swift (#20795) via Rafał Wyszomirski (@​rafauke)
  • [action][update_code_signing_settings] add sdk key to update_code_signing_settings (#20655) via gabimoncha (@​gabimoncha)
  • [pilot][deliver] fix private method clone' called for # on uploading app (#20662) via freddi(Yuki Aki) (@​freddi-kit)
  • [spaceship] implement resolution center API in Spaceship::ConnectAPI (#20726) via Hiroto Nakamura (@​Hiroto-N)
  • [action] add xcodes action, deprecating xcversion and xcode-install (#20672) via Roger Oba (@​rogerluan)
  • [frameit] fix device detection that would match less specific devices first (#20642) via Guglielmo Faglioni (@​guidev)
  • [deliver] add support to detecting and uploading 6.7" (iPhone 14 Pro Max) screenshots (#20694) via Evgeny Cherpak (@​cherpake)

2.210.1 Hotfix for deliver and pilot

  • [pilot][deliver] Fix how to encode base64 p8 key on deliver and pilot (#20669) via freddi(Yuki Aki) (@​freddi-kit)

2.210.0 Improvements

  • [deliver][pilot] use altool instead of using iTMSTransporter for Xcode 14 (#20631) via freddi(Yuki Aki) (@​freddi-kit)
  • [docs][run_tests] fix typo and improve phrasing of documentation (#20585) via Roger Oba (@​rogerluan)

2.209.1 Improvements

2.209.0 Improvements

  • [deliver] fix typo caused by string concatenation (#20531) via Roger Oba (@​rogerluan)
  • [frameit] faceook.design moved to design.facebook.com (#20513) via Guglielmo Faglioni (@​guidev)
  • [match][sigh][cert] added checking hash of installed wwdr certificates (#20507) via grey442 (@​grey442)
  • [action] adding no overwrite and local only options to the pod repo push command (#20455) via polmum (@​polmum)
  • [core] fix unescaped \ (#20508) via Arthur Baars (@​aibaars)
  • [action][tests] don't create keychain files in lazy manner (#20478) via Bartosz Nowak (@​DuMaM)
  • [pilot] app_version and app_build should not be fetched from a local IPA or PKG when distribute_only is set (#20488) via Colin Tremblay (@​tremblay)
  • [match] suppress null byte message (#20497) via Aaron Brager (@​getaaron)

2.208.0 Improvements

  • [spaceship] fix fastlane init and temporarily retrofitting Spaceship::Tunes::Application.find (#20480) via Josh Holtz (@​joshdholtz)
  • [match][sigh] prefer default keychain during wwdr cert installation (#20448) via Bartosz Nowak (@​DuMaM)
  • [match][sigh] fix access to certs installed by fastlane tools for productsign command for macOS (#20474) via Bartosz Nowak (@​DuMaM)
  • [match] extract the certificate name from provisioning profiles (#20187) via Tejas Sharma (@​tejassharma96)
  • [action][changelog_from_git_commits] fix description for documentation (#20430) via Mathijs Bernson (@​mbernson)
  • [snapshot] use empty string to blank out operator name by default (#20429) via Zev Eisenberg (@​ZevEisenberg)
  • [trainer] fix ERB.new() deprecation warnings (#20440) via Philipp Wallisch (@​wallisch)
  • [match] fixes set up bugs when using GitLab Secure Files as a Match storage backend (#20452) via Darby Frey (@​darbyfrey)
Commits
  • 8e456d6 Version bump to 2.211.0 (#20852)
  • 5ab5e0c [release] fix for more forgiving changelog generation for release (#20851)
  • 56db40b [match][sigh] add support for Apple Silicon Macs in iOS/iPadOS provisioning p...
  • e59bb1c [snapshot] fix compiler error on SnapshotHelper.swift (#20689)
  • 62fc877 [match] fix match nuke not deleting decrypted files (#20776)
  • 669a4a5 Update path to iTMSTransporter (#20795)
  • 96e71d5 [action][update_code_signing_settings] add sdk key to update_code_signing_s...
  • 991ce9b use dup instead of clone for error case (#20662)
  • 2263403 [spaceship] implement resolution center API in Spaceship::ConnectAPI (#20726)
  • 4b30089 [action] add xcodes action, deprecating xcversion and xcode-install (#2...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.206.2 to 2.211.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](fastlane/fastlane@fastlane/2.206.2...fastlane/2.211.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 20, 2023

Superseded by #61.

@dependabot dependabot bot closed this Feb 20, 2023
@dependabot dependabot bot deleted the dependabot/bundler/android/fastlane-2.211.0 branch February 20, 2023 06:05
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant