Skip to content

global artifacts rollout channel #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Conversation

intxgo
Copy link
Contributor

@intxgo intxgo commented Dec 15, 2024

Change Summary

Global artifacts are going to be rolled out gradually, only a selected few endpoints will receive the fast update. This PR adds global artifacts channel field which will indicate which artifacts were currently used by the Endpoint.

Sample values

Endpoint using standard stable artifacts:
"Endpoint.policy.applied.artifacts.global.channel": "stable"

Endpoint testing artifacts from rapid rollout channel:
"Endpoint.policy.applied.artifacts.global.channel": "rapid"

Sample document:

Endpoint altert and Endpoint policy response:

{
    "Endpoint": {
        "policy": {
            "applied": {
                "artifacts": {
                    "global": {
                        "channel": "stable,
                    },
}

Release Target

Q/A

For mapping changes:

  • I ran make after making the schema changes, and committed all changes
  • If these field(s) are "exception"-able, I made a companion PR to Kibana adding it (see Readme)
  • If this is a metadata change, I also updated both transform destination schemas to match

For Transform changes:

  • The new transform successfully starts in Kibana
  • The corresponding transform destination schema was updated if necessary

@intxgo intxgo added the v8.18.0 label Dec 15, 2024
@intxgo intxgo requested review from a team as code owners December 15, 2024 11:28
@szwarckonrad szwarckonrad requested review from pzl and removed request for szwarckonrad December 16, 2024 08:41
Copy link
Contributor

@nicholasberlin nicholasberlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the clean up

@intxgo intxgo merged commit a682795 into main Dec 17, 2024
4 checks passed
@intxgo intxgo deleted the lesio/staged-artifacts-rollout branch December 17, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants