Skip to content

Commit

Permalink
Bumped version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarathsgck12 committed May 29, 2024
1 parent 21f65c9 commit 95d9ce1
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8,560 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

## 4.0.1 - 2024-05-07
- Fix: Fixed a bug in the Infrastructure snapshot API that was causing issues with listing Entity types for Self-hosted installation.

## 4.0.0 - 2024-03-28
Expand Down
5 changes: 4 additions & 1 deletion dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

## 4.0.1 - 2024-05-07
- Fix: Fixed a bug in the Infrastructure snapshot API that was causing issues with listing Entity types for Self-hosted installation.

## 4.0.0 - 2024-03-28
Expand Down
8,553 changes: 2 additions & 8,551 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.1",
"updated": "2024-05-07"
"version": "4.0.2",
"updated": "2024-05-29"
},
"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.1",
"version": "4.0.2",
"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 @@ -515,7 +515,7 @@ export class QueryEditor extends PureComponent<Props, QueryState> {
loadEntityTypes={this.loadEntityTypes}
/>

<Badge text={'4.0.1'} color={'blue'} />
<Badge text={'4.0.2'} 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.1",
"updated": "2024-05-07"
"version": "4.0.2",
"updated": "2024-05-29"
},
"routes": [
{
Expand Down

0 comments on commit 95d9ce1

Please sign in to comment.