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!: Use builtin probe endpoints #216

Merged
merged 2 commits into from
Oct 22, 2024

Commits on Oct 18, 2024

  1. fix!: Use builtin probe endpoints

    These are `/.backstage/health/v1/readiness` and `/.backstage/health/v1/liveness` and were added in v1.29
    
    Ref: https://backstage.io/docs/releases/v1.29.0#backend-health-service
    
    Signed-off-by: Nikolai Røed Kristiansen <[email protected]>
    nikolaik committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4da976e View commit details
    Browse the repository at this point in the history
  2. chore(ci): Fix test failures in v1.31

    Techdocs needs to be configured in app config.
    Point our image-digest test to the v1.31.0 sha
    
    Signed-off-by: Nikolai Røed Kristiansen <[email protected]>
    nikolaik committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9e25207 View commit details
    Browse the repository at this point in the history