Skip to content

Commit

Permalink
Bumped version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarathsgck12 committed Jul 19, 2024
1 parent d56d6af commit 4ada6a4
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8,889 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.1.0 - 2024-07-19
- New Feature: Added a new metric category for Service Level Objectives (beta) with the new SLO API.
- Enhancements: Renamed the existing SLO information metric category to Service Level Objectives Widgets, which supports the old SLO APIs.
- Fix: Fixed a bug to enable offline snapshots in the Infrastructure Metrics category.

## 4.0.2 - 2024-05-29
- Fix: Fixed a DFQ bug introduced in the Infrastructure Metrics category.

Expand Down
5 changes: 5 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.1.0 - 2024-07-19
- New Feature: Added a new metric category for Service Level Objectives (beta) with the new SLO API.
- Enhancements: Renamed the existing SLO information metric category to Service Level Objectives Widgets, which supports the old SLO APIs.
- Fix: Fixed a bug to enable offline snapshots in the Infrastructure Metrics category.

## 4.0.2 - 2024-05-29
- Fix: Fixed a DFQ bug introduced in the Infrastructure Metrics category.

Expand Down
8,884 changes: 2 additions & 8,882 deletions dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
{"name": "query", "path": "img/query.png"},
{"name": "slo", "path": "img/slo.png"}
],
"version": "4.0.2",
"updated": "2024-05-29"
"version": "4.1.0",
"updated": "2024-07-19"
},
"routes": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instana-datasource",
"version": "4.0.2",
"version": "4.1.0",
"description": "Instana Data Source for Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export class QueryEditor extends PureComponent<Props, QueryState> {
loadEntityTypes={this.loadEntityTypes}
/>

<Badge text={'4.0.2'} color={'blue'} />
<Badge text={'4.1.0'} color={'blue'} />
</div>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
{"name": "query", "path": "img/query.png"},
{"name": "slo", "path": "img/slo.png"}
],
"version": "4.0.2",
"updated": "2024-05-29"
"version": "4.1.0",
"updated": "2024-07-19"
},
"routes": [
{
Expand Down

0 comments on commit 4ada6a4

Please sign in to comment.