Skip to content
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

fix(internal/postprocessor): add ability to override release level #8643

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. fix(internal/postprocessor): add ability to override release level

    For stable client without services there is not a good way to infer
    the release level. Eventually it may be nice if this info is pushed
    into the service config rather than a blaze rule so we can extract
    it better. For now, lets a a manual override.
    
    In the past for things like oslogin we just did not provide a service
    config entry. Although this would work here it is not ideal as there
    is still valuable metadata and configuration options in these files.
    codyoss committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e4d143d View commit details
    Browse the repository at this point in the history