Move2Kube v0.3.0-alpha.0
Pre-release
Pre-release
github-actions
released this
20 Jul 07:58
·
424 commits
to main
since this release
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: Add support for windows containers #559
- feat: Added support for more capable executable based transformers; Add support for exposing each port in a service with different endpoints #558
- feat: Add windows support #557
- feat: Added Parameterizer Transformer #554
- feat: Add support for windows and ARM #553
- feat: Add IR preprocessors and allow configuration of qa cache and config files #551
- feat: Add support for dockerfile analysis, autofilling of IR, and golang based dockerfile transformers #550
- feat: Add support for build scripts and readme #546
- feat: Add support for references to output files in artifacts #545
- feat: Use names of known services to guess names of unknown services using project paths #544
- feat: Make transformers that require containers disabled by default #543
- feat: Added support for existing dockerfile detector #542
- feat: Add support for read access to filesystem for starlark transformers #541
- feat: Add support for starlark based external transformer #539
- feat: Native Support for Netflix OSS transformation #533
- feat: Add default ignore list for directory names #536
- feat: Add Containerizer plugin for Rust #519
- feat: Add support for image push scripts and common qa set #535
- feat: Add transformer plugin for Java-Springboot #520
- feat: Process all source mappings before other mapping types to prevent overwrite #534
- feat: add the parameterize command #529
- feat: Suggest transform command when translate is used #526
- feat: Use goembed to store assets #524
- feat: Add support for qa for external transformers using grpc #518
- feat: Add support for transform as executable #514
- feat: Add detect support for existing dockerfiles #511
- feat: Add cloud foundry support #510
- feat: New architecture for Move2Kube using chained and containerizable transformers #464
🐛 Bug Fixes
- fix: Fix build script context paths #565
- fix: Fix ports and remove service to ingress #560
- fix: Merge artifacts of same type before usage #548
- fix: Make only lower case container image names #547
- fix: Fix and cleanup eureka and springboot transforms #537
- fix: set modified timestamp during filecopy to prevent repeated copy #532
- fix: Prevent crash when all transformers for a service become unselected #531
- fix: fix lint errors #530
- fix: Fix exclusive transformers #528
- fix: Fix tests where applicable for the new framework #527
- fix: Fix behavior when using -s in transform #525
🧹 Maintenance
- chore: Cleanup vestigial artifacts #555
- refactor: Change configurations flag to customizations to avoid confusion with config #552
- refactor: minor changes to code style #538
- chore: Update license headers and move artifact types to separate package #523
- chore: Update kubernetes lib version to 21.2 #509