Skip to content

Commit

Permalink
[CI] [Java agent] Ensure pkg versions get updated under zero-code (#4569
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chalin authored May 31, 2024
1 parent e3670e9 commit 13dc145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
DEPTH: --depth 500 # submodule clone depth

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Use CLA approved github bot
run: |
Expand Down
2 changes: 0 additions & 2 deletions content/en/docs/zero-code/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ linkTitle: Java
aliases:
- /docs/java/automatic_instrumentation
- /docs/languages/java/automatic_instrumentation
# FIXME: ensure version update script targets this file too
cascade:
vers:
instrumentation: 2.4.0
otel: 1.38.0
cSpell:ignore: Dotel myapp
---

Zero-code instrumentation with Java uses a Java agent JAR or Spring Boot
Expand Down
2 changes: 2 additions & 0 deletions scripts/auto-update/all-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ function auto_update_versions() {
local updates=(
"opentelemetry-collector-releases vers content/en/docs/collector/_index.md"
"opentelemetry-java otel content/en/docs/languages/java/_index.md"
"opentelemetry-java otel content/en/docs/zero-code/java/_index.md"
"opentelemetry-java-instrumentation instrumentation content/en/docs/languages/java/_index.md"
"opentelemetry-java-instrumentation instrumentation content/en/docs/zero-code/java/_index.md"
"opentelemetry-specification spec scripts/content-modules/adjust-pages.pl .gitmodules"
"opentelemetry-proto otlp scripts/content-modules/adjust-pages.pl .gitmodules"
"semantic-conventions semconv scripts/content-modules/adjust-pages.pl .gitmodules"
Expand Down

0 comments on commit 13dc145

Please sign in to comment.