Skip to content

Commit

Permalink
Merge pull request #124 from tiithansen/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--k8s-app

chore(main): release 0.11.0
  • Loading branch information
tiithansen authored Jan 19, 2025
2 parents 497c9e2 + ebe45b2 commit 177d4f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.11.0](https://github.com/tiithansen/grafana-k8s-app/compare/v0.10.1...v0.11.0) (2025-01-19)


### Features

* Add experimental feature to display Logs and Kubernetes events from Loki ([0a10f2f](https://github.com/tiithansen/grafana-k8s-app/commit/0a10f2fa17abd8e53e7fc9c970724f233200baa1))


### Bug Fixes

* Fix ingress panels when multiple controllers present in the cluster ([fe3659e](https://github.com/tiithansen/grafana-k8s-app/commit/fe3659eb676e94f39370dd8441d7123481ce76fe))
* Make it possible to remove ruler mapping ([2c107de](https://github.com/tiithansen/grafana-k8s-app/commit/2c107dec38577b9c293f833afc82cdb46eaf5ccd))
* Replace 5m rate with 1m rate ([bbb4122](https://github.com/tiithansen/grafana-k8s-app/commit/bbb4122a2b34eaebb9b6e1869909140345f48f3b))

## [0.10.1](https://github.com/tiithansen/grafana-k8s-app/compare/v0.10.0...v0.10.1) (2024-12-04)


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": "k8s-app",
"version": "0.10.1",
"version": "0.11.0",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 177d4f8

Please sign in to comment.