Skip to content

Move2Kube v0.2.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 20:01
· 470 commits to main since this release
c260afb

For more documentation and support please visit https://move2kube.konveyor.io/

Changelog

🚀 Features

  • feat: generate openshift templates #485
  • feat: allow folders containing transformation scripts to be given as input #476
  • feat: always copy sources to the source folder #470

🐛 Bug Fixes

  • fix: accept []interface{} in addition to []string #498
  • fix: return when encountering an error while processing the API request #497
  • fix: allow starlark to access the answer to any previously asked question #487
  • fix: match the golang version in go.mod #493
  • fix: the operator was using the wrong helm chart path #484
  • fix: Update helm install command with new path #482
  • fix: helm chart folder name should be same as the chart name #480
  • fix: the build in the dockerfile was dirty because some folders were not copied over #471

🧹 Maintenance

  • chore(deps): Bump redis from 3.0.2 to 3.1.1 in /samples/docker-compose/api #483
  • chore: fix the make generate command and the helm-charts path in the readme #496
  • chore: add default answer to the starlark tests #486