This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
1313## 0.1.2 - 2017-10-19
1414
15- ### Initial release
15+ ### Initial release ( * alpha * )
1616- First public release
1717- Support for AWS provider only
1818- Prepare and drive infrastructure updates using Terraform
1919- Prepare configuration updates using Puppet and drive them using Wing on the
2020 instances
2121- Provides wrappers for basic administrative task: kubectl, ssh
22+ - Experimental vendoring of Kubicorn's Cluster API (https://github.com/kris-nova/kubicorn ) for cluster configuration
2223
2324> Disclaimer - please note that current releases of Tarmak are alpha (unless
2425> explicitly marked). Although we do not anticipate breaking changes, at this
Original file line number Diff line number Diff line change @@ -66,3 +66,23 @@ To build the documentation run the following.
6666 make html
6767
6868You can now open `_build/html/index.html ` in a browser.
69+
70+
71+ Release Checklist
72+ -----------------
73+
74+ This is a list to collect manual tasks/checks necessary for cutting a
75+ release of Tarmak:
76+
77+ Before tagging a release:
78+
79+ * Update the CHANGELOG
80+ * Ensure Wing release is updated in Terraform (not easily possible as we
81+ protect the download by the hash we don't know yet, `#8
82+ <https://github.com/jetstack/tarmak/issues/8> `_)
83+ * Branch out minor releases into ``release-x.y ``
84+ * Tag release commit with ``x.y.z ``
85+
86+ After release job has run:
87+
88+ * Make sure we update the generated `releases <https://github.com/jetstack/tarmak/releases >`_ page
You can’t perform that action at this time.
0 commit comments