Releases: konveyor/move2kube-api
Releases · konveyor/move2kube-api
Move2Kube API v0.3.0-beta.0
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: common workspace level inputs #98
- feat: show error when failing to delete a workspace or project #97
- feat: use bbolt to implement proper locking while accessing the data #95
- feat: add a timeout to cancel planning and transformation #91
- feat: limit file upload size #90
- feat: Use docker or podman to build and run #88
- feat: update go version to 1.17 #87
- feat: add authentication and authorization using keycloak #86
- feat: support the new workspace folder structure #85
- feat: allow uploading the customizations folder #83
- feat: support move2kube v0.3.0 #82
🐛 Bug Fixes
- fix: set umask to 0 so that file and directory permissions are set correctly #96
- fix: get all the tags for the current commit and take the latest #93
- fix: config file paths were still using ids instead of normalized names #89
🧹 Maintenance
Move2Kube API v0.3.0-alpha.4
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: add a timeout to cancel planning and transformation #91
- feat: limit file upload size #90
- feat: Use docker or podman to build and run #88
- feat: update go version to 1.17 #87
- feat: add authentication and authorization using keycloak #86
🐛 Bug Fixes
Move2Kube API v0.3.0-alpha.3
No changes from the previous release.
Move2Kube API v0.3.0-alpha.2
No changes from the previous release.
Move2Kube API v0.3.0-alpha.1
No changes from the previous release.
Move2Kube API v0.3.0-alpha.0
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: support the new workspace folder structure #85
- feat: allow uploading the customizations folder #83
- feat: support move2kube v0.3.0 #82
🧹 Maintenance
- refactor: Change base image to ubi-minimal #84
Move2Kube API v0.2.0
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: api version command and image hash #79
- feat: provide some info for debugging purposes #78
- feat: compress binaries #70
- feat: Download zip with both source code and new files #62
- feat: Add support for move2kube debug mode #59
- feat: Use fedora as base image #56
- feat: Parameterize port and add verbose option to command line #53
- feat: label pull requests based on their title #49
- Clean up logs #44
- Autoassign issues to projects #41
- Add notification on release draft creation #40
- Always push image with latest tag on cli change #39
- Add github badge and tagging action #38
- Add github badge and tagging action #38
- Add github actions trigger for cli change #37
- addgithubactions #35
- Update golangci lint version #29
- Add Developer certificate to contributing.md #28
- Update dependencies in go.mod #20
- Change badges to use https #19
- Add port for api server access using statefulset #15
- Add usage instructions #10
- Add Docker compose #9
- Add license to Dockerfile #8
🐛 Bug Fixes
- fix: return an error when the questions are finished and the file is deleted #80
- fix: set the app name correctly #77
- fix: we are copying the sources in CLI already #76
- fix: replace gren with custom action because gren doesn't handle previous tag properly #71
- fix: Prevent panic on fatal log from move2kube #69
- fix: Invoke move2kube in verbose mode if move2kube-api is invoked in verbose mode #68
- fix: Add Application name and the Artifact name in the logs #66
- fix: Disable the timestamp from move2kube in the logs #64
- fix: reformat cli change workflow #47
- fix: remove creation and uploading of release assets #46
- fix: refactor the release workflow to match the cli release workflow #45
- Remove artifact type name which is getting picked-up from plan file #43
- Remove travis #36
- Update discussion session with website link #34
- temporary fix until we add move2kube as a dependency #33
- fix build-arg so that it is in scope at the proper places #32
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- Fix artifact type #26
- Increase golint min confidence #24
- Fix lint errors #23
- Remove golint errors and add config file for golint #22
- Migrate to travis-ci.com #17
- Disable codecov updating commit status #16
- Update slack in code of conduct doc #14
- Change slack to kubernetes #13
- Fix Dockerfile version arg #11
🧹 Maintenance
- chore: change release config filename #75
- chore: fix move2kube website url #74
- chore: Move to go 1.16 #73
- chore: previous tag is required to calculate changelog #72
- ci: see konveyor/move2kube#371 for details #61
- ci: fix bug where the 2 args were being treated as a single arg and passed to GREN #60
- ci: Add support for all-in-one image build #55
- ci: add workflow_dispatch so build can be triggered from the move2kube repo #54
- ci: clean up workflows to work together across multiple repos #52
- chore: Rename default branch to main #48
Move2Kube API v0.2.0-rc.0
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: api version command and image hash #79
- feat: provide some info for debugging purposes #78
- feat: compress binaries #70
- feat: Download zip with both source code and new files #62
- feat: Add support for move2kube debug mode #59
- feat: Use fedora as base image #56
- feat: Parameterize port and add verbose option to command line #53
- feat: label pull requests based on their title #49
- Clean up logs #44
- Autoassign issues to projects #41
- Add notification on release draft creation #40
- Always push image with latest tag on cli change #39
- Add github badge and tagging action #38
- Add github badge and tagging action #38
- Add github actions trigger for cli change #37
- addgithubactions #35
- Update golangci lint version #29
- Add Developer certificate to contributing.md #28
- Update dependencies in go.mod #20
- Change badges to use https #19
- Add port for api server access using statefulset #15
- Add usage instructions #10
- Add Docker compose #9
- Add license to Dockerfile #8
🐛 Bug Fixes
- fix: return an error when the questions are finished and the file is deleted #80
- fix: set the app name correctly #77
- fix: we are copying the sources in CLI already #76
- fix: replace gren with custom action because gren doesn't handle previous tag properly #71
- fix: Prevent panic on fatal log from move2kube #69
- fix: Invoke move2kube in verbose mode if move2kube-api is invoked in verbose mode #68
- fix: Add Application name and the Artifact name in the logs #66
- fix: Disable the timestamp from move2kube in the logs #64
- fix: reformat cli change workflow #47
- fix: remove creation and uploading of release assets #46
- fix: refactor the release workflow to match the cli release workflow #45
- Remove artifact type name which is getting picked-up from plan file #43
- Remove travis #36
- Update discussion session with website link #34
- temporary fix until we add move2kube as a dependency #33
- fix build-arg so that it is in scope at the proper places #32
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- Fix artifact type #26
- Increase golint min confidence #24
- Fix lint errors #23
- Remove golint errors and add config file for golint #22
- Migrate to travis-ci.com #17
- Disable codecov updating commit status #16
- Update slack in code of conduct doc #14
- Change slack to kubernetes #13
- Fix Dockerfile version arg #11
🧹 Maintenance
- chore: change release config filename #75
- chore: fix move2kube website url #74
- chore: Move to go 1.16 #73
- chore: previous tag is required to calculate changelog #72
- ci: see konveyor/move2kube#371 for details #61
- ci: fix bug where the 2 args were being treated as a single arg and passed to GREN #60
- ci: Add support for all-in-one image build #55
- ci: add workflow_dispatch so build can be triggered from the move2kube repo #54
- ci: clean up workflows to work together across multiple repos #52
- chore: Rename default branch to main #48
Move2Kube API v0.2.0-beta.0
For more documentation and support please visit https://move2kube.konveyor.io/
Changelog
🚀 Features
- feat: api version command and image hash #79
- feat: provide some info for debugging purposes #78
- feat: compress binaries #70
- feat: Download zip with both source code and new files #62
- feat: Add support for move2kube debug mode #59
- feat: Use fedora as base image #56
- feat: Parameterize port and add verbose option to command line #53
- feat: label pull requests based on their title #49
- Clean up logs #44
- Autoassign issues to projects #41
- Add notification on release draft creation #40
- Always push image with latest tag on cli change #39
- Add github badge and tagging action #38
- Add github badge and tagging action #38
- Add github actions trigger for cli change #37
- addgithubactions #35
- Update golangci lint version #29
- Add Developer certificate to contributing.md #28
- Update dependencies in go.mod #20
- Change badges to use https #19
- Add port for api server access using statefulset #15
- Add usage instructions #10
- Add Docker compose #9
- Add license to Dockerfile #8
🐛 Bug Fixes
- fix: return an error when the questions are finished and the file is deleted #80
- fix: set the app name correctly #77
- fix: we are copying the sources in CLI already #76
- fix: replace gren with custom action because gren doesn't handle previous tag properly #71
- fix: Prevent panic on fatal log from move2kube #69
- fix: Invoke move2kube in verbose mode if move2kube-api is invoked in verbose mode #68
- fix: Copy source code only if non-empty containers directory exists #67
- fix: Add Application name and the Artifact name in the logs #66
- fix: Disable the timestamp from move2kube in the logs #64
- fix: reformat cli change workflow #47
- fix: remove creation and uploading of release assets #46
- fix: refactor the release workflow to match the cli release workflow #45
- Remove artifact type name which is getting picked-up from plan file #43
- Remove travis #36
- Update discussion session with website link #34
- temporary fix until we add move2kube as a dependency #33
- fix build-arg so that it is in scope at the proper places #32
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- update to avoid hard coding of the artifactType #30
- Fix artifact type #26
- Increase golint min confidence #24
- Fix lint errors #23
- Remove golint errors and add config file for golint #22
- Migrate to travis-ci.com #17
- Disable codecov updating commit status #16
- Update slack in code of conduct doc #14
- Change slack to kubernetes #13
- Fix Dockerfile version arg #11
🧹 Maintenance
- chore: change release config filename #75
- chore: fix move2kube website url #74
- chore: Move to go 1.16 #73
- chore: previous tag is required to calculate changelog #72
- ci: see konveyor/move2kube#371 for details #61
- ci: fix bug where the 2 args were being treated as a single arg and passed to GREN #60
- ci: Add support for all-in-one image build #55
- ci: add workflow_dispatch so build can be triggered from the move2kube repo #54
- ci: clean up workflows to work together across multiple repos #52
- chore: Rename default branch to main #48
Move2Kube API v0.2.0-alpha.6
For more documentation and support please visit https://move2kube.konveyor.io/