-
Notifications
You must be signed in to change notification settings - Fork 93
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(deps)!: upgrade app to Mastodon v4.3.0 #157
base: main
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: streaming service split from main image
9efaad9
to
b0ae6f8
Compare
Force pushed to retrigger seemingly flaky test check (timeout) since I don't have the retry permission. |
674f716
to
aca9c96
Compare
aca9c96
to
9547385
Compare
I am running this chart without the non-Mastodon containers in production, so I know the Mastodon parts work. Any suggestions on how to further debug this are welcomed. I ran these tests with additional debugging enabled on my fork. In the Kubernetes namespace report:
7 Logs from pod/mastodon-sidekiq-all-queues-*:
Logs from pod/mastodon-assets-precompile-*
|
# streaming image split in Mastodon v4.3.0 | ||
repository: ghcr.io/mastodon/mastodon-streaming | ||
# other options: `latest` for the latest release or `edge` for most recent commit | ||
tag: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tag: null | |
tag: "" |
This gives a specific type, but it will still evaluate as empty/null.
|
||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. Versions are not expected to | ||
# follow Semantic Versioning. They should reflect the version the application is using. | ||
appVersion: "v4.2.13" | ||
appVersion: "v4.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
appVersion: "v4.3.0" | |
appVersion: "v4.3.1" |
latest
@jeremiahlee looks like the assets precompile job can be disabled according to #158 (comment) |
BREAKING CHANGE: streaming service split from main image