From 86fc2312b790e35b56a63238e77c6c8c22e38e19 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 24 Oct 2025 12:05:03 -0700 Subject: [PATCH 1/2] Update repository-settings.md with actual secrets and variables --- .github/repository-settings.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/repository-settings.md diff --git a/.github/repository-settings.md b/.github/repository-settings.md new file mode 100644 index 0000000..1773957 --- /dev/null +++ b/.github/repository-settings.md @@ -0,0 +1,24 @@ +# Repository settings + +This document describes any changes that have been made to the +settings in this repository outside the settings tracked in the +private admin repo. + +## Secrets and variables > Actions + +### Repository secrets + +- `GPG_PASSWORD` - stored in OpenTelemetry-Java 1Password +- `GPG_PRIVATE_KEY` - stored in OpenTelemetry-Java 1Password +- `SONATYPE_KEY` - owned by [@trask](https://github.com/trask) +- `SONATYPE_USER` - owned by [@trask](https://github.com/trask) + +### Organization secrets + +- `DEVELOCITY_ACCESS_KEY` (scoped only to Java repos) +- `FOSSA_API_KEY` +- `OTELBOT_PRIVATE_KEY` + +### Organization variables + +- `OTELBOT_APP_ID` From 6c0385162a1258f5a7735aa77a17f1a418b20f82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:22:13 +0000 Subject: [PATCH 2/2] Update protobuf monorepo to v4.34.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8cd621e..c5c5218 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ version = ver description = "Java Bindings for the OpenTelemetry Protocol (OTLP)" val grpcVersion = "1.76.0" -val protobufVersion = "4.33.0" +val protobufVersion = "4.34.0" repositories { mavenCentral()