Skip to content

Commit

Permalink
docs: Fix CHANGELOGs to reflect a past breaking change
Browse files Browse the repository at this point in the history
This was actually a breaking change, and despite `:fix!` being used in
the commit, the release tooling failed to mark the change as breaking.

Refs: open-telemetry#648, open-telemetry#655
  • Loading branch information
stevenharman committed Jun 24, 2024
1 parent 08fad6e commit 7c9a88d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### v0.6.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.5.2 / 2023-08-03

Expand Down
4 changes: 2 additions & 2 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

### v0.50.1 / 2023-09-07

* FIXED: Align messaging instrumentation operation names (Resque)
* BREAKING CHANGE: Align messaging instrumentation operation names (Resque)

### v0.50.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.40.0 / 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### v0.5.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.4.2 / 2023-08-03

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/bunny/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/que/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### v0.7.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.6.2 / 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/racecar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### v0.3.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.2.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### v0.28.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.27.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### v0.4.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.3.2 / 2023-07-21

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/ruby_kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.2 / 2023-08-09

Expand Down
4 changes: 2 additions & 2 deletions instrumentation/sidekiq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

### v0.25.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names

* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
*
### v0.24.4 / 2023-08-07

* FIXED: Allow traces inside jobs while avoiding Redis noise
Expand Down

0 comments on commit 7c9a88d

Please sign in to comment.