Skip to content

Commit

Permalink
Update to Grafana 11.3.0 image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Oct 23, 2024
1 parent a5b60b7 commit 615b78d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.4.0 (2024-10-22)

### Features / Enhancements

- Updated to Grafana 11.3.0 image (#111)

## 4.3.0 (2024-08-27)

### Features / Enhancements
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana-oss:11.2.0
FROM grafana/grafana-oss:11.3.0

##################################################################
## CONFIGURATION
Expand All @@ -18,9 +18,6 @@ ENV GF_PANELS_DISABLE_SANITIZE_HTML=true
## Check for Updates
ENV GF_ANALYTICS_CHECK_FOR_UPDATES=false

## Scenes-engine Dashboards
# ENV GF_FEATURE_TOGGLES_ENABLE=dashboardScene

## Set Home Dashboard
ENV GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/business.json

Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![App](https://raw.githubusercontent.com/volkovlabs/business-app/main/img/app.png)

![Grafana](https://img.shields.io/badge/Grafana-11.2-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.3-orange)
[![YouTube](https://img.shields.io/badge/YouTube-Channel-red)](https://youtube.com/@volkovlabs)
![CI](https://github.com/volkovlabs/business-app/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/business-app/workflows/E2E/badge.svg)
Expand Down Expand Up @@ -35,13 +35,16 @@ The collection aims to solve the most frequent business tasks by providing an in

[![Business Suite for Grafana](https://raw.githubusercontent.com/VolkovLabs/.github/main/business.png)](https://volkovlabs.io/plugins/)

## Feedback
### Enterprise Support

We're looking forward to hearing from you. You can use different ways to get in touch with us.
With the [Business Suite Enterprise](https://volkovlabs.io/pricing/), you're not just getting a product, you're getting a complete support system. You'll have a designated support team ready to tackle any issues.

- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
- Sponsor our open-source plugins for Grafana at [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Support our project by starring the repository.
You can contact us via Zendesk, receive priority in feature requests and bug fixes, meet with us for in-person consultation, and get access to the Business Intelligence. It's a package that's designed to make your life easier.

## Always happy to hear from you

- Subscribe to our [YouTube Channel](https://youtube.com/@volkovlabs) and leave your comments.
- Become a [Business Suite sponsor](https://github.com/sponsors/VolkovLabs).

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "4.3.0"
"version": "4.4.0"
}

0 comments on commit 615b78d

Please sign in to comment.