Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra…
Browse files Browse the repository at this point in the history
…-1.8.0
  • Loading branch information
reakaleek authored Feb 5, 2024
2 parents b5ab368 + fefedea commit 86ff55d
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 39 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/update-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,20 @@ permissions:
contents: read

jobs:
update-dependbot-pr:
update-dependabot-pr:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/github-token@current
with:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
secretId: ${{ secrets.VAULT_SECRET_ID }}
- uses: elastic/apm-pipeline-library/.github/actions/setup-git@current
with:
username: ${{ env.GIT_USER }}
email: ${{ env.GIT_EMAIL }}
token: ${{ env.GITHUB_TOKEN }}
- uses: actions/checkout@v4
with:
token: ${{ env.GITHUB_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Update NOTICE.txt
run: make notice
- run: |
git config --global user.name 'dependabot[bot]'
git config --global user.email 'dependabot[bot]@users.noreply.github.com'
git diff --exit-code NOTICE.txt || (git add NOTICE.txt && git commit -am "Update NOTICE.txt")
git push
2 changes: 0 additions & 2 deletions changelogs/8.0.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.0]]
== APM version 8.0

https://github.com/elastic/apm-server/compare/7.17\...8.0[View commits]

* <<release-notes-8.0.1>>
* <<release-notes-8.0.0>>
* <<release-notes-8.0.0-rc2>>
Expand Down
2 changes: 0 additions & 2 deletions changelogs/8.1.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.1]]
== APM version 8.1

https://github.com/elastic/apm-server/compare/8.0\...8.1[View commits]

* <<release-notes-8.1.3>>
* <<release-notes-8.1.2>>
* <<release-notes-8.1.1>>
Expand Down
12 changes: 10 additions & 2 deletions changelogs/8.10.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.10]]
== APM version 8.10

https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits]

* <<release-notes-8.10.4>>
* <<release-notes-8.10.3>>
* <<release-notes-8.10.2>>
Expand All @@ -13,6 +11,8 @@ https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits]
[[release-notes-8.10.4]]
=== APM version 8.10.4

https://github.com/elastic/apm-server/compare/v8.10.3\...v8.10.4[View commits]

[float]
==== Bug fixes

Expand All @@ -22,18 +22,24 @@ https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits]
[[release-notes-8.10.3]]
=== APM version 8.10.3

https://github.com/elastic/apm-server/compare/v8.10.2\...v8.10.3[View commits]

No significant changes.

[float]
[[release-notes-8.10.2]]
=== APM version 8.10.2

https://github.com/elastic/apm-server/compare/v8.10.1\...v8.10.2[View commits]

No significant changes.

[float]
[[release-notes-8.10.1]]
=== APM version 8.10.1

https://github.com/elastic/apm-server/compare/v8.10.0\...v8.10.1[View commits]

[float]
==== Bug fixes
Fix tail-based sampling discarding low throughput and low sample rate traces {pull}11642[11642]
Expand All @@ -42,6 +48,8 @@ Fix tail-based sampling discarding low throughput and low sample rate traces {pu
[[release-notes-8.10.0]]
=== APM version 8.10.0

https://github.com/elastic/apm-server/compare/v8.9.2\...v8.10.0[View commits]

[float]
==== Breaking Changes
- Aggregated metrics now consider global labels to be part of a service's identity, and high cardinality global labels may cause services to be obscured {pull}11386[11386]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.11.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.11]]
== APM version 8.11

https://github.com/elastic/apm-server/compare/8.10\...8.11[View commits]

* <<release-notes-8.11.4>>
* <<release-notes-8.11.3>>
* <<release-notes-8.11.2>>
Expand Down Expand Up @@ -47,6 +45,8 @@ No significant changes.
[[release-notes-8.11.0]]
=== APM version 8.11.0

https://github.com/elastic/apm-server/compare/v8.10.4\...v8.11.0[View commits]

[float]
==== Breaking Changes
- The `ecs.version` field has been removed from APM data streams {pull}11632[11632]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.12.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[[release-notes-8.12]]
== APM version 8.12

https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits]

* <<release-notes-8.12.0>>

[float]
[[release-notes-8.12.0]]
=== APM version 8.12.0

https://github.com/elastic/apm-server/compare/v8.11.4\...v8.12.0[View commits]

[float]
==== Breaking Changes
- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102].
Expand Down
2 changes: 0 additions & 2 deletions changelogs/8.2.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.2]]
== APM version 8.2

https://github.com/elastic/apm-server/compare/8.1\...8.2[View commits]

* <<release-notes-8.2.3>>
* <<release-notes-8.2.2>>
* <<release-notes-8.2.1>>
Expand Down
2 changes: 0 additions & 2 deletions changelogs/8.3.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.3]]
== APM version 8.3

https://github.com/elastic/apm-server/compare/8.2\...8.3[View commits]

* <<release-notes-8.3.3>>
* <<release-notes-8.3.2>>
* <<release-notes-8.3.1>>
Expand Down
2 changes: 0 additions & 2 deletions changelogs/8.4.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.4]]
== APM version 8.4

https://github.com/elastic/apm-server/compare/8.3\...8.4[View commits]

* <<release-notes-8.4.3>>
* <<release-notes-8.4.2>>
* <<release-notes-8.4.1>>
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.5.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.5]]
== APM version 8.5

https://github.com/elastic/apm-server/compare/8.4\...8.5[View commits]

* <<release-notes-8.5.3>>
* <<release-notes-8.5.2>>
* <<release-notes-8.5.1>>
Expand All @@ -12,6 +10,8 @@ https://github.com/elastic/apm-server/compare/8.4\...8.5[View commits]
[[release-notes-8.5.3]]
=== APM version 8.5.3

https://github.com/elastic/apm-server/compare/v8.5.2\...v8.5.3[View commits]

[float]
==== Bug fixes
- OpenTelemetry GRPC Spans from the Javascript API/SDK/Instrumentations are now correctly transformed into transactions with type=`request` {pull}9308[9308]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.6.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.6]]
== APM version 8.6

https://github.com/elastic/apm-server/compare/8.5\...8.6[View commits]

* <<release-notes-8.6.2>>
* <<release-notes-8.6.1>>
* <<release-notes-8.6.0>>
Expand Down Expand Up @@ -30,6 +28,8 @@ https://github.com/elastic/apm-server/compare/v8.6.0\...v8.6.1[View commits]
[[release-notes-8.6.0]]
=== APM version 8.6.0

https://github.com/elastic/apm-server/compare/v8.5.3\...v8.6.0[View commits]

[float]
==== Breaking Changes
- `apm-server.decoder.*` stack monitoring metrics are no longer recorded {pull}9210[9210]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.7.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.7]]
== APM version 8.7

https://github.com/elastic/apm-server/compare/8.6\...8.7[View commits]

* <<release-notes-8.7.2>>
* <<release-notes-8.7.1>>
* <<release-notes-8.7.0>>
Expand Down Expand Up @@ -35,6 +33,8 @@ https://github.com/elastic/apm-server/compare/v8.7.0\...v8.7.1[View commits]
[[release-notes-8.7.0]]
=== APM version 8.7.0

https://github.com/elastic/apm-server/compare/v8.6.2\...v8.7.0[View commits]

[float]
==== Breaking Changes
- `transaction.failure_count` has been removed. `transaction.success_count` type has changed to `aggregated_metric_double` {pull}9791[9791]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.8.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.8]]
== APM version 8.8

https://github.com/elastic/apm-server/compare/8.7\...8.8[View commits]

* <<release-notes-8.8.2>>
* <<release-notes-8.8.1>>
* <<release-notes-8.8.0>>
Expand Down Expand Up @@ -31,6 +29,8 @@ https://github.com/elastic/apm-server/compare/v8.8.0\...v8.8.1[View commits]
[[release-notes-8.8.0]]
=== APM version 8.8.0

https://github.com/elastic/apm-server/compare/v8.7.2\...v8.8.0[View commits]

[float]
==== Breaking Changes
- Store app logs into service-specific data streams {pull}10456[10456]
Expand Down
4 changes: 2 additions & 2 deletions changelogs/8.9.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[release-notes-8.9]]
== APM version 8.9

https://github.com/elastic/apm-server/compare/8.8\...8.9[View commits]

* <<release-notes-8.9.2>>
* <<release-notes-8.9.1>>
* <<release-notes-8.9.0>>
Expand All @@ -29,6 +27,8 @@ No significant changes.
[[release-notes-8.9.0]]
=== APM version 8.9.0

https://github.com/elastic/apm-server/compare/v8.8.2\...v8.9.0[View commits]

[float]
==== Bug fixes
- Limit the amount of concurrent OTLP requests being processed in parallel {pull}10987[10987].
Expand Down

0 comments on commit 86ff55d

Please sign in to comment.