diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eafb614..d0f7c58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.2"} +{".":"0.4.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f90d94..ee2420d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.3](https://github.com/contane/foreman/compare/v0.4.2...v0.4.3) (2024-11-19) + + +### Bug Fixes + +* **deps:** update dependencies (non-major) ([#160](https://github.com/contane/foreman/issues/160)) ([c8a9ecb](https://github.com/contane/foreman/commit/c8a9ecbf1c49f23524cc0cd3fd8f6715577c43dd)) +* **deps:** update dependency @kubernetes/client-node to v0.22.2 ([#147](https://github.com/contane/foreman/issues/147)) ([7fa7fd0](https://github.com/contane/foreman/commit/7fa7fd05c192a5f9ec098b784075d4625391ecbf)) +* **deps:** update dependency pino-pretty to v12 ([#161](https://github.com/contane/foreman/issues/161)) ([ee2985a](https://github.com/contane/foreman/commit/ee2985a6d2931022ea335505d347b6f2db30b542)) +* **deps:** update dependency pino-pretty to v13 ([#163](https://github.com/contane/foreman/issues/163)) ([e71806d](https://github.com/contane/foreman/commit/e71806d289847c3bc067b3c61af8d186931ae08e)) +* **deps:** update dependency yaml to v2.6.0 ([#142](https://github.com/contane/foreman/issues/142)) ([79c46c1](https://github.com/contane/foreman/commit/79c46c189416e4724987e92a189595c143bc72b9)) +* **deps:** Update Fastify to v5 ([#140](https://github.com/contane/foreman/issues/140)) ([58643d5](https://github.com/contane/foreman/commit/58643d5dc401d3156d32cd0ab10820c91c5f63b1)) +* Update ESLint to v9, update config, and fix new lint errors ([#144](https://github.com/contane/foreman/issues/144)) ([b0bec98](https://github.com/contane/foreman/commit/b0bec9803b0a5e1cecb2503ffff79be6570c63cc)) + ## [0.4.2](https://github.com/contane/foreman/compare/v0.4.1...v0.4.2) (2024-10-12) diff --git a/package-lock.json b/package-lock.json index e93073e..dbf7ecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index 67d5ed1..1ce87a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",