Skip to content

Commit 84f7a35

Browse files
chore: linting changelog (#2056)
* Standardize on - for lists * Fix changelog headers * review feedback
1 parent c1030d1 commit 84f7a35

File tree

68 files changed

+3259
-3255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+3259
-3255
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ line-length:
1010
line_length: 500
1111
no-inline-html: false
1212
custom-rules-below-this-point: false
13+
no-bare-urls: false

.markdownlintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
**/CHANGELOG.md
21
node_modules

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
**/CHANGELOG.md
21
**/README.md
32
**/sql_obfuscation.json

.toys/.data/releases.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ update_existing_requests: true
1414
git_user_name: otelbot
1515
git_user_email: 197425009+otelbot@users.noreply.github.com
1616

17+
# Sets the list symbol used for bullet points in the generated changelog to be "-" which complies with markdownlint and prettier. Note The default is "*".
18+
changelog_bullet: "-"
19+
20+
changelog_release_header_format: "## v%v / %Y-%m-%d"
21+
1722
# List of all releasable gems. Each gem should include:
1823
# * name: The name of the gem. (Required.)
1924
# * directory: Gem directory relative to the repo root.

helpers/mysql/CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# Release History: opentelemetry-helpers-mysql
22

3-
### v0.5.0 / 2026-03-17
3+
## v0.5.0 / 2026-03-17
44

5-
* ADDED: Optimize extract_statement_type regex and encoding in helpers-mysql (#2088)
5+
- ADDED: Optimize extract_statement_type regex and encoding in helpers-mysql (#2088)
66

7-
### v0.4.0 / 2025-10-22
7+
## v0.4.0 / 2025-10-22
88

9-
* BREAKING CHANGE: Min Ruby Version 3.2
10-
* ADDED: Min Ruby Version 3.2
9+
- BREAKING CHANGE: Min Ruby Version 3.2
10+
- ADDED: Min Ruby Version 3.2
1111

12-
### v0.3.0 / 2025-09-30
12+
## v0.3.0 / 2025-09-30
1313

14-
* ADDED: Bump minimum API Version to 1.7
14+
- ADDED: Bump minimum API Version to 1.7
1515

16-
### v0.2.0 / 2025-01-16
16+
## v0.2.0 / 2025-01-16
1717

18-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
19-
* ADDED: Set minimum supported version to Ruby 3.1
18+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
19+
- ADDED: Set minimum supported version to Ruby 3.1
2020

21-
### v0.1.2 / 2024-11-26
21+
## v0.1.2 / 2024-11-26
2222

23-
* (No significant changes)
23+
- (No significant changes)
2424

25-
### v0.1.1 / 2024-06-18
25+
## v0.1.1 / 2024-06-18
2626

27-
* FIXED: Relax otel common gem constraints
27+
- FIXED: Relax otel common gem constraints
2828

29-
### v0.1.0 / 2024-02-08
29+
## v0.1.0 / 2024-02-08
3030

31-
Initial release.
31+
- Initial release.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# Release History: opentelemetry-helpers-sql-obfuscation
22

3-
### v0.5.0 / 2025-10-22
3+
## v0.5.0 / 2025-10-22
44

5-
* BREAKING CHANGE: Min Ruby Version 3.2
6-
* ADDED: Min Ruby Version 3.2
5+
- BREAKING CHANGE: Min Ruby Version 3.2
6+
- ADDED: Min Ruby Version 3.2
77

8-
### v0.4.0 / 2025-10-08
8+
## v0.4.0 / 2025-10-08
99

10-
#### Deprecation Notice
10+
### Deprecation Notice
1111

12-
* **DEPRECATED:** This gem, `opentelemetry-helpers-sql-obfuscation`, has been replaced by `opentelemetry-helpers-sql-processor`. This is the final release and serves as a transitional package.
13-
* **ACTION REQUIRED:** No action is needed unless you use this gem directly. If you use this gem directly, update your `Gemfile` to use `gem 'opentelemetry-helpers-sql-processor'` instead.
14-
* **SUPPORT ENDING:** `opentelemetry-helpers-sql-obfuscation` will no longer receive updates.
12+
- **DEPRECATED:** This gem, `opentelemetry-helpers-sql-obfuscation`, has been replaced by `opentelemetry-helpers-sql-processor`. This is the final release and serves as a transitional package.
13+
- **ACTION REQUIRED:** No action is needed unless you use this gem directly. If you use this gem directly, update your `Gemfile` to use `gem 'opentelemetry-helpers-sql-processor'` instead.
14+
- **SUPPORT ENDING:** `opentelemetry-helpers-sql-obfuscation` will no longer receive updates.
1515

16-
### v0.3.0 / 2025-01-16
16+
## v0.3.0 / 2025-01-16
1717

18-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
19-
* ADDED: Set minimum supported version to Ruby 3.1
18+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
19+
- ADDED: Set minimum supported version to Ruby 3.1
2020

21-
### v0.2.1 / 2024-11-26
21+
## v0.2.1 / 2024-11-26
2222

23-
* (No significant changes)
23+
- (No significant changes)
2424

25-
### v0.2.0 / 2024-09-12
25+
## v0.2.0 / 2024-09-12
2626

2727
- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
2828

29-
### v0.1.1 / 2024-06-18
29+
## v0.1.1 / 2024-06-18
3030

3131
- FIXED: Relax otel common gem constraints
3232

33-
### v0.1.0 / 2024-02-08
33+
## v0.1.0 / 2024-02-08
3434

35-
Initial release.
35+
- Initial release.

helpers/sql-processor/CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Release History: opentelemetry-helpers-sql-processor
22

3-
### v0.4.0 / 2026-01-13
3+
## v0.4.0 / 2026-01-13
44

5-
* ADDED: Add SQL Comment Propagator
5+
- ADDED: Add SQL Comment Propagator
66

7-
### v0.3.1 / 2025-11-11
7+
## v0.3.1 / 2025-11-11
88

9-
* DOCS: Update example to match new gem namespace (sql-processor)
9+
- DOCS: Update example to match new gem namespace (sql-processor)
1010

11-
### v0.3.0 / 2025-11-04
11+
## v0.3.0 / 2025-11-04
1212

13-
* ADDED: Refactor SQL processor file structure for clarity
13+
- ADDED: Refactor SQL processor file structure for clarity
1414

15-
### v0.2.0 / 2025-10-22
15+
## v0.2.0 / 2025-10-22
1616

17-
* BREAKING CHANGE: Min Ruby Version 3.2
18-
* ADDED: Min Ruby Version 3.2
17+
- BREAKING CHANGE: Min Ruby Version 3.2
18+
- ADDED: Min Ruby Version 3.2
1919

20-
### v0.1.0 / 2025-10-08
20+
## v0.1.0 / 2025-10-08
2121

22-
Initial release.
22+
- Initial release.

helpers/sql/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Release History: opentelemetry-helpers-sql
22

3-
### v0.3.0 / 2025-10-22
3+
## v0.3.0 / 2025-10-22
44

5-
* BREAKING CHANGE: Min Ruby Version 3.2
6-
* ADDED: Min Ruby Version 3.2
5+
- BREAKING CHANGE: Min Ruby Version 3.2
6+
- ADDED: Min Ruby Version 3.2
77

8-
### v0.2.0 / 2025-09-30
8+
## v0.2.0 / 2025-09-30
99

10-
* ADDED: Bump minimum API Version to 1.7
10+
- ADDED: Bump minimum API Version to 1.7
1111

12-
### v0.1.1 / 2025-04-14
12+
## v0.1.1 / 2025-04-14
1313

14-
* (No significant changes)
14+
- (No significant changes)
1515

16-
### v0.1.0 / 2025-01-24
16+
## v0.1.0 / 2025-01-24
1717

18-
Initial release.
18+
- Initial release.
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Release History: opentelemetry-instrumentation-action_mailer
22

3-
### v0.6.1 / 2025-10-22
3+
## v0.6.1 / 2025-10-22
44

5-
* FIXED: Update opentelemetry-instrumentation-base dependency
5+
- FIXED: Update opentelemetry-instrumentation-base dependency
66

7-
### v0.6.0 / 2025-10-21
7+
## v0.6.0 / 2025-10-21
88

9-
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
10-
* ADDED: Min Ruby Version 3.2 and Rails 7.1
9+
- BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
10+
- ADDED: Min Ruby Version 3.2 and Rails 7.1
1111

12-
### v0.5.0 / 2025-09-30
12+
## v0.5.0 / 2025-09-30
1313

14-
* ADDED: Bump minimum API Version to 1.7
14+
- ADDED: Bump minimum API Version to 1.7
1515

16-
### v0.4.0 / 2025-01-16
16+
## v0.4.0 / 2025-01-16
1717

18-
* BREAKING CHANGE: Drop Support for EoL Rails 6.1
19-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
20-
* ADDED: Drop Support for EoL Rails 6.1
21-
* ADDED: Set minimum supported version to Ruby 3.1
18+
- BREAKING CHANGE: Drop Support for EoL Rails 6.1
19+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
20+
- ADDED: Drop Support for EoL Rails 6.1
21+
- ADDED: Set minimum supported version to Ruby 3.1
2222

23-
### v0.3.0 / 2024-12-19
23+
## v0.3.0 / 2024-12-19
2424

25-
* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
25+
- ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
2626

27-
### v0.2.0 / 2024-10-22
27+
## v0.2.0 / 2024-10-22
2828

29-
* ADDED: Subscribe to process.action_mailer notifications
29+
- ADDED: Subscribe to process.action_mailer notifications
3030

31-
### v0.1.0 / 2024-05-13
31+
## v0.1.0 / 2024-05-13
3232

33-
Initial release.
33+
- Initial release.

0 commit comments

Comments
 (0)