File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def signUnpublishedArtifactsWithElastic(builtPackagesPath) {
208208}
209209
210210def uploadUnpublishedToPackageStorage (builtPackagesPath ) {
211- def dryRun = env. BRANCH_NAME != ' main '
211+ def dryRun = env. BRANCH_NAME != ' 8.10 '
212212 if (dryRun) {
213213 echo " Dry run: endpoint-package won't be published"
214214 }
Original file line number Diff line number Diff line change 1- - version : " 8.10.1-preview "
1+ - version : " 8.10.1"
22 changes :
3- - description : TBD
4- type : enhancement
5- link : https://github.com/elastic/endpoint-package/pull/TBD
3+ - description : revert unattended transforms
4+ type : bugfix
5+ link : https://github.com/elastic/endpoint-package/pull/407
66- version : " 8.10.0"
77 changes :
88 - description : set transforms to be unattended
Original file line number Diff line number Diff line change 1818 time :
1919 field : event.ingested
2020 delay : 1s
21- settings :
22- unattended : true
Original file line number Diff line number Diff line change 2121 agent.id :
2222 terms :
2323 field : agent.id
24- settings :
25- unattended : true
2624description : Merges latest Endpoint and Agent metadata documents
2725_meta :
2826 managed : true
You can’t perform that action at this time.
0 commit comments