Release of v2.4.0
v2.4.0 (2021-10-11)
BREAKING CHANGES
--s2i
flag was removed from odo create
#5023
This means that odo is no longer able to automatically generate Devfiles form s2i builder images.
Odo components can now be created only from Devfiles. By default, odo uses https://registry.devfile.io/viewer as source of predefined Devfiles.
Features/Enhancements:
- Do not use Service Binding Operator #5113 (feloy)
- Devfile registry telemetry integration #5101 (GeekArthur)
- Validate parameters on odo service create from swagger/csv #5074 (feloy)
- Add timezone information to Telemetry data #5067 (dharmit)
- Fetch locale information for Telemetry #5066 (dharmit)
- odo service create/describe -o json #5039 (feloy)
- Modifies the usage of service create, link and unlink by using separate files for Kubernetes resources #5031 (mik-dass)
Bugs:
- Limit calls to devfile registry #5126 (feloy)
- Close JSON debug file #5124 (feloy)
- remove abrubt os.Exit calls #5087 (anandrkskd)
- Restart command when stopped on odo push #5081 (feloy)
- Making starter flag value compulsory #5079 (mohammedzee1000)
- Delete devfile when creation fails #5062 (feloy)
- fix Filepath to use / for odo describe --context /path for windows #5047 (anandrkskd)
- Mount persistent volumes for S2I images #4918 (feloy)
Documentation:
- Update DefaultDevfileRegistry link in IBM-Z and Power doc #5103 (xkwangcn)
- odo catalog/registry/service reference documentation #5095 (feloy)
- cleanup website node packages #5076 (kadel)
- Update Readme.adoc #5075 (kadel)
Testing/CI:
- Cleanup resources from integration tests #5135 (feloy)
- Refactor cmd_devfile_create_test.go #5108 (valaparthvi)
- refactor devfile-url test #5102 (anandrkskd)
- resolve windows os.remove error #5091 (anandrkskd)
- update timeout to 8mins #5068 (anandrkskd)
- repeated check for deleted dir in odo watch test #5058 (anandrkskd)
- Set odo to use staging registry in
CommonBeforeEach
#5057 (dharmit) - Refactor odo exec integration tests + remove unused utils functions #5049 (feloy)
- Debug test file cleanup left over #5038 (prietyc123)
- Modifies and adds scripts to run K8S tests on IBM Cloud cluster #5022 (rnapoles-rh)
Cleanup/Refactor:
- Remove experimental mode flag #5117 (dimitraz)
- Removing unused flags in link command #5070 (mohammedzee1000)
- Use interface for kclient #5065 (feloy)
- add logic to run github_changelog_generator in container #5048 (kadel)
- Removing remaining service catalog references #5033 (mohammedzee1000)
- Removes the s2i flag from the create file #5023 (mik-dass)
- Removes code related to s2i based URLs #5016 (mik-dass)
Merged pull requests:
- Bump version to 2.4.0 #5136 (dharmit)
- update devfile/library v1.2.0 #5130 (kadel)
- Refactor cmd_devfile_describe_test #5104 (valaparthvi)
- fixed JOB_NAME #5077 (rnapoles-rh)
- resolve CI job script error #5069 (anandrkskd)
Installation of v2.4.0
To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com
* This Changelog was automatically generated by github_changelog_generator