File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI : " ${ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI:-false}"
3131 # Disable checking for newer versions
3232 ELASTIC_PACKAGE_CHECK_UPDATE_DISABLED : " true"
33- # Select method to validate fields are documented
34- ELASTIC_PACKAGE_FIELD_VALIDATION_TEST_METHOD : " mappings"
3533
3634steps :
3735 - label : " Get reference from target branch"
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ teardown_test_package() {
757757}
758758
759759list_all_directories () {
760- find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E ' ^linux$ '
760+ find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
761761}
762762
763763check_package () {
Original file line number Diff line number Diff line change @@ -231,5 +231,3 @@ require (
231231 sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
232232 sigs.k8s.io/yaml v1.4.0 // indirect
233233)
234-
235- replace github.com/elastic/elastic-package => github.com/mrodm/elastic-package v0.53.1-0.20250205174526-5b3f7cdba246
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
125125github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
126126github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 h1:sx1lpZuTG5suJuvgix4FWQFCLFFbzkoOmPoHWYOPLCY =
127127github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 /go.mod h1:2/30n+2QRzRzus4TPVUV1T3U/j8g2ItUgvP0pcpjLGk =
128+ github.com/elastic/elastic-package v0.109.1 h1:ATZVgYOCI6L5Yr0NxjSX+MsuK4UvXkpu9tDkO4K2vgo =
129+ github.com/elastic/elastic-package v0.109.1 /go.mod h1:vmVYISfxBrl0ejjKbm/AG0drjrmevysVg2ZIP7yewLo =
128130github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo =
129131github.com/elastic/go-elasticsearch/v7 v7.17.10 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
130132github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A =
@@ -370,8 +372,6 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
370372github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
371373github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0 =
372374github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 /go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4 =
373- github.com/mrodm/elastic-package v0.53.1-0.20250205174526-5b3f7cdba246 h1:EjWls8TjHBNk5E/caFYxZR7DkURTeDevDazWZgO1T7A =
374- github.com/mrodm/elastic-package v0.53.1-0.20250205174526-5b3f7cdba246 /go.mod h1:vmVYISfxBrl0ejjKbm/AG0drjrmevysVg2ZIP7yewLo =
375375github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s =
376376github.com/muesli/reflow v0.3.0 /go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8 =
377377github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo =
You can’t perform that action at this time.
0 commit comments