Skip to content

Commit 4cc7488

Browse files
authored
Merge branch 'main' into conditional-github-pages
2 parents a600039 + 63023d7 commit 4cc7488

File tree

124 files changed

+1400
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+1400
-1205
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
max_line_length = 100
55
indent_size = 2
66

7-
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mise.lock,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore}]
7+
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore}]
88
max_line_length = 200
99

1010
[{grafana-dashboard-*.json,.editorconfig}]

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
16-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
16+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
17+
env:
18+
MISE_ENABLE_TOOLS: oats,java
1719
- name: Run acceptance tests
1820
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
15+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
16+
env:
17+
MISE_ENABLE_TOOLS: java,protoc
1618
- name: Cache local Maven repository
1719
uses: actions/cache@v4
1820
with:

.github/workflows/github-pages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
persist-credentials: false
3838
fetch-tags: "true"
3939
fetch-depth: 0
40-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
40+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
41+
env:
42+
MISE_ENABLE_TOOLS: hugo,java
4143
with:
4244
cache: "false"
4345
- name: Setup Pages

.github/workflows/lint-rest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
16+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
17+
env:
18+
MISE_ENABLE_TOOLS: lychee,zizmor
1719
- name: Lint
1820
run: mise run lint-rest

.github/workflows/native-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
16-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
16+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
17+
env:
18+
MISE_ENABLE_TOOLS: java
1719
- name: Run native tests
1820
run: mise run native-test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4848

4949
- name: Publish to Apache Maven Central
50-
run: mvn deploy -P release -Dmaven.test.skip=true
50+
run: mvn deploy -P 'release,!default' -Dmaven.test.skip=true
5151
env:
5252
MAVEN_USERNAME: ${{ secrets.SONATYPE_MAVEN_REPOSITORY_USERNAME }}
5353
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_MAVEN_REPOSITORY_PASSWORD }}

.github/workflows/test-release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
persist-credentials: false
19-
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
19+
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
20+
env:
21+
MISE_ENABLE_TOOLS: java
2022
- name: Cache local Maven repository
2123
uses: actions/cache@v4
2224
with:

examples/example-exemplars-tail-sampling/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ services:
3636
- -jar
3737
- /example-greeting-service.jar
3838
collector:
39-
image: otel/opentelemetry-collector-contrib:0.85.0
39+
image: otel/opentelemetry-collector-contrib:0.126.0
4040
network_mode: host
4141
volumes:
4242
- ./config/otelcol-config.yaml:/config.yaml
4343
command:
4444
- --config=file:/config.yaml
4545
prometheus:
46-
image: prom/prometheus:v2.47.0
46+
image: prom/prometheus:v2.55.1
4747
network_mode: host
4848
volumes:
4949
- ./config/prometheus.yaml:/prometheus.yaml
@@ -52,14 +52,14 @@ services:
5252
- --enable-feature=native-histograms
5353
- --config.file=/prometheus.yaml
5454
tempo:
55-
image: grafana/tempo:2.2.3
55+
image: grafana/tempo:2.7.2
5656
network_mode: host
5757
volumes:
5858
- ./config/tempo-config.yaml:/config.yaml
5959
command:
6060
- --config.file=/config.yaml
6161
grafana:
62-
image: grafana/grafana:10.1.2
62+
image: grafana/grafana:10.4.19
6363
network_mode: host
6464
ports:
6565
- "3000:3000"

0 commit comments

Comments
 (0)