Releases: ember-cli-deploy/ember-cli-deploy-redis
Releases · ember-cli-deploy/ember-cli-deploy-redis
v1.0.0-beta.0
One Year, Five Times
Tre uomini e una gamba
The Bostonian
Farm
Cat o Nine Tails
about time
Lost of little updates since our 0.1.0
release
- Ability to customize the
activationSuffix
(default iscurrent
) #41 thanks @Bockit! - Set
previousRevisionKey
before activating a new revision #47 thanks @duizendnegen - Better integration with ember-cli-deploy-ssh-tunnel #38 thanks @ssendev
- Allow configuration of
maxReleases
#46 thanks @jrowlingson - Copy revision on a specific key upon activation (enables direct serving from nginx) #43 thanks @arenoir
thanks to all the contributors!
Digital Packet
This release expects to find a json object with a revisionKey property instead of a revisionKey string. It is designed to work with the new version of ember-cli-deploy-revision-data.
If you are upgrading from v0.1.0-beta.1, the revision list key type in redis has changed from being "list" to a "zset". You will need to delete it to allow ember-cli-deploy-redis to recreate it. Check your deploy.js file to see what keyPrefix
you have configured. Then send redis the command del [keyPrefix]
(where [keyPrefix]
is your configured value).
The best is yet to come
Community Contributions
- #1 Deploy to Redis @achambers
- #2 Now we're using user defined config over context @achambers
- #3 Allow configuration of redis using a url property instead of host/port/etc @lukemelia
- #4 Update description and repo in package.json @lukemelia
- #5 Allow keyPrefix to be configurable. Defaults to "[project name]:index" @lukemelia
- #6 Use new
configure
hook instead ofwillDeploy
@achambers - #8 Implement
activate
hook @achambers - #9 Added didDeploy hook @lukemelia
- #11 Plugin base class restructure @achambers
- #12 Make filePattern relative to context.distDir @achambers
- #13 Fixed a bug in activate hook logging @lukemelia
- #14 Update README for v0.5.0 @achambers
- #15 Make filePattern config relative to distDir @achambers
- #16 Update ember-cli-deploy-plugin version for bugfix. @lukemelia
- #17 Update for ember-cli-deploy CLI changes @lukemelia
- #18 Read config from configured name path instead of static 'redis' key @dschmidt
- #19 Pass through database number @dschmidt
- #21 Very small typo @zapnito
- #22 Fixed typo @zapnito
Thank you to all who took the time to contribute!