Skip to content

Releases: redhat-developer/odo

v3.0.0-beta2

19 Jul 08:50
c8e4458
Compare
Choose a tag to compare

Release of v3.0.0-beta2

v3.0.0-beta2 (2022-07-19)

Full Changelog

Features/Enhancements:

  • Allow setting namingStrategy when using odo add binding #5912 @rm3l
  • odo dev: handle port forwarding after pod restart #5885 @feloy

Documentation:

Testing/CI:

Merged pull requests:

  • Bump version to v3.0.0-beta2 #5952 @rm3l
  • Remove unused functions: ComponentExist, PushedComponent #5944 @valaparthvi
  • download golangci-lint binary with test script #5934 @anandrkskd
  • reduce test make targets, organize test file structure #5931 @anandrkskd
  • Go: Bump github.com/fatih/color from 1.12.0 to 1.13.0 #5925 @dependabot[bot]
  • Go: Bump github.com/posener/complete from 1.1.1 to 1.2.3 #5924 @dependabot[bot]
  • Cleanup Adapter structure to not be used to pass parameters #5918 @feloy
  • Website: Bump @tsconfig/docusaurus from 1.0.4 to 1.0.6 in /docs/website #5917 @dependabot[bot]
  • Simplify pkg/devfile/adapters/... packages #5914 @feloy
  • Website: Bump @svgr/webpack from 5.5.0 to 6.2.1 in /docs/website #5913 @dependabot[bot]
  • Website: Bump prism-react-renderer from 1.3.1 to 1.3.5 in /docs/website #5911 @dependabot[bot]
  • Website: Bump glob-parent from 5.1.2 to 6.0.2 in /docs/website #5910 @dependabot[bot]
  • Use cached discovery client #5908 @dharmit
  • Go: Bump github.com/pborman/uuid from 1.2.0 to 1.2.1 #5901 @dependabot[bot]
  • Website: Bump browserslist from 4.19.3 to 4.21.1 in /docs/website #5897 @dependabot[bot]
  • Website: Bump @docusaurus/core from 2.0.0-beta.16 to 2.0.0-beta.21 in /docs/website #5895 @dependabot[bot]
  • Add assertions for types implementing interfaces #5893 @feloy
  • update documentation issue template #5859 @kadel
  • Fixes terminal completion command for odo #5856 @cdrage

New Contributors

Installation of v3.0.0-beta2

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

v3.0.0-beta1

30 Jun 08:23
ebdd3f0
Compare
Choose a tag to compare

What's Changed

Features/Enhancements:

Bugs:

Documentation:

Testing/CI:

Other merged pull requests:

Installation of v3.0.0-beta1

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

New Contributors

Full Changelog: v3.0.0-alpha3...v3.0.0-beta1

v3.0.0-alpha3

08 Jun 07:57
be52fd0
Compare
Choose a tag to compare

Release of v3.0.0-alpha3

v3.0.0-alpha3 (2022-06-07)

Full Changelog

Features/Enhancements:

Bugs:

  • Execute tar with --no-same-owner #5783 (feloy)
  • Removed setup operator code block for s390x #5761 (surenderky)
  • Delete dev resources only when stopping Dev session #5751 (feloy)

Documentation:

Testing/CI:

Merged pull requests:

Installation of v3.0.0-alpha3

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

v3.0.0-alpha2

17 May 06:08
ecf0aa0
Compare
Choose a tag to compare

Release of v3.0.0-alpha2

v3.0.0-alpha2 (2022-05-16)

Full Changelog

Features/Enhancements:

Bugs:

  • Fix issue preventing URI-referenced Kubernetes components from being gathered for deletion #5721 (rm3l)
  • Upgrade to registry-library v1.0.1 to ignore OWNERS files #5712 (feloy)
  • Fix issue with variables not substituted in uri-referenced manifests (#5451) #5711 (rm3l)
  • Fix ignores files during sync #5689 (feloy)
  • Error when running odo list and there are no components deployed #5688 (cdrage)

Documentation:

Testing/CI:

Merged pull requests:

Installation of v3.0.0-alpha2

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

v3.0.0-alpha1

22 Apr 12:37
de1e861
Compare
Choose a tag to compare

Release of v3.0.0-alpha1

v3.0.0-alpha1 (2022-04-25)

Full Changelog
11
This is the first alpha version of a new odo v3.
Odo v3 introduces completely new CLI.

Currently implemented commands:
init - Bootstrap new component in a local directory
dev - Start component in a development mode on the cluster.
deploy - Deploy component to the cluster (requires “deploy” command in devfile.yaml)
delete component - Delete devfile component form the cluster
list - List all components in the current namespace

Installation of v3.0.0-alpha1

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

v2.5.1

08 Apr 12:00
ae0c553
Compare
Choose a tag to compare

Release of v2.5.1

v2.5.1 (2022-04-08)

Full Changelog

Bugs:

  • [Hotfix] Always ignore command and args defined in Devfile container components #5639 (rm3l)
  • Add duplicate port validation, update devfile libraries, and add tests to check port name matches endpoint name #5407 (valaparthvi)
  • Fix odo describe panic without the context directory #5404 (valaparthvi)
  • Add more verbosity to undeploy #5340 (valaparthvi)
  • odo push recreates the pod if scaled to 0 #5315 (dharmit)
  • [v2 cherrypicking] Undeploy error #5365 (valaparthvi)
  • Non-default deploy commands do not break running the default one #5481 (feloy)

Testing/CI:

Merged pull requests:

v2.5.1 (2022-04-08)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

Installation of v2.5.1

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

v2.5.0

10 Jan 17:39
724f16e
Compare
Choose a tag to compare

Release of v2.5.0

v2.5.0 (2022-01-10)

Full Changelog

Features/Enhancements:

Bugs:

  • s/openshift/redhat-developer in changelog script #5308 (dharmit)
  • Allow odo deploy without envfile #5294 (feloy)
  • Fix panic with interactive odo create when talking to a disconnected cluster #5286 (valaparthvi)
  • Avoid coinfcliting urls in two components (Use adler32 into URL name) #5238 (feloy)

Documentation:

Testing/CI:

Cleanup/Refactor:

* This Changelog was automatically generated by github_changelog_generator

Installation of v2.5.0

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

v2.4.3

30 Nov 08:14
16dd43c
Compare
Choose a tag to compare

Release of v2.4.3

v2.4.3 (2021-11-30)

Full Changelog

Features/Enhancements:

Bugs:

Documentation:

Testing/CI:

Cleanup/Refactor:

  • Refactor genericclioptions.Context #5198 (feloy)

Merged pull requests:

Installation of v2.4.3

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

Release of odo v2.4.2

10 Nov 06:09
88e8910
Compare
Choose a tag to compare

Release of v2.4.2

v2.4.2 (2021-11-09)

Full Changelog

Features/Enhancements:

Bugs:

Documentation:

Testing/CI:

  • Ansible playbooks to deploy and configure Kubernetes/Openshift clusters on IBM Cloud #5163 (feloy)

Cleanup/Refactor:

Merged pull requests:

Installation of v2.4.2

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

NOTE: Official artifacts will be made available when the build is complete

* This Changelog was automatically generated by github_changelog_generator

v2.4.1

26 Oct 05:44
dbf7ad5
Compare
Choose a tag to compare

What's Changed

New Contributors

Installation of v2.4.1

Full Changelog: v2.4.0...v2.4.1