Sha256: 6a9a763de475cddf49b0ab686923897f5a4a6770abc924298c0b52fbc354c333
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# Change Log ## 1.2.2 Fixed initializer. `Brillo.configure` pre-initialization will now work. Moved verification of config to post app initialization. ## 1.2.1 Support S3 config [via your environment](https://github.com/aws/aws-sdk-ruby#configuration). To configure via the environment, just leave your `Brillo.config.transfer_config.{access_key_id,secret_access_key}` blank. ## 1.1.4 Fix loading a postgres database with a password set. ## 1.1.3 Fix bug in S3 upload path. Files were previously uploading to their local system path in S3. I.e. `bucket-name/my/rails/app/tmp/my-app-scrubbed.dmp.gz`. ## 1.1.2 Set us-east-1 as the default region, because this is S3s default and can be accessed from other regions. ## 1.1.1 Fixed postgres sequence not being set to MAX(id). ## 1.1.0 **New** - **BREAKING** Brillo used to support loading your credentials from a YAML file at `/etc/ec2_secure_env.yml` but no longer does. It is now your responsibility to ensure the credentials are in the environment Brillo runs in. - Removed the dependency on the AWS Timkay CLI, instead using the AWS gem. - Added support for configuring all S3 parameters in Ruby land **Fixed** - Fix mysql exec when no host specified - Fix postgres exec when no host specified - Fix postgres adapter reference ## 1.0.0 First public Brillo version! ## 0.3.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brillo-1.2.2 | CHANGELOG.md |