Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 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: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..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:
The first run of the new version will download all the sources used in your project, it might take a while.
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:
⚠ BREAKING CHANGES
Features
Bug Fixes
lazy
flag enabled (1f91aa0)This PR was generated with Release Please. See documentation.