[Stack 9.4.0] assembler + version bump#3070
Conversation
- Assembler: stack current 9.4; ecs ref 9.4 - versions.yml: stack/ecs/edot-collector current for 9.4.0 GA Covers same GA as 9.3.4 + 9.4.0 (single semver bump per docs process). Merge per release window — see elastic/dev issues. Refs elastic/dev#3502 Refs elastic/dev#3501 Made-with: Cursor
📝 WalkthroughWalkthroughThis pull request updates version references across two configuration files. In 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@config/assembler.yml`:
- Around line 59-60: Update the references.ecs.current value from "9.3" to "9.4"
so assembler references align with the 9.4 release bump (the diff shows current:
9.4 and next: main); locate the references.ecs.current entry in the assembler
configuration and change its value to "9.4" to keep the GA configuration
consistent with the stack version.
In `@config/versions.yml`:
- Line 6: Update the remaining version keys to match the GA bump: change
ecs.current and edot-collector.current values from 9.3.x to 9.4.0 so they are
consistent with stack.current (9.4.0); locate the ecs.current and
edot-collector.current entries in the same versions.yml and set both to "9.4.0"
and ensure formatting matches the surrounding YAML.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: faa33bbc-b777-45f0-8dc3-ddd2312bd569
📒 Files selected for processing (2)
config/assembler.ymlconfig/versions.yml
Summary
Applies the day-before–GA docs-builder changes for Stack 9.4.0 (public GA Tue 2026-04-28):
config/assembler.yml:shared_configuration.stack.current9.4;references.ecs.current9.4 (aligned with Stack minor).config/versions.yml:versioning_systems.stack.current9.4.0;ecs.current9.4.0;edot-collector.current9.4.0.Not done in this PR
versioning_systems.elasticsearch-client-*lines still point at 9.3.x patches.Merge timing
Made with Cursor