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 v4.6 #12765

Closed
12 tasks done
mkllnk opened this issue Aug 13, 2024 · 3 comments
Closed
12 tasks done

Release v4.6 #12765

mkllnk opened this issue Aug 13, 2024 · 3 comments
Assignees

Comments

@mkllnk
Copy link
Member

mkllnk commented Aug 13, 2024

1. Preparation on Thursday

  • Merge pull requests in the Ready To Go column
  • Include translations: script/release/update_locales
  • Increment version number: git push upstream HEAD:refs/tags/vX.Y.Z
    • Major: if server changes are required (eg. provision with ofn-install)
    • Minor: larger change that is irreversible (eg. migration deleting data)
    • Patch: all others. Shortcut: script/release/tag
  • Draft new release. Look at previous releases for inspiration.
    • Select new release tag
    • Generate release notes and check to ensure all items are arranged in the right category.
  • Notify #instance-managers of user-facing 👀, API ⚠️ and experimental 🚧 changes.

2. Testing

3. Finish on Tuesday

  • Publish and notify #global-community (this is automatically posted with a plugin)
  • Deploy the new release to all managed instances.
    Command line instructions
    cd ofn-install
    git pull
    ansible-playbook --limit all_prod --extra-vars "git_version=vX.Y.Z" playbooks/deploy.yml
    
  • Notify #instance-managers:

    @instance_managers The new release has been deployed.

  • Create issue for next release and confirm with next release manager in #core-devs.

The full process is described at https://github.com/openfoodfoundation/openfoodnetwork/wiki/Releasing.

@dacook dacook self-assigned this Aug 13, 2024
@dacook
Copy link
Member

dacook commented Aug 15, 2024

I think I need to re-draft this as v5.6 due to this change: #12749 (comment)

Also it would be good to get this PR in: #12778

So I will re-draft on Friday.

@dacook
Copy link
Member

dacook commented Aug 15, 2024

Including manual update for release notes:

### API Changes ⚠️
* Remove awesome nested set gem and dependencies [OFN-11636] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12749
   - Removes unused tree structure on product categories. Your taxons and taxonomies will now be listed in one flat alphabetical list.

@filipefurtad0 filipefurtad0 self-assigned this Aug 16, 2024
@filipefurtad0 filipefurtad0 added the no-staging-UK A tag which does not trigger deployments, indicating a server is being used label Aug 16, 2024
@filipefurtad0 filipefurtad0 changed the title Release Release v4.6 Aug 16, 2024
@filipefurtad0
Copy link
Contributor

Hey @dacook ,

Thanks so much for bringing staging-UK back up 💪

I've tested the release in it and had the opportunity to set up:

  • maps
  • shops
  • and payment methods (Stripe, Paypal)

from scratch. This served both for testing the release and looking up into routines we don't do so often. All looking good!
Testing notes (nothing spotted) here.

Good to go 🚀

@filipefurtad0 filipefurtad0 removed the no-staging-UK A tag which does not trigger deployments, indicating a server is being used label Aug 16, 2024
@dacook dacook closed this as completed Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants