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

chore(main): release 4.0.0 #271

Merged
merged 2 commits into from
May 11, 2024
Merged

chore(main): release 4.0.0 #271

merged 2 commits into from
May 11, 2024

Conversation

mykso-bot
Copy link
Collaborator

@mykso-bot mykso-bot commented Apr 20, 2024

🤖 I have created a release beep boop

4.0.0 (2024-05-11)

ℹ Upgrading to 4.0.0

In the new major version we introduced a central cache for external sources downloaded by vendir. With that, we also changed location of most of the myks-managed files. Here is the list of changes (examples are using the file system structure created by the myks init command):

  • <env>/_apps/<app>/.myks and <env>/_apps/<app>/vendor directories are moved under the .myks directory in the repository root. For example:
    • contents of envs/mykso/dev/_apps/argocd/.myks is moved under .myks/envs/mykso/dev/_apps/argocd,
    • envs/mykso/dev/_apps/argocd/vendor directory is now .myks/envs/mykso/dev/_apps/argocd/vendor.
  • vendor directories now contain links to directories in the central cache instead of files and directories as before.
  • The new .myks/vendir-cache directory contains cache entries named using (upon availability) vendir contents type, name, version and config hash.

There is nothing required to be done before you can start using the new myks. However, there are a few things to keep in mind:

  1. The first run of the new version will download all the sources used in your project, it might take a while.

  2. The old files are not cleaned up, so you can easily rollback to the old myks if needed. Otherwise, you have to do remove the files manually:

    # First, inspect what will be removed:
    find envs -name .myks
    # Then remove:
    find envs -name .myks -exec rm -rf {} \;

⚠ BREAKING CHANGES

  • central cache with symlinks (#274)

Features

Bug Fixes

  • deps: update module carvel.dev/vendir to v0.40.1 (#270) (fec8d50)
  • deps: update module golang.org/x/term to v0.20.0 (#278) (7074c8e)
  • remove ytt dependency everywhere (#284) (8265abc)
  • ship example prototypes with lazy flag enabled (1f91aa0)

This PR was generated with Release Please. See documentation.

@mykso-bot mykso-bot changed the title chore(main): release 3.4.5 chore(main): release 3.5.0 Apr 20, 2024
@mykso-bot mykso-bot force-pushed the release-please--branches--main branch 2 times, most recently from 672fde7 to add5be2 Compare April 25, 2024 08:33
@mykso-bot mykso-bot force-pushed the release-please--branches--main branch 2 times, most recently from 4bf0ca5 to c8c9c8b Compare May 8, 2024 08:17
@mykso-bot mykso-bot changed the title chore(main): release 3.5.0 chore(main): release 4.0.0 May 10, 2024
@mykso-bot mykso-bot force-pushed the release-please--branches--main branch 2 times, most recently from 6e2b72e to d337b33 Compare May 10, 2024 22:20
@mykso-bot mykso-bot force-pushed the release-please--branches--main branch from d337b33 to df89692 Compare May 11, 2024 06:45
@Zebradil Zebradil merged commit 9e4e0c4 into main May 11, 2024
4 checks passed
@Zebradil Zebradil deleted the release-please--branches--main branch May 11, 2024 22:53
@mykso-bot
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants