Skip to content

Commit

Permalink
chore(release): v1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 21, 2023
1 parent 1654ff4 commit 9df578a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 35 deletions.
43 changes: 9 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.1](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.7.0...v1.7.1) (2023-10-21)


### Bug Fixes

* build process ([1654ff4](https://github.com/okaufmann/lens-extension-fluxcd/commit/1654ff49d751b4f4b6d166599da945651a588bb3))



# [1.7.0](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.6.1...v1.7.0) (2023-10-21)


Expand Down Expand Up @@ -35,37 +44,3 @@



# [1.5.0](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.4.1...v1.5.0) (2023-10-21)


### Bug Fixes

* add status and ready property to helm repo details ([f2b0b42](https://github.com/okaufmann/lens-extension-fluxcd/commit/f2b0b421762317fc7a4ffc77d010d3e458fc2e5b))
* asume correct typing ([0c260ac](https://github.com/okaufmann/lens-extension-fluxcd/commit/0c260acb40c59252288a6abc9e79e73c9cf43d16))
* commit message ([dd5b6c1](https://github.com/okaufmann/lens-extension-fluxcd/commit/dd5b6c19171893f876cde11442bc71092f8cb0cd))
* eslint config ([141127c](https://github.com/okaufmann/lens-extension-fluxcd/commit/141127c0095d711fff06be10cd65a563a61a943c))
* file references ([2113400](https://github.com/okaufmann/lens-extension-fluxcd/commit/2113400a48e8522e01b0e40310d8609187d582d5))
* ignore require in webpack config ([f1a5d0f](https://github.com/okaufmann/lens-extension-fluxcd/commit/f1a5d0f7ab1838e0e13919b08c6d868b4a3e654b))
* namespace fallback for sourceRef ([c10e1ea](https://github.com/okaufmann/lens-extension-fluxcd/commit/c10e1eaca24c386f027111ca4e50f04bc3b66fd2))
* show chart instead of url on helm charts page ([5406dfa](https://github.com/okaufmann/lens-extension-fluxcd/commit/5406dfa43c0b08bd7b7caee76992d478f5591b7a))
* typo ([882a7b5](https://github.com/okaufmann/lens-extension-fluxcd/commit/882a7b5c93bb95a8c433b23b910649b940c06167))


### Features

* add detail page for helm charts ([1a3e60d](https://github.com/okaufmann/lens-extension-fluxcd/commit/1a3e60d9f8940b0454f9f404b70a9d1fce8ec17d))
* add details for alerts and providers ([e0ddc8e](https://github.com/okaufmann/lens-extension-fluxcd/commit/e0ddc8e48d12321ed1bb6044b33d8f2af1c16b02))
* add details for git repositories ([0880cc7](https://github.com/okaufmann/lens-extension-fluxcd/commit/0880cc7a192a6c1ac41d94e4e8430b3de8dc5846))
* add details for helm release page ([a51ea47](https://github.com/okaufmann/lens-extension-fluxcd/commit/a51ea47f5c7eb2802f524d2e8ffd10e2d122ac4b))
* add details for image policies ([ab01424](https://github.com/okaufmann/lens-extension-fluxcd/commit/ab01424d782e4e907d56624c1ee11b0421981656))
* add details for image repositories ([a4e0324](https://github.com/okaufmann/lens-extension-fluxcd/commit/a4e0324105e5cae21f32da3f96725f4d62f1ccfe))
* add details for image update automation ([f4effc5](https://github.com/okaufmann/lens-extension-fluxcd/commit/f4effc5ff575089470889df13730141b03705456))
* add more details for kustomizations ([4ee5169](https://github.com/okaufmann/lens-extension-fluxcd/commit/4ee51691985549f70a3e18f7e3712fbe6192d983))
* add ready badge to helm chart, helm repo and receiver details ([7f7711a](https://github.com/okaufmann/lens-extension-fluxcd/commit/7f7711af8be2686205153f7b3a084351de799327))
* add suspended property to helm chart and receiver details page ([ed3d369](https://github.com/okaufmann/lens-extension-fluxcd/commit/ed3d3692b6aeca0d239bada41ff7e6b77debce36))
* extend details for helm repository ([25a3850](https://github.com/okaufmann/lens-extension-fluxcd/commit/25a3850d2e3bf808ce8c44737b6c8712896ce78a))
* make helm repo url clickable and cleanup duplicated properties ([fa7a25e](https://github.com/okaufmann/lens-extension-fluxcd/commit/fa7a25e37746ab0f13dd4373edb4a7d50a5ab9ac))
* move helm release page to correct folder and add chart version ([68f39f1](https://github.com/okaufmann/lens-extension-fluxcd/commit/68f39f1b6bedade8e43e0fa1cfc47739119a1770))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lens-extension-fluxcd",
"version": "1.7.0",
"version": "1.7.1",
"description": "Lens extension for FluxCD",
"contributors": [
{
Expand Down

0 comments on commit 9df578a

Please sign in to comment.