shield/6.1.0
            You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit c014b267.
          
Release Notes¶
Core Enhancements
- Properly handle secure redirection from insecure endpoints. If you target a SHIELD over a non-HTTPS endpoint, the CLI will wait to see if it gets redirected to an HTTPS endpoint before sending any credentials. Fixes shield/#151.
- Authentication now produces more helpful debugging and diagnostic information, to assist site operators in troubleshooting their auth setup.
- Users can now be granted access to SHIELD based on UAA credentials and their role assignments / memberships.
Bug Fixes
- Fix a bug in the timespec scheduling logic for weekly jobs that would cause 60 separate tasks (one per second) to fire off when the weekly backup was to be run.
- Rename nginx.ssl_certproperty tonginx.ssl_crt, so that custom certificates will work with SHIELD.
- Fix an off-by-one bug in the Web UI that was causing dates in May to display as dates in April (for example).
S3 Plugin Enhancements
- The s3_hostconfiguration option is now optional, and defaults to using Amazon’ss3.amazonaws.comendpoint.
- The prefixconfiguration option is now optional, allowing backups to be placed directly in the root
- The skip_ssl_validationconfiguration option now defaults to false (i.e., actually verify certs received from S3)
- The socks5_proxyconfiguration option now displays in validation output.
Postgres Plugin Enhancements
- Now supports backing up a single database on a cluster, via the
pg_databaseconfiguration option.
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "shield" version: "6.1.0" url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.1.0" sha1: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.1.0"