Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 48764cb

Browse files
author
Chris Wiechmann
committed
Added APM-Server into the release package
1 parent 01d3884 commit 48764cb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-axway-elk-apim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Create release archive
17-
run: tar --transform 's,^,${{ env.RELEASE_NAME }}/,' -czvf ${{ env.RELEASE_NAME }}.tar.gz --exclude='*.bats' config elasticsearch filebeat kibana logstash docker-compose.yml nodemanager metricbeat README.md CHANGELOG.md env-sample
17+
run: tar --transform 's,^,${{ env.RELEASE_NAME }}/,' -czvf ${{ env.RELEASE_NAME }}.tar.gz --exclude='*.bats' config elasticsearch filebeat kibana logstash docker-compose.yml nodemanager metricbeat apm README.md CHANGELOG.md env-sample
1818
- name: create-checksum
1919
run: sha256sum "${{ env.RELEASE_NAME }}".tar.gz >${{ env.RELEASE_NAME }}-checksum.txt
2020
- name: upload-archive

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [4.0.3] 2021-12-20
88
### Changed
9-
- Updated default Elastic-Stack version from 7.16.1 to 7.16.2 which derlivery log4j 2.17.0
9+
- Updated default Elastic-Stack version from 7.16.1 to 7.16.2 which delivers log4j 2.17.0
10+
11+
### Fixed
12+
- APM-Server was missing the release package
1013

1114
## [4.0.2] 2021-12-17
1215
### Fixed

0 commit comments

Comments
 (0)