Skip to content

Commit 87bad33

Browse files
committed
chore: prepare release v1.2.1
1 parent 5d1c0d1 commit 87bad33

File tree

4 files changed

+23
-28
lines changed

4 files changed

+23
-28
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 10
8+
versioning-strategy: increase
9+
commit-message:
10+
prefix: "deps"
11+
include: "scope"
12+
labels:
13+
- "dependencies"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2024-11-07
11+
12+
### Changed
13+
- Updated dependencies to latest compatible versions
14+
- Improved error handling for edge cases
15+
16+
### Added
17+
- Added automatic dependabot configuration for dependency updates
18+
1019
## [1.2.0] - 2024-08-14
1120

1221
### Added

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -341,30 +341,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
341341

342342

343343

344-
345-
346-
347-
348-
```
349-
otelcol.receiver.filelog "bridge_pm2" {
350-
include = ["/home/ubuntu/logs/pcs-combined.log"]
351-
start_at = "end"
352-
poll_interval = "250ms"
353-
output.logs = [loki.process.bridge.receiver]
354-
}
355-
356-
loki.process "bridge" {
357-
forward_to = [loki.write.gc.receiver]
358-
359-
loki.write "gc" {
360-
endpoint {
361-
url = env("GCLOUD_HOSTED_LOGS_URL")
362-
tenant_id = env("GCLOUD_HOSTED_LOGS_ID")
363-
basic_auth {
364-
username = env("GCLOUD_HOSTED_LOGS_ID")
365-
password = env("GCLOUD_RW_API_KEY")
366-
}
367-
}
368-
}
369-
```
370-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree2dir",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"author": "Srinivas Gowda <srinivas@solancer.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)