Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Bump fastlane from 2.138.0 to 2.165.0 #99

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fastlane from 2.138.0 to 2.165.0.

Release notes

Sourced from fastlane's releases.

2.165.0 Improvements

  • [spaceship] allow authentication to take key content instead of just its file path (#17369) via Roger Oba
  • [spaceship] added b2b and educational discount to app (#17490) via Josh Holtz
  • [sigh] fix undefined method owner_name with display_name in Sigh::Runner (#17432) via Addison Brickey
  • [action] match - Fix incorrect app_identifier description (#17480) via Iulian Onofrei
  • [cert] fixed "\x82" from ASCII-8BIT to UTF-8 (#17489) via Max Ott

2.164.0 Improvements

  • [resign] add quotes around $APP_PATH variable to not silently fail when path has a space in it (#17354) via Nick Silvestro
  • [match] add skip certificate verification option to match import (#17251) via Nikola Nikolov
  • [scan] correctly default to empty device list (#17142) via John DeLong
  • [action] import_from_git - Add caching support (#17412) via Iulian Onofrei
  • [supply] upload Rejects releases with empty version_codes (#17405) via Tauan Miguel Lemos
  • [fastlane_core][snapshot][scan] collect sim logs starting for current process (#17465) via Lyndsey Ferguson
  • [match] add codesign: to partition IDs in match's keychain_importer (#17456) via Roger Oba
  • [sigh] fixed "\x82" from ASCII-8BIT to UTF-8 (#17446) via phil zhang
  • [action] App Store Connect API Key for set_changelog (#17445) via Theo Chupp
  • [action] fix register_devices to compare udids without case (#17433) via Josh Holtz
  • [deliver] optimize metadata uploading speed (#17422) via Satoshi Namai

2.163.0 Improvements

  • [action] App Store Connect API Key for register_device and register_devices (#17426) via Josh Holtz
  • [snapshot] update SnapshotHelper.swift to work with tvOS (#17360) via Pierre Felgines
  • [cert][deliver][match][precheck][sigh] pull "api_key" config from shared lane context. (#17390) via Roger Oba
  • [gym] fix building project with unicode characters in a name (#17397) via Daniel Jankowski
  • [action] add is_key_content_base64 to app_store_connect_api_key to make easier for env and CI (#17401) via Josh Holtz
  • [actions] add App Store Connect API key to app_store_build_number action (#17413) via Jake Wood
  • [spaceship] show proper 401 error message for Spaceship::ConnectAPI (#17393) via Josh Holtz
  • [deliver] make automatic_release optional for app types that aren't a ble to set it (like Apple Arcade and Pre Release) (#17383) via Josh Holtz
  • [sigh] fix download_all to also use App Store Connect API Key (#17382) via Josh Holtz
  • [Fastlane.Swift] fix: beforeAll method not called (#17336) via Jean Mainguy

2.162.0 App Store Connect API Key for match, cert, and sigh

  • [match] add support for App Store Connect API Key (#17291) via Josh Holtz
  • [sigh] add support for App Store Connect API Key (#17265) via Josh Holtz
  • [cert] migrate to App Store Connect API endpoints and can use App Store Connect API Key (#17263) via Josh Holtz
  • [deliver] fix screenshot uploads issue when overwrite_screenshot option is set to false (#17346) via Satoshi Namai
  • [fastlane_core] skip analytics message on first run if opted out (#17345) via Brandon Siegel
  • [deliver] transform string key to symbol, since hash args in options from CLI keyed by string (#17302) via TragedyStar
  • [spaceship] add ability to delete multiple beta testers at a time (#17304) via Eric Wu
  • [spaceship] support for adding & removing users (#17315) via Max Ott

2.161.0 Improvements

  • [action] add file ignore param for ensure_git_status_clean (#17115) via Devzhr
  • [action[ set http request read_timeout to 300 seconds for download_dsyms (#17262) via Pranav Raj
  • [Fastlane.swift] fix crash in LaneFileProtocol.swift when executing fastlane Swift without using SPM (#17276) via Roger Oba
  • [pilot] make key contents sensitive (#17256) via Roger Oba
  • [action] fixed issue in app_store_connect_api_key with loading key content from env variable (#17322) via Josh Holtz
  • [spaceship] checks is not nil on Spaceship::ConnectAPI.patch_app (#17261) via Abraão Levi de Oliveira Figueredo
  • [spaceship] modify Net::HTTPGenericRequest monkeypatch so that only Apple domains are affected (#17218) via Ash Tyndall
Commits
  • 9fda747 Version bump to 2.165.0 (#17493)
  • 575ebb8 [spaceship] allow authentication to take key content instead of just its file...
  • 60ce99a [spaceship] added b2b and educational discount to app (#17490)
  • 0d05b21 [sigh] fix undefined method owner_name with display_name in Sigh::Runner (#17...
  • 114f90b [action] match - Fix incorrect app_identifier description (#17480)
  • aa4addc [cert] fixed "\x82" from ASCII-8BIT to UTF-8 (#17489)
  • 5d9219e Version bump to 2.164.0 (#17469)
  • dd77fef add quotes around $APP_PATH variable to not silently fail when path has a spa...
  • b9aada5 [match] add skip certificate verification option to match import (#17251)
  • aed4533 Correctly default to empty device list (#17142)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 26, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Superseded by #101.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/fastlane-2.165.0 branch November 9, 2020 07:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants