-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce a changelog using semantic versioning #24
Labels
Comments
dafyddj
added a commit
to dafyddj/vault-formula
that referenced
this issue
Mar 27, 2019
Add the Travis configuration and files needed to accomplish this. Resolves saltstack-formulas#24
dafyddj
added a commit
to dafyddj/vault-formula
that referenced
this issue
Mar 27, 2019
… versioning Add the Travis configuration and files needed to accomplish this. Resolves saltstack-formulas#24
dafyddj
added a commit
to dafyddj/vault-formula
that referenced
this issue
Mar 27, 2019
Add the Travis configuration and files needed to accomplish this. Resolves saltstack-formulas#24
dafyddj
added a commit
to dafyddj/vault-formula
that referenced
this issue
Mar 27, 2019
Add the Travis configuration and files needed to accomplish this. Resolves saltstack-formulas#24
saltstack-formulas-travis
pushed a commit
that referenced
this issue
Mar 27, 2019
## [0.5.1](v0.5.0...v0.5.1) (2019-03-27) ### Documentation * **semantic-release:** implement an automated changelog ([728ebd8](728ebd8)), closes [#24](#24)
🎉 This issue has been resolved in version 0.5.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
teeuwes
added a commit
to tucows/vault-formula
that referenced
this issue
Apr 4, 2019
* docs(semantic-release): implement an automated changelog Add the Travis configuration and files needed to accomplish this. Resolves saltstack-formulas#24 * chore(release): 0.5.1 [skip ci] ## [0.5.1](saltstack-formulas/vault-formula@v0.5.0...v0.5.1) (2019-03-27) ### Documentation * **semantic-release:** implement an automated changelog ([728ebd8](saltstack-formulas@728ebd8)), closes [saltstack-formulas#24](saltstack-formulas#24) * refactor(everything): overhaul to align with the template-formula * see: https://github.com/saltstack-formulas/template-formula * systemd unit file:https://learn.hashicorp.com/vault/operations/ops-vault-ha-consul#vault-server-systemd-unit-file * currently the self-signed certificate part has not been ported but that can be done upon request BREAKING CHANGE: This renames all states and the config file being generated. * fix(everything): review comments & tests * test(config): correct more test cases * revert(defaults): some defaults were incorrectly changed * refactor(service): move config watch statement as it breaks in dev_mode * refactor(map.jinja): cleanup map.jinja merge & add lookup * fix(package): fix more review comments * remove "backend file" from defaults as it was always added due to being a default * fix(package): add missed cleanup & add storage backend to prod test * fix(upgrade): upgrade procedure & add MacOS platform * test(manual): update test, clean link * don't try to stop non-existing service * fix(service): re-add support for Ubuntu 14.04 and older * test(install_binary): fix version & hash returned by vault v1.1.0 * feat(version): bump version to 1.1.0 * test(kitchen): change version pillar * chore(release): 1.0.0 [skip ci] # [1.0.0](saltstack-formulas/vault-formula@v0.5.1...v1.0.0) (2019-04-01) ### Bug Fixes * **everything:** review comments & tests ([297d784](saltstack-formulas@297d784)) * **package:** add missed cleanup & add storage backend to prod test ([d0ed5e5](saltstack-formulas@d0ed5e5)) * **package:** fix more review comments ([65482c2](saltstack-formulas@65482c2)) * **service:** re-add support for Ubuntu 14.04 and older ([1b1611f](saltstack-formulas@1b1611f)) * **upgrade:** upgrade procedure & add MacOS platform ([b7b0d1d](saltstack-formulas@b7b0d1d)) ### Code Refactoring * **everything:** overhaul to align with the template-formula ([15d4e34](saltstack-formulas@15d4e34)) * **map.jinja:** cleanup map.jinja merge & add lookup ([a640f01](saltstack-formulas@a640f01)) * **service:** move config watch statement as it breaks in dev_mode ([c6ce242](saltstack-formulas@c6ce242)) ### Features * **version:** bump version to 1.1.0 ([7671f87](saltstack-formulas@7671f87)) ### Reverts * **defaults:** some defaults were incorrectly changed ([140db23](saltstack-formulas@140db23)) ### Tests * **config:** correct more test cases ([507ee9f](saltstack-formulas@507ee9f)) * **install_binary:** fix version & hash returned by vault v1.1.0 ([8d74960](saltstack-formulas@8d74960)) * **kitchen:** change version pillar ([7fed7e6](saltstack-formulas@7fed7e6)) * **manual:** update test, clean link ([1f533d3](saltstack-formulas@1f533d3)) ### BREAKING CHANGES * **everything:** This renames all states and the config file being generated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen in
template-formula
.The text was updated successfully, but these errors were encountered: