Move2Kube v0.3.13
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: Support WASM external transformers using Wazero runtime #1172
- feat: podman multiarch support #1157
- feat: add a flag to profile the heap memory #1167
- feat: Allow overriding the default QA Mappings file #1158
🐛 Bug Fixes
- fix: write out a heap memory profile immediately #1169
- fix: K8s version change transformer was not being run sometimes because Parameterizer was running first #1165
- fix: when using --qa-enable and --qa-disable the answers to disabled questions were not being added to the generated config file #1163
- fix: bug where all yaml files were treated as K8s yamls by the Parameterizer #1162
- fix: add condition for version_metadata in Makefile #1128
- fix: When the m2kignore file is removed from language_platforms.zip then in the UI only the Ruby service is detected #1160
- fix: QA categories were being used only by the CLI engine #1156
- fix: Update the QA categorization mappings file #1153
- fix: atomic.Int64 requires go1.19 otherwise breaks #1152
- fix: install openssh in Dockerfile in order to be able to clone repo using ssh keys #1126
🧹 Maintenance
- ci: rename the custom github actions to use the new repo names #1178
- chore(deps): bump github.com/containerd/containerd from 1.6.24 to 1.6.26 #1173
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #1176
- chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.6.11 to 2.8.16 #1174
- test: added test for TestMergeProcessFileCallBack different content case #1129
- docs: add instructions for setting an alias for the
move2kube
command in the shell #1139