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: Set hobby deployments to 'latest' by default #14956

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

tomasfarias
Copy link
Contributor

@tomasfarias tomasfarias commented Apr 3, 2023

Problem

This issue was raised in #14865: As we are not publishing any more numbered releases, the latest-release Docker tag will get stuck at 1.43.0. Hobby deployments are using latest-release by default, so they will not get the latest features of PostHog by default.

Changes

Users should have access to latest PostHog by default, so I've made latest the default version for hobby deployments by modifying the deploy-hobby script.

How did you test this code?

e2e - hobby smoke test CI should catch any installation errors.

Copy link
Member

@fuziontech fuziontech left a comment

Choose a reason for hiding this comment

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

👨‍🍳 perfect

@fuziontech fuziontech merged commit 794c340 into master Apr 6, 2023
@fuziontech fuziontech deleted the fix/set-hobby-deployments-to-latest-by-default branch April 6, 2023 17:09
fuziontech added a commit that referenced this pull request Apr 7, 2023
* master:
  fix(flags): don't enclose in overall transaction so we get latest reads (#15003)
  fix(tests): make getEventsByPerson output stable to avoid flakes (#15009)
  feat(data-exploration): convert funnel correlation to data exploration (#14963)
  fix: Set hobby deployments to 'latest' by default (#14956)
  feat(hogql): lambdas (#14987)
  feat(hogql): arrays and tuples (#14986)
  fix(funnel): always use total step count for funnel chart label (#14993)
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.

2 participants