Docker: bump package-spec version to 3.2.2#11196
Conversation
|
I'm not 100% sure about |
| fields: | ||
| - name: stats.* | ||
| type: object | ||
| object_type: float |
There was a problem hiding this comment.
I think the correct would be long or double. But looking at the stats, I would pick long
The package-spec >= 3.2 does not work on 9.0 and Serverless
We picked package-spec 3.0.4 instead of 3.2.2. As of today, kibana requires spec 3.0.x to run on Serverless.
|
LGTM, package build is successful without any errors |
|
@gizas @MichaelKatsoulis I'm testing this one more time with package-spec 3.2.2; maybe I did something wrong last time. Stay tuned! |
|
Tested on stack version 9.0.0-SNAPSHOT and package-spec 3.2.2: And I can successfully see and install the Docker integration: CleanShot.2024-09-23.at.17.24.11.mp4 |
The latest test run shows it works on 3.2.2 too, I probably made some mistakes when I tested it before.
|
@gizas @MichaelKatsoulis, could you take a final look when you have time? |
💚 Build Succeeded
History
cc @zmoog |
|
LGTM! |
|
all good @zmoog from my side! |
|
Package docker - 2.11.0 containing this change is available at https://epr.elastic.co/search?package=docker |
Bump package-spec version to 3.2.2. Reasons: - Align with best practices and requirements in package-spec v3. - Serverless requires a package-spec version of 3.0.x. Notes: - As of today, to test the Docker integration on non-serverless stack version 9.0, you must build the package with a `conditions.kibana.version: >= 8.8.0`. - Future elastic-package version elastic/elastic-package#2116 will allow test the integration on stack version `9.0.0-SNAPSHOT` without changing `conditions.kibana.version`.
Bump package-spec version to 3.2.2. Reasons: - Align with best practices and requirements in package-spec v3. - Serverless requires a package-spec version of 3.0.x. Notes: - As of today, to test the Docker integration on non-serverless stack version 9.0, you must build the package with a `conditions.kibana.version: >= 8.8.0`. - Future elastic-package version elastic/elastic-package#2116 will allow test the integration on stack version `9.0.0-SNAPSHOT` without changing `conditions.kibana.version`.




Proposed commit message
Bump package-spec version to 3.2.2.
Reasons:
Notes:
conditions.kibana.version: >= 8.8.0.9.0.0-SNAPSHOTwithout changingconditions.kibana.version.Checklist
changelog.ymlfile.Related issues