Closed seanstory closed 2 months ago
Tada got it working! https://buildkite.com/elastic/connectors-docker-build-publish/builds/48
Adding Productivity team as optional reviewers, since this is so much buildkite and bash, and y'all are the subject matter experts here.
This is ready for review
ie, if we just have one commit that adds back the original files that were deleted (as-is, with no changes)
That's this commit: 66c6d138bf703f1d30fbdd21d64fee2d11cf82cc
and then add a commit with just the required changes to those files. [...] Reviewing this PR would be tremendously easier for rubber-stampers
I can squash all the other commits, but I'll be honest, I'm not looking for a rubber stamp, I am looking for a real review, especially because this PR adds automated committing and tagging. I feel like I've done pretty thorough manual testing, but a critical set of eyes never hurts.
Status | Branch | Result |
---|---|---|
✅ | 8.x | https://github.com/elastic/connectors/pull/2834 |
This backport PR will be merged automatically after passing CI.
Closes https://github.com/elastic/search-team/issues/8226
This PR does a few things.
MANUAL_RELEASE
env var (through the pipeline) that gates some special versioning logicpublish-common.sh
) will re-compute the VERSION by going to the most recent patch version, and adding a+build<timestamp>
suffix (this matches the pattern that Agent is establishing)bin/elastic-ingest --version
all are in agreement.X.Y
branches (notmain
, not other dev branches)Checklists
Pre-Review Checklist
config.yml.example
)v7.13.2
,v7.14.0
,v8.0.0
)Changes Requiring Extra Attention
Related Pull Requests