-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update ironbank image product name #32867
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml
Outdated
Show resolved
Hide resolved
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz
9abda9c
to
382c882
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though these changes are point to beats
in the current hardning files.
- https://repo1.dso.mil/dsop/elastic/beats/auditbeat/-/blob/development/hardening_manifest.yaml#L38
- https://repo1.dso.mil/dsop/elastic/beats/filebeat/-/blob/development/hardening_manifest.yaml#L38
- https://repo1.dso.mil/dsop/elastic/beats/metricbeat/-/blob/development/hardening_manifest.yaml#L38
- https://repo1.dso.mil/dsop/elastic/beats/packetbeat/-/blob/development/hardening_manifest.yaml#L38
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
|
GitHub failures are not related to this particular PR, but something else, already reported to the DC team. |
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz (cherry picked from commit 9242717)
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz (cherry picked from commit 9242717)
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz (cherry picked from commit 9242717) Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz (cherry picked from commit 9242717) Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
…ackaging * upstream/main: (109 commits) Add cap_net_raw requirements to heartbeat docs (elastic#32816) apply a quick hotfix for having main working properly (elastic#32934) action: checks for x-pack/libbeat and libbeat (elastic#32754) Update to Go 1.18 in go.mod. (elastic#32940) [heartbeat] disable browser code on windows via build tags (elastic#32939) action: checks for heartbeat and x-pack/heartbeat (elastic#32749) Make event acknowledgment asynchronous in shipper output (elastic#32785) [Automation] Update elastic stack version to 8.5.0-fedc3e60 for testing (elastic#32930) Preallocate memory to reduce GC load (elastic#32905) [Automation] Update elastic stack version to 8.5.0-440e0896 for testing (elastic#32919) Skip broken ceph tests. (elastic#32912) Use non-deprecated docker image for testing jolokia (elastic#32885) update ironbank image product name (elastic#32867) ci: pre-commit stage within Jenkins (elastic#32839) Fix a couple of bugs in the logic for how AWS metric periods are calculated (elastic#32724) [Filebeat] [httpjson] Add support for single string containing multiple relation-types in getRFC5988Link (elastic#32811) [Heartbeat] Update HB k8s template to use <Mi> metric (elastic#32801) action: checks for metricbeat and x-pack/metricbeat (elastic#32748) action: checks for filebeat and x-pack/filebeat (elastic#32746) allow for json/ndjson content type with charset (elastic#32767) ...
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the beats artifact urls. For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz
What does this PR do?
This PR updates the image product name in the ironbank labels.
Why is it important?
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the elastic-agent artifact url.
For example, it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz
Relates to elastic/apm-server#8959 and elastic/elastic-agent#1009