diff --git a/VERSION.txt b/VERSION.txt index 0c15197bbb1f..96cd6ee1e7a2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.32.1-dev +1.32.1 diff --git a/changelogs/1.29.10.yaml b/changelogs/1.29.10.yaml new file mode 100644 index 000000000000..5dc086dcaf69 --- /dev/null +++ b/changelogs/1.29.10.yaml @@ -0,0 +1,6 @@ +date: October 29, 2024 + +bug_fixes: +- area: tracing + change: | + Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. diff --git a/changelogs/1.30.7.yaml b/changelogs/1.30.7.yaml new file mode 100644 index 000000000000..5dc086dcaf69 --- /dev/null +++ b/changelogs/1.30.7.yaml @@ -0,0 +1,6 @@ +date: October 29, 2024 + +bug_fixes: +- area: tracing + change: | + Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. diff --git a/changelogs/1.31.3.yaml b/changelogs/1.31.3.yaml new file mode 100644 index 000000000000..5dc086dcaf69 --- /dev/null +++ b/changelogs/1.31.3.yaml @@ -0,0 +1,6 @@ +date: October 29, 2024 + +bug_fixes: +- area: tracing + change: | + Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 9ecf0d6e48ce..faeca80a688f 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,17 +1,6 @@ -date: Pending - -behavior_changes: -# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* - -minor_behavior_changes: -# *Changes that may cause incompatibilities for some users, but should not for most* +date: October 29, 2024 bug_fixes: -# *Changes expected to improve the state of the world and are unlikely to have negative effects* - -removed_config_or_runtime: -# *Normally occurs at the end of the* :ref:`deprecation period ` - -new_features: - -deprecated: +- area: release + change: | + Container updates. diff --git a/docs/inventories/v1.29/objects.inv b/docs/inventories/v1.29/objects.inv index d6586b52fa2a..f39a46f04de2 100644 Binary files a/docs/inventories/v1.29/objects.inv and b/docs/inventories/v1.29/objects.inv differ diff --git a/docs/inventories/v1.30/objects.inv b/docs/inventories/v1.30/objects.inv index f961430394b9..2daecd7fd216 100644 Binary files a/docs/inventories/v1.30/objects.inv and b/docs/inventories/v1.30/objects.inv differ diff --git a/docs/inventories/v1.31/objects.inv b/docs/inventories/v1.31/objects.inv index 8bd3786841cb..e5393f9ff09e 100644 Binary files a/docs/inventories/v1.31/objects.inv and b/docs/inventories/v1.31/objects.inv differ diff --git a/docs/inventories/v1.32/objects.inv b/docs/inventories/v1.32/objects.inv new file mode 100644 index 000000000000..08c95f024658 Binary files /dev/null and b/docs/inventories/v1.32/objects.inv differ diff --git a/docs/versions.yaml b/docs/versions.yaml index b77b1ede0953..e02e4f9e998d 100644 --- a/docs/versions.yaml +++ b/docs/versions.yaml @@ -22,6 +22,7 @@ "1.26": 1.26.8 "1.27": 1.27.7 "1.28": 1.28.7 -"1.29": 1.29.9 -"1.30": 1.30.6 -"1.31": 1.31.2 +"1.29": 1.29.10 +"1.30": 1.30.7 +"1.31": 1.31.3 +"1.32": 1.32.0