Move2Kube v0.2.0-beta.0
Pre-release
Pre-release
github-actions
released this
14 Jun 11:47
·
468 commits
to main
since this release
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
- feat: generate kustomize yamls #437
- feat: add version subcommand to translate plugin #443
- feat: add starlark scripting support #439
- feat: Move container execution logic out of cnb containerizer #425
- feat: Add validate framework to list TODO items after move2kube execution #423
- feat: Move fixers to a package and simplify convert logic #404
- feat: order containerization options in terms of container build type priority #422
- feat: support * as a match all selector in qa keys #415
- feat: Remove support for Kube2Kube and Knative2Kube as services #401
- feat: source and output paths should not be parent directories of the current working directory #410
- feat: Add support for config files #391
- feat: compress binaries #403
- feat: Add support for converting between kubernetes resource versions #399
- feat: added segment based containerizer #392
- feat: Initialize only containerizers of interest #389
- feat: support multiple k8s resources in a single yaml file #387
- feat: Support CNB without mounting docker sock using podman #366
- feat: Change base image to fedora #364
- feat: Save generated scripts in separate directory #353
- feat: write release information to a file #354
- feat: Make option for using default answers visible in help #350
- feat: create the translate plugin for kubectl #332
- feat: label pull requests based on their title #329
- feat: add publish release draft workflow #325
- feat: ask which translation types the user is interested in #320
- feat: add support for automatic creation of release notes #315
- better error message when we don't find any services #311
- add support for openshift build config #305
- add support for port forwarding while creating k8s services #271
🐛 Bug Fixes
- fix: the case of SetString on values of map[string]string #506
- fix: the target path was not being computed correctly #502
- 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
- fix: add a shebang to make sure script is run with bash #455
- fix: image to work with .war files and move2kube-demos #453
- fix: javamaven dockerfile template change #451
- fix: Support extensions group #442
- fix: target path should be absolute #436
- fix: Reorder versions of the same kind to prioritize k8s versions #434
- fix: Use constructor for buildconfig transformer #433
- fix: When merging two runtime.Objects, bring them to same version before merging #426
- fix: replace gren with custom action because gren doesn't handle previous tag properly #429
- fix: parsing of config strings #416
- fix: stage 2 of select type problem not being asked #412
- fix: arguments to IsParent were switched #411
- fix: output path should use the name in the plan file if it exists #408
- fix: Remove per-service port question #407
- fix: merge objects using strategic merge patch similar to kustomize and kubectl apply #388
- fix: Correct line spacing between Next Step and first bullet; add new line at end #386
- fix: Remove the copysources warning; do not create copysources.sh for UI #385
- fix: .brew_home is created during brew bottling causing git tree state to become dirty #377
- fix: Add support for older kernels which does not support metacopy flag in mount #368
- fix: Use overlay storage to reduce space occupied by pulled images #367
- fix: Optimize docker image size by cleaning up each layer #365
- fix: Change default dir for image to workspace #361
- fix: If cf app path directory is missing, assume manifest path as app source location #351
- fix: Fix path computation when cf manifest has a path #344
- revert: Delta builds not working with make build #343
- fix: the createRef function takes a string for the SHA so we need double quotes #340
- fix: use an action to get the go version instead of hardcoding it #324
- fix: refactor build workflow, fix deletion of images in release workflow, reformat everything #323
- fix: create temporary image so we can run move2kube-tests #322
- fix: the triggering of releases in other repos #321
- fix: calculation of tag and update the template for creating release #319
- fix: give gren the tag and also update the upload assets action to a working version #318
- fix: personal access token name #317
- Fix docker in docker flow #299
- Fix docker in docker flow #299
- Fix docker in docker flow #299
- add irContainer ports to the service only if the cf app has no ports #289
- upgrade to openshift api 4.6 and fix domain name and path in routes #287
- fixes bug where some apps where going into CrashLoopBackoff when used with DeploymentConfig on Openshift #285
- fix bug where port merge optimizer was not forwarding the port from the k8s service to the k8s pod #283
- change how we detect a m2k assets path #282
- change how we detect different types of files #277
- fix bug where ssh key directory was not being set. change all casting to use the spf13/cast library for consistency #273
- fixed bug where build metadata was not being set properly in Makefile during builds. #269
- fix bug where we show an error if env_file is a string #246
- add containers if images need to be built while translating docker-compose #241
- add containers if images need to be built while translating docker-compose #241
- Fixed bug where context paths where relative to root directory instead of build script directory. Ask user the path to expose services on. #238
- Fixed bug where context paths where relative to root directory instead of build script directory. Ask user the path to expose services on. #238
- fixed integer parsing bug #233
🧹 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
- chore: update the overview image with new logo #460
- chore: update urls to new move2kube.konveyor.io/ #456
- chore: build plugin on every release but push to krew only on stable releases #454
- chore: allow installing the bleeding edge version #448
- chore: fix an issue with upx and mac where the process gets killed immediately #441
- chore: Move to go 1.16 #438
- chore: Change conversion log messages to debug #435
- chore: allow install script to install any tag #424
- chore: get the new index.yaml from the latest release #420
- chore: combine all 3 steps of asking a question into a single function call #418
- chore: octokit is not defined in github workflows, use github instead #413
- chore: minor refactor #390
- ci: fix bug in release workflow and add steps to publish homebrew formula #384
- ci: update index.yaml for helm charts during publish #380
- chore: add kubectl plugins to the install script #379
- chore: use releaseinfo.json to get the latest stable release #378
- chore: add brew install instructions #375
- ci: workaround for a bug in the github API #371
- ci: fix bug where the 2 args were being treated as a single arg and passed to GREN #370
- ci: minor fixes to allow release #369
- docs: Add doc for all-in-one container based ui bring up #362
- ci: clean up workflows to work together across multiple repos #360
- ci: change publish workflow to handle the data sent from the UI #359
- ci: create branch if necessary in the release workflow #357
- chore: Cleanup go.mod and go.sum #352
- docs: Point usage links to website #349
- docs: Update install instructions #346
- chore: workflow changes to accomodate the new release branches #341
- chore: release the plugin when we make a non prerelease #333
- chore: add each valid PR type to a group in release notes #331
- ci: added support for specifying commit and previous tag while releasing #330
- chore: Change default branch to main #327