Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency redhat-developer/odo to v3.15.0 #662

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
redhat-developer/odo minor v3.9.0 -> v3.15.0

Release Notes

redhat-developer/odo (redhat-developer/odo)

v3.15.0: Release of v3.15.0

Compare Source

Installation of v3.15.0

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

What's Changed

Features / Enhancements
Bugs
Documentation
Testing / CI
Cleanup / Refactor
Merged pull requests

Full Changelog: redhat-developer/odo@v3.14.0...v3.15.0

v3.14.0

Compare Source

Installation of v3.14.0

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

What's Changed

Full Changelog

Features/Enhancements:

Bugs:

Documentation:

  • Update README main title and display preview video #​7037 (rm3l)
  • Update home page preview video with support of Podman #​7023 (rm3l)
  • Update Quickstart Guides with Podman support #​7016 (rm3l)
  • Document how to change the dev container image pull policy #​7014 (rm3l)
  • Use image selector feature in "Deploying application" guides #​7013 (rm3l)

Merged pull requests:

Full Changelog: redhat-developer/odo@v3.13.0...v3.14.0

v3.13.0: Release of v3.13.0

Compare Source

Installation of v3.13.0

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

What's Changed

Full Changelog

Features/Enhancements:

Bugs:

  • Fix potential port conflict issue with the API server tests by using a random server port if --random-ports is set #​6995 (rm3l)
  • Add Preference dependency to api-server command #​6974 (feloy)
  • [UX] Fix default value of ImageRegistry in odo preference view output #​6951 (valaparthvi)
  • Fix oc to odo project translation #​6949 (valaparthvi)
  • Fix CI Devfile Registry URL used in OCP interop tests #​6946 (rm3l)
  • Document and return JSON data for API errors #​6938 (feloy)

Documentation:

Testing/CI:

Cleanup/Refactor:

  • Generate static UI files from within a container #​6972 (rm3l)
  • Update go.mod with new location of the Alizer library #​6962 (rm3l)

Merged pull requests:

Full Changelog: redhat-developer/odo@v3.12.0...v3.13.0

v3.12.0

Compare Source

Installation of v3.12.0

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

What's Changed

Full Changelog

Features/Enhancements:

Bugs:

  • List namespace right after namespace has been created #​6922 (valaparthvi)
  • Do not necessarily error out if odo dev is stopped via Ctrl+C #​6917 (rm3l)
  • Do not return an error in odo analyze if current directory contains an invalid Devfile #​6905 (rm3l)
  • Make sure the "Syncing files into the container" spinner is displayed on Podman #​6863 (rm3l)
  • Bump Alizer to fix potential panic when analyzing large projects #​6926 (rm3l)

Documentation:

Testing/CI:

  • Fix potential issue in odo version nightly tests if user does not have permission to get the OpenShift version #​6933 (rm3l)
  • Send tests results to Sheet #​6873 (feloy)
  • Skip tests if all changes in docs #​6870 (feloy)
  • Temporarily downgrade Podman on GitHub to fix CI failures for Podman tests #​6928 (rm3l)
  • Skip IBM Cloud tests for changes that do not affect odo behavior #​6924 (valaparthvi)
  • Stop test as soon as expectation is verified #​6891 (feloy)
  • Set FsGroup for spring boot test #​6931 (feloy)
  • Fix service binding skip on Windows #​6929 (feloy)
  • Disable service binding related integration tests #​6920 (feloy)
  • Improve website PR preview workflow #​6907 (rm3l)
  • Replace odo delete component integration with unit tests #​6904 (feloy)
  • Refactor StartDevMode to return a single object instead of multiple args #​6886 (valaparthvi)
  • Unit tests/inject test clientset #​6874 (feloy)
  • [Dogfooding] Create website deploy previews for PRs using odo deploy #​6871 (rm3l)

Merged pull requests:

  • Bump version to 3.12.0 #​6935 (rm3l)
  • Build nightly binaries of odo and make them available (via IBM Cloud Object Storage) #​6875 (rm3l)
  • Mark issues and pull requests as stale #​6872 (ritudes)
  • Website: Bump webpack from 5.81.0 to 5.85.0 in /docs/website #​6868 (dependabot[bot])
  • Go: Bump github.com/segmentio/backo-go from 1.0.1-0.20200129164019-23eae7c10bd3 to 1.0.1 #​6851 (dependabot[bot])
  • Fix GitHub labels in release changelog generator script and PR template #​6916 (rm3l)

Full Changelog: redhat-developer/odo@v3.11.0...v3.12.0

v3.11.0: Release of v3.11.0

Compare Source

Installation of v3.11.0

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

What's Changed

Full Changelog

Features/Enhancements:

  • Track preference options usage #​6843 (rm3l)
  • Reuse same volumes when devfile is modified, on podman #​6810 (feloy)
  • Delete previous pod and creates new ond when modifying devfile on podman #​6802 (feloy)
  • Allow using imageName as a selector #​6768 (rm3l)

Bugs:

  • Make sure event is recorded whenever telemetry preference is changed #​6842 (rm3l)
  • Do not error out in port detection if any of the /proc/net/{tc,ud}p{,6} files are missing in the dev container #​6831 (rm3l)
  • Add a timeout when initializing the Podman client (broken Podman should not affect odo dev on cluster) #​6808 (rm3l)
  • Updating the oudated release script #​6801 (ritudes)
  • Fix: odo init overwrites personalized configuration when downloading starter project #​6800 (valaparthvi)
  • Fix HotReloadCapable Build command #​6696 (feloy)

Tests

  • Fix should print warning about default namespace when running odo dev test when Dev Session does not start correctly #​6848 (rm3l)
  • Fix issues with describe/list binding tests #​6839 (valaparthvi)
  • Fix flaky odo dev test on Podman by randomizing component names #​6833 (rm3l)
  • Only run cluster tests on nightly tests, not nocluster tests #​6825 (feloy)
  • Do not run 'odo-infra-stage-test' Workflow on PRs if not needed #​6823 (rm3l)
  • Move parent devfiles in specific directories #​6818 (feloy)
  • Wait after killing odo during integration test #​6816 (feloy)
  • fix failing nightly tests #​6814 (feloy)
  • Check latest version from index instead of using hardcoded value #​6789 (feloy)

Documentation:

Cleanup/Refactor:

  • Use a single handler for executing all commands #​6826 (feloy)

Merged pull requests:

Full Changelog: redhat-developer/odo@v3.10.0...v3.11.0

v3.10.0

Compare Source

Installation of v3.10.0

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

What's Changed

Full Changelog

Full Changelog: redhat-developer/odo@v3.9.0...v3.10.0


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 13, 2023 18:02
@garethahealy garethahealy merged commit 0dd82fa into master Dec 13, 2023
2 checks passed
@garethahealy garethahealy deleted the renovate/redhat-developer-odo-3.x branch December 13, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant