Skip to content

Commit 8f8cb84

Browse files
chore(main): release 1.8.0 (#2192)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](v1.7.0...v1.8.0) (2026-06-11) ### Features * Add custom labels to exemplars ([#2191](#2191)) ([fd1f3e8](fd1f3e8)) * add MetricMetadata.Builder, deprecate wide constructors ([#2202](#2202)) ([adeef32](adeef32)) ### Bug Fixes * Avoid unnuecessary exemplar allocations ([#2209](#2209)) ([0b6a91f](0b6a91f)) * **deps:** update spring boot to v4.1.0 ([#2213](#2213)) ([df25c08](df25c08)) ### Documentation * cover typed family descriptors and @stableAPI since v1.6.1 ([#2181](#2181)) ([7ca9f99](7ca9f99)) --- > [!IMPORTANT] > Close and reopen this PR to trigger CI checks. --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent df25c08 commit 8f8cb84

81 files changed

Lines changed: 99 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}

.github/workflows/api-diff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
api-diff:
26+
if: ${{ !startsWith(github.head_ref, 'release-please--branches--') }}
2627
runs-on: ubuntu-24.04
2728
env:
2829
# Empty unless overridden via workflow_dispatch; the api-diff task then

CHANGELOG.md

Lines changed: 19 additions & 0 deletions

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>client_java</artifactId>
8-
<version>1.7.1-SNAPSHOT</version>
8+
<version>1.8.0</version>
99
</parent>
1010

1111
<artifactId>benchmarks</artifactId>

examples/example-custom-buckets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-custom-buckets</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-greeting-service</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-hello-world-app</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

examples/example-exemplars-tail-sampling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exemplars-tail-sampling</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Example - Exemplars with OpenTelemetry's Tail Sampling</name>

examples/example-exporter-httpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exporter-httpserver</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

examples/example-exporter-multi-target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exporter-multi-target</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.8.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

0 commit comments

Comments
 (0)