From 7a30d816d8f64b3738b1ad99b7ed656d969216d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:44:54 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 652c1dc..78eef95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.2"} \ No newline at end of file +{".":"0.1.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 598037f..a8c4198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.3](https://github.com/k8sgpt-ai/schemas/compare/v0.1.2...v0.1.3) (2024-04-04) + + +### Features + +* add endpoint to support minio ([83e7ceb](https://github.com/k8sgpt-ai/schemas/commit/83e7cebc23ee5777e0494edb8046fb585fa37282)) +* add insecure flag for custom https endpoints ([1d5de2a](https://github.com/k8sgpt-ai/schemas/commit/1d5de2a89b4e343fbd94fd61ab05bfb0f6eaf6c4)) + + +### Other + +* refactored ([d738a20](https://github.com/k8sgpt-ai/schemas/commit/d738a2091f5b47f5782fcb2e107623d0b9480f2b)) +* reworked build ([a3d60f8](https://github.com/k8sgpt-ai/schemas/commit/a3d60f86e791a5aa59ba0b69336e5a7ed46c5c44)) + ## [0.1.2](https://github.com/k8sgpt-ai/schemas/compare/v0.1.1...v0.1.2) (2024-02-08)