Skip to content

Commit

Permalink
chore(master): release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
1 parent 43ead8a commit dcfe38c
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [0.9.3](https://github.com/reanahub/reana/compare/0.9.2...0.9.3) (2024-02-13)


### Build

* **helm:** add support for Kubernetes 1.29 ([#775](https://github.com/reanahub/reana/issues/775)) ([ae90500](https://github.com/reanahub/reana/commit/ae90500acbc101913df1e0b25aa3f2d48de997f0))


### Features

* **helm:** add value to customise PostgreSQL docker image ([#774](https://github.com/reanahub/reana/issues/774)) ([07a191f](https://github.com/reanahub/reana/commit/07a191f19c60ac5d11cf1373ef8feaa16b80f0ee)), closes [#773](https://github.com/reanahub/reana/issues/773)
* **helm:** add value to customise URL of privacy notice ([#778](https://github.com/reanahub/reana/issues/778)) ([650ddbd](https://github.com/reanahub/reana/commit/650ddbd32441251e3d2ff64d8fce463dedb24e51))
* **helm:** use PostgreSQL 14.10 in local dev deployment ([#774](https://github.com/reanahub/reana/issues/774)) ([43ead8a](https://github.com/reanahub/reana/commit/43ead8ab3d2167458ffa590259b614ade233e853)), closes [#744](https://github.com/reanahub/reana/issues/744)


### Bug fixes

* **reana-dev:** delete extra files with git-submodule --update ([#764](https://github.com/reanahub/reana/issues/764)) ([e5680ce](https://github.com/reanahub/reana/commit/e5680ce8bd1a9f80dde4ca448f9fc8d21aa1c6ca))


### Code refactoring

* **docs:** move from reST to Markdown ([#776](https://github.com/reanahub/reana/issues/776)) ([79aedb9](https://github.com/reanahub/reana/commit/79aedb9ef2ba0c8a933fe2cac334bd51cd32dd85))


### Code style

* **black:** format with black v24 ([#772](https://github.com/reanahub/reana/issues/772)) ([311e157](https://github.com/reanahub/reana/commit/311e1573867b74d722e04835268d5686e5f64f15))


### Continuous integration

* **commitlint:** addition of commit message linter ([#767](https://github.com/reanahub/reana/issues/767)) ([be77666](https://github.com/reanahub/reana/commit/be77666bb80601c0211674a59a3f91d2609712f9))
* **commitlint:** check for the presence of concrete PR number ([#771](https://github.com/reanahub/reana/issues/771)) ([2c34634](https://github.com/reanahub/reana/commit/2c34634465723d1b9aa3858ce3898625f4ba572f))
* **release-please:** initial configuration ([#767](https://github.com/reanahub/reana/issues/767)) ([bb45539](https://github.com/reanahub/reana/commit/bb455393ac1b4d149cfef4df6e96ae730c25501c))
* **release-please:** update version in Helm Chart ([#770](https://github.com/reanahub/reana/issues/770)) ([09c9210](https://github.com/reanahub/reana/commit/09c9210d68e29d094c0e76a4002b17a21fcda701))
* **shellcheck:** fix exit code propagation ([#771](https://github.com/reanahub/reana/issues/771)) ([035d51c](https://github.com/reanahub/reana/commit/035d51ca95dbab1c225316667ea2d199d924c851))

## 0.9.2 (2023-12-19)

- Users:
Expand Down Expand Up @@ -576,4 +614,3 @@
## 0.1.0 (2018-01-30)

- Initial public release.

5 changes: 2 additions & 3 deletions helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ keywords:
- cwl
- reusable-science
type: application
# Chart version.
version: 0.9.2
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
version: 0.9.3
kubeVersion: '>= 1.21.0-0 < 1.30.0-0'
dependencies:
- name: traefik
version: 10.6.2
Expand Down
2 changes: 1 addition & 1 deletion reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit dcfe38c

Please sign in to comment.