Skip to content

Commit f40feb4

Browse files
committed
Merge branch 'main' into theletterf-add-csv-directivee
2 parents 5cc5c07 + a0e9b26 commit f40feb4

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,11 @@ jobs:
9797
run: dotnet run --project build -c release -- publishbinaries
9898

9999
integration:
100+
runs-on: docs-builder-latest-16
100101
if: false
101-
runs-on: ubuntu-latest
102102
steps:
103103
- uses: actions/checkout@v4
104104

105-
- name: Free Disk Space
106-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
107-
with:
108-
tool-cache: false
109-
dotnet: true
110-
111105
- name: Bootstrap Action Workspace
112106
id: bootstrap
113107
uses: ./.github/actions/bootstrap

config/assembler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ references:
100100
private: true
101101
integrations:
102102
logstash-docs-md:
103+
private: true
103104
opentelemetry:
104105

105106
#stack aligned using gated deploys

config/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ versioning_systems:
4141
# current: 1.0.0
4242
apm_agent_dotnet:
4343
base: 1.0
44-
current: 1.32.2
44+
current: 1.33.0
4545
apm_agent_go:
4646
base: 2.0
4747
current: 2.7.1

0 commit comments

Comments
 (0)