File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
![ ] ( logo/colosseum.jpg )
2
2
3
- # Rome [ ![ Build Status] ( https://travis-ci.org/blender/Rome.svg?branch=master )] ( https://travis-ci.org/blender/Rome ) [ ![ rome-latest] ( https://img.shields.io/badge/release-v0.20 .0.56 -blue.svg )] ( https://github.com/blender/Rome/releases/tag/v0.20 .0.56 ) ![ cocoapods] ( https://img.shields.io/cocoapods/v/Rome.svg ) ![ total-downloads] ( https://img.shields.io/github/downloads/blender/Rome/total.svg ) [ ![ fastlane-plugin -badge] ( https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg )] ( https://github.com/OpenShelter/fastlane-plugin-rome ) [ ![ twitter-follow] ( https://img.shields.io/twitter/follow/tmpz.svg?style=social&label=Follow )] ( https://twitter.com/tmpz )
3
+ # Rome [ ![ Build Status] ( https://travis-ci.org/blender/Rome.svg?branch=master )] ( https://travis-ci.org/blender/Rome ) [ ![ rome-latest] ( https://img.shields.io/badge/release-v0.21 .0.58 -blue.svg )] ( https://github.com/blender/Rome/releases/tag/v0.21 .0.58 ) ![ cocoapods] ( https://img.shields.io/cocoapods/v/Rome.svg ) ![ total-downloads] ( https://img.shields.io/github/downloads/blender/Rome/total.svg ) [ ![ fastlane-plugin -badge] ( https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg )] ( https://github.com/OpenShelter/fastlane-plugin-rome ) [ ![ twitter-follow] ( https://img.shields.io/twitter/follow/tmpz.svg?style=social&label=Follow )] ( https://twitter.com/tmpz )
4
4
5
5
Rome is a tool that allows developers on Apple platforms to use:
6
6
@@ -222,6 +222,9 @@ these will be the credentials that Rome will use to access S3 on your behalf.
222
222
To use configurations other than the ` default ` profile set the ` $AWS_PROFILE `
223
223
environment variable to your desired profile.
224
224
225
+ Since version ` 0.21.0.58 ` Rome also supports privilege escalation via [ Amazon STS] ( https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html )
226
+ by specifying ` role_arn ` and ` source_profile ` in ` ~/.aws/credentials `
227
+
225
228
### Selecting the AWS Region
226
229
227
230
In your home folder create a ` .aws/config ` like the following
Original file line number Diff line number Diff line change 1
1
name : Rome
2
- version : 0.21.0.57
2
+ version : 0.21.0.58
3
3
synopsis : A cache for Carthage
4
4
description : Please see README.md
5
5
homepage : https://github.com/blender/Rome
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Rome'
3
- s . version = '0.21.0.57 '
3
+ s . version = '0.21.0.58 '
4
4
s . summary = 'A cache tool for Carthage'
5
5
s . homepage = 'https://github.com/blender/Rome'
6
6
s . source = { :http => "#{ s . homepage } /releases/download/v#{ s . version } /rome.zip" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import System.Exit
10
10
11
11
12
12
romeVersion :: RomeVersion
13
- romeVersion = (0 , 21 , 0 , 57 )
13
+ romeVersion = (0 , 21 , 0 , 58 )
14
14
15
15
16
16
You can’t perform that action at this time.
0 commit comments