File tree Expand file tree Collapse file tree 4 files changed +23
-28
lines changed
Expand file tree Collapse file tree 4 files changed +23
-28
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments