Skip to content
Snippets Groups Projects
Commit d4b3f41a authored by Varac's avatar Varac
Browse files

Merge branch '925-release-0-7-0' into 'master'

Resolve "Release 0.7.0"

Closes #925

See merge request openappstack/openappstack!481
parents bd6229b4 325aa405
No related branches found
Tags 0.7.0
No related merge requests found
......@@ -2,19 +2,21 @@
## Before finalizing release
Make these changes in the master branch before releasing:
* [ ] Ensure all applications/dependencies/charts are at their latest versions
see `.gitlab/issue_templates/update_all_components.md`
* [ ] Upgrade-test from last release version to `master` succeeds
## In the master branch before releasing
* [ ] Create a MR for the master branch for the following changes:
* update/review `docs/*` and make sure it matches the current state
* Update/review `docs/*` and make sure it matches the current state
* [ ] Update how to checkout the latest stable tag
* [ ] Document how to upgrade in `docs/upgrade.md`
* [ ] Update dependencies in `requirements.txt` by following the
instructions in `requirements.in`
* [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/)
* [ ] Do a manual upgrade test from last release version to `master`
* [ ] Create a release merge request for the master branch
## In the release merge request
* [ ] update [CHANGELOG.md](https://keepachangelog.com)
* [ ] Include `Known issues`
* [ ] Update the version number in the `VERSION` file
* [ ] Commit (signed)
......@@ -26,11 +28,11 @@
* [ ] Make sure the master pipeline succeeds for the last commit before tagging. This
is important because tags should not get retagged !
* [ ] Create and push signed tag (`git tag -s 0.6.0 -m 'Release 0.6.0'; git push --tags`)
* [ ] Create and push signed tag (`git tag -s 0.7.0 -m 'Release 0.7.0'; git push --tags`)
## In the new release branch
* [ ] If this is a major release, create a new release branch (i.e. `v0.6`)
* [ ] If this is a major release, create a new release branch (i.e. `v0.7`)
Create a MR for the new branch with the following changes:
......
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.7.0] - Unreleased
## [Unreleased]
* **BREAKING**: the `oas-secrets` helm chart has been removed. Because of this
`flux` will remove your existing secrets when you change the tracking branch
from `v0.6` to `v0.7`. Follow our [upgrade
guide](https://docs.openappstack.net/en/latest/upgrading.html) to prevent data
loss
* TODO INSERT MORE HERE
* Nothing yet!
## [0.7.0] - 2021-08-19
### Removed
* **BREAKING**: The `oas-secrets` helm chart has been removed (#891)
Because of this `flux` will remove your existing secrets when you change the
tracking branch from `v0.6` to `v0.7`.
Follow our [upgrade guide](https://docs.openappstack.net/en/latest/upgrading.html)
to prevent data loss!
* Unused flux notification-controller (#840)
### Changed
* Docuementation overhaul (especially for installatation instructions)
* Increase cpu limits for eventrouter (#920)
* Increase mem limits for loki (#910)
* Retry taiko CI test until success
* Enable startupProbe for Nextcloud, remove initialDelaySeconds (#914)
* Reduce loki retention to 8 days because it uses too much disk space
* Update:
* Taiko to 1.2.6
* OAS Nextcloud chart to 0.3.2 (Nextcloud app to 20.0)
* Dockerfile packages
* Pytest now tests cluster resources like deployments, statfulsets for readiness
* Optimize taiko chrome instances for parallel runs (#854)
### Added
* Apps:
* Wekan 5.41 (chart 5.42)
* Nextcloud passwords 2021.7.23
* Nextcloud Calendar 2.3.12
* Wekan, NC passwords and NC calendar to documentation
### Fixed
* Helm chart values overrdides (#873)
* Prometheus CI test (#766)
## [0.6.0] - 2021-07-14
......@@ -16,7 +53,7 @@
* Option to use a container image mirror
* .sourceignore file for flux
* Eventrouter to aggregate k8s events in loki
* Fine-tuned app resource limits
* Fine-tune app resource limits
* Configure outgoing mail for alertmanager
* Code of conduct (CONTRIBUTING.md)
* Contribution docs (CONTRIBUTING.md)
......@@ -206,3 +243,14 @@ Known issues:
## [0.1.0] - 2019-07-31
This is the version for the alpha test.
[Unreleased]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.7.0...master
[0.7.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.6.0...0.7.0
[0.6.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.5.0...0.6.0
[0.5.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.4.0...0.5.0
[0.4.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.3.1...0.4.0
[0.3.1]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.3.0...0.3.1
[0.3.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.2.1...0.3.0
[0.2.1]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.2.0...0.2.1
[0.2.0]: https://open.greenhost.net/openappstack/openappstack/-/compare/0.1.0...0.2.0
[0.1.0]: https://open.greenhost.net/openappstack/openappstack/-/commits/0.1.0
0.6.0
0.7.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment