Skip to content

Commit 072dad1

Browse files
committed
Bump version; Add change log
1 parent e9e2797 commit 072dad1

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.0 - 2025-09-24
4+
5+
### Added
6+
7+
- TLS/SSL support
8+
39
## 0.3.2 - 2025-05-17
410

511
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This plugin enables you to query and visualize data from your MongoDB databases
3636

3737
- No authentication
3838
- Username/Password authentication
39+
- TLS/SSL
3940

4041
## Getting Started
4142

@@ -67,9 +68,10 @@ Refer to the [example docker-compose.prod.yaml](/docker-compose.prod.yaml) file
6768
### Installing with the Grafana CLI
6869

6970
1. **Download:** Use the Grafana CLI, from within your Grafana instance, to download and install the plugin.
71+
7072
```sh
7173
grafana cli --pluginUrl https://github.com/haohanyang/mongodb-datasource/releases/download/v0.3.2/haohanyang-mongodb-datasource-0.3.2.zip plugins install haohanyang-mongodb-datasource
72-
```
74+
```
7375

7476
2. **Setup:** Configure the plugin as a data source within Grafana, providing your MongoDB connection details.
7577

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-datasource",
3-
"version": "0.4.0-alpha.1",
3+
"version": "0.4.0",
44
"scripts": {
55
"build": "webpack -c ./webpack.config.ts --env production",
66
"dev": "webpack -w -c ./webpack.config.ts --env development",

static/screenshot-tls-conn.png

129 KB
Loading

0 commit comments

Comments
 (0)