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

Release v1.9.0 - Reorganize postmortems, other quality of life fixes. #425

Merged
merged 2 commits into from
Jan 13, 2024

Conversation

echoboomer
Copy link
Collaborator

@echoboomer echoboomer commented Jan 13, 2024

Describe your changes

  • Renames all use of "rca" to "postmortem" because that's the standard and it's confusing to do both.
  • API will now always run, but only the health check route is served when the API is "disabled" so health checks still work.
  • Link to postmortem now gets added to the digest message if one is created.

Note: This requires a database migration and updates to the configuration. Please see all notes.

Issue number and link

Checklist before requesting a review

  • I have properly bumped all version refs by running ./scripts/version-bump.sh old new from project root - for example ./scripts/version-bump.sh 1.4.8 1.4.9
  • I have added or changed tests as part of this pull request
  • I will open a pull request for the Helm chart to bump the app and chart versions

DATABASE MIGRATION REQUIRED

You can run make run_migrations from the root of this project, OR you can simply drop the incidents table and the application will recreate it using the correct name. You can also optionally just rename the rca column to postmortem.

IF YOU ARE USING THE CONFLUENCE INTEGRATION

You must rename auto_create_rca to auto_create_postmortem in config.yaml.

@echoboomer echoboomer merged commit d3311f5 into main Jan 13, 2024
5 checks passed
@echoboomer echoboomer deleted the v1.9.0 branch January 13, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant