Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
contane-bot committed Jul 25, 2024
1 parent e54d928 commit 3840a16
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.0"}
{".":"0.4.0"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.4.0](https://github.com/contane/foreman/compare/v0.3.0...v0.4.0) (2024-07-25)


### Features

* Handle termination signals ([#65](https://github.com/contane/foreman/issues/65)) ([a257d4b](https://github.com/contane/foreman/commit/a257d4b2571225a281245e309e04a918311222f9))


### Bug Fixes

* **deps:** update dependency pino to v9.3.1 ([#55](https://github.com/contane/foreman/issues/55)) ([06e3d72](https://github.com/contane/foreman/commit/06e3d7280c132765acffb7597282a419c337dba6))
* **deps:** update dependency pino-pretty to v11.2.2 ([#79](https://github.com/contane/foreman/issues/79)) ([e54d928](https://github.com/contane/foreman/commit/e54d92802061ebdcd36140ef7e3b7546b64db363))
* **deps:** update dependency react-router-dom to v6.25.0 ([#58](https://github.com/contane/foreman/issues/58)) ([dffe84e](https://github.com/contane/foreman/commit/dffe84e5fda5b7d7f2822cbe6af7aa5a53a80112))
* **deps:** update dependency react-router-dom to v6.25.1 ([#63](https://github.com/contane/foreman/issues/63)) ([08d91bd](https://github.com/contane/foreman/commit/08d91bd9d71dab583c91fbac1aa07c3d30bf65a4))
* **deps:** update font awesome to v6.6.0 ([#60](https://github.com/contane/foreman/issues/60)) ([46dd2f7](https://github.com/contane/foreman/commit/46dd2f74d689c79eb96c6164efa97c9650ba4398))
* **deps:** update node.js to v20.16.0 ([#72](https://github.com/contane/foreman/issues/72)) ([d2074b4](https://github.com/contane/foreman/commit/d2074b43179caef958a4d630d5d98ee84f872bbf))
* Serialize access to pod logs ([#53](https://github.com/contane/foreman/issues/53)) ([9cbc552](https://github.com/contane/foreman/commit/9cbc552779033dd5f41f99211396180a19bc4816))
* Skip parsing irrelevant log lines for progress ([#50](https://github.com/contane/foreman/issues/50)) ([cf56240](https://github.com/contane/foreman/commit/cf56240315564d95d8673ff68c8bc8a4bd3e01e1))

## [0.3.0](https://github.com/contane/foreman/compare/v0.2.0...v0.3.0) (2024-07-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contane/foreman",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Kubernetes application for managing Renovate jobs.",
"author": "Contane",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3840a16

Please sign in to comment.