Skip to content

Commit 60ed33c

Browse files
authored
chore(release): preparation for v4.15.1 (#3967)
* release preparation for v4.15.1 * ran prettier to fix markdown-lint errors. * fix changelog * fix changelog * removed patch version from README
1 parent b8d42b7 commit 60ed33c

File tree

9 files changed

+33
-50
lines changed

9 files changed

+33
-50
lines changed

.changelog/3966.changed.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/pr-title-checker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prefixes": [],
88
"regexp": "^(Revert \"|\\[Backport [^ ]+\\] |)(docs|fix|feat|test|deps|chore|ci)(\\(.+\\)|)(\\!|): ",
99
"regexpFlags": "i",
10-
"ignoreLabels" : []
10+
"ignoreLabels": []
1111
},
1212
"MESSAGES": {
1313
"success": "All OK",

.markdownlint.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
* Note: Configuration for https://github.com/igorshubovych/markdownlint-cli
33
*/
44
{
5-
"default": true,
6-
"MD004": { "style": "dash" },
7-
"MD013": { "line_length": 360, "code_blocks": false, "tables": false },
8-
"MD024": false, // no-duplicate-heading/no-duplicate-header
9-
"MD033": false, // no-inline-html
10-
"MD034": false, // no-bare-urls
11-
"MD040": false // fenced-code-language
5+
"default": true,
6+
"MD004": { "style": "dash" },
7+
"MD013": { "line_length": 360, "code_blocks": false, "tables": false },
8+
"MD024": false, // no-duplicate-heading/no-duplicate-header
9+
"MD033": false, // no-inline-html
10+
"MD034": false, // no-bare-urls
11+
"MD040": false // fenced-code-language
1212
}

.vscode/extensions.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"recommendations": [
3-
"davidanson.vscode-markdownlint",
4-
"esbenp.prettier-vscode"
5-
]
2+
"recommendations": ["davidanson.vscode-markdownlint", "esbenp.prettier-vscode"]
63
}

.vscode/snippets.code-snippets

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// https://code.visualstudio.com/docs/editor/userdefinedsnippets
22
{
3-
"Link to pull request": {
4-
"scope": "markdown",
5-
"prefix": ["PR"],
6-
"body": ["[#${1:123}]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/${1}"],
7-
"description": "Link to GitHub pull request",
8-
}
3+
"Link to pull request": {
4+
"scope": "markdown",
5+
"prefix": ["PR"],
6+
"body": ["[#${1:123}]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/${1}"],
7+
"description": "Link to GitHub pull request"
8+
}
99
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
<!-- towncrier release notes start -->
99

10+
## [v4.15.1]
11+
12+
### Released 2025-08-08
13+
14+
### Changed
15+
16+
- chore: upgrade tailing-sidecar to v0.18.1 [#3966]
17+
18+
[#3966]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3966
19+
[v4.15.1]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.15.1
20+
1021
## [v4.15.0]
1122

1223
### Released 2025-07-09

deploy/helm/sumologic/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: sumologic
3-
version: 4.15.0
4-
appVersion: 4.15.0
3+
version: 4.15.1
4+
appVersion: 4.15.1
55
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
66
type: application
77
keywords:

vagrant/dashboards/performance.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,17 +3507,7 @@
35073507
"to": "now"
35083508
},
35093509
"timepicker": {
3510-
"refresh_intervals": [
3511-
"10s",
3512-
"30s",
3513-
"1m",
3514-
"5m",
3515-
"15m",
3516-
"30m",
3517-
"1h",
3518-
"2h",
3519-
"1d"
3520-
]
3510+
"refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
35213511
},
35223512
"timezone": "",
35233513
"title": "K8s perf dashboard",
@@ -3526,4 +3516,4 @@
35263516
"list": []
35273517
},
35283518
"version": 1
3529-
}
3519+
}

vagrant/dashboards/receiver-summary.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,7 @@
437437
"id": 9,
438438
"options": {
439439
"fieldOptions": {
440-
"calcs": [
441-
"mean"
442-
],
440+
"calcs": ["mean"],
443441
"defaults": {
444442
"mappings": [],
445443
"thresholds": {
@@ -461,9 +459,7 @@
461459
},
462460
"orientation": "auto",
463461
"reduceOptions": {
464-
"calcs": [
465-
"mean"
466-
],
462+
"calcs": ["mean"],
467463
"fields": "",
468464
"values": false
469465
},
@@ -497,17 +493,7 @@
497493
"to": "now"
498494
},
499495
"timepicker": {
500-
"refresh_intervals": [
501-
"10s",
502-
"30s",
503-
"1m",
504-
"5m",
505-
"15m",
506-
"30m",
507-
"1h",
508-
"2h",
509-
"1d"
510-
]
496+
"refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
511497
},
512498
"timezone": "",
513499
"title": "Receiver Summary",

0 commit comments

Comments
 (0)