Skip to content

Commit

Permalink
Bumped version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarathsgck12 committed May 7, 2024
1 parent 0a8230f commit 55f02d8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8,560 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.1.0 - 2024-05-06
## 4.1.0 - 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
2 changes: 1 addition & 1 deletion dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.1.0 - 2024-05-02
## 4.1.0 - 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.0",
"updated": "2024-03-28"
"version": "4.0.1",
"updated": "2024-05-07"
},
"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.0",
"version": "4.0.1",
"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 @@ -521,7 +521,7 @@ export class QueryEditor extends PureComponent<Props, QueryState> {
loadEntityTypes={this.loadEntityTypes}
/>

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

0 comments on commit 55f02d8

Please sign in to comment.