Skip to content

Releases: ovh/ovhcloud-cli

v0.10.0

02 Mar 07:29
v0.10.0
eed21b6

Choose a tag to compare

0.10.0 (March 2, 2026)

⚙️ General:

  • Upgrade to go1.26, update dependencies, and improve build (#155)
  • Merge addInitParameterFileFlag and addFromFileFlag utility funcs (#154)

⚠️ Breaking Changes:

  • Update output flag to -o <format>, replacing --json/--yaml flags (#149)

🎉 Features:

  • Domain Zone: Add record create and delete commands (#108)
  • Domain Zone: Add record list command (#125)
  • Email Domain: Add redirection commands: list, get, create, delete (#134)
  • Browser: Add Interactive TUI Browser for OVHcloud Services (#131)
  • Browser: Add Kubernetes support and modular view architecture (#138)
  • Container Registry: Add missing commands (#124)
  • Cloud: Add savings plans commands (#136)
  • Cloud: Add project alerting commands (#139)
  • Cloud storage S3: Add missing commands (#143)
  • Cloud: Add ip-failover commands (#144)
  • Cloud: Add project management commands (#145)
  • Cloud: Add complete loadbalancer sub-resource commands (#146)
  • Cloud: Add SSH key creation (#150)
  • Cloud: Add SSH key deletion (#153)
  • Configuration: Allow defining multiple profiles (#156)

💪 Improvements:

  • Cloud kube: Add attachFloatingIps spec on nodepool (#107)
  • Cloud network: Refactor network commands (#147)
  • Improve help command of create commands (#148)

🐜 Bug fixes:

  • Cloud S3 Storage: Fix --from-file flag handling in resource edit (#143)

📚 Documentation:

  • Add examples of --filter and --format flags usage in README (#120)

❤️ Thanks for your contributions ❤️

v0.9.0

05 Dec 14:29
v0.9.0
227a97b

Choose a tag to compare

0.9.0 (December 5, 2025)

⚙️ General:

  • Add make build target to Makefile (#110)

🎉 Features:

  • IAM: Add commands to manage local users (#86)
  • IAM: Add commands to manage user tokens (#103)
  • IAM: Add missing commands to manage policies (#105)

💪 Improvements:

  • Display: auto-detected terminal width (#109)
  • Public Cloud Loadbalancer: Improve displayed info (#112)

🐜 Bug fixes:

  • Instances: Use the right units in output template (#97)
  • Fix version warning message (#102)
  • CloudShell: Add /v1 prefix to API calls (#113)

📚 Documentation:

  • Improve contributing documentation (#90)
  • Display interactive login first in README (#114)

❤️ Thanks for your contributions ❤️

v0.8.1

31 Oct 16:40
v0.8.1
531b75b

Choose a tag to compare

Changelog

  • 531b75b Merge pull request #82 from ovh/cds
  • 065610e fix: cds: update workflow to release docker images

v0.8.0

31 Oct 08:10
v0.8.0
e309d08

Choose a tag to compare

0.8.0 (October 31, 2025)

🎉 Features:

  • Check if a new version of the CLI is available when running commands (#75)
  • Allow defining the Public Cloud Project to use with environment variable OS_TENANT_ID (#76)

🐜 Bug fixes:

  • Avoid panic when listing Baremetal compatible OSes (#78)

📚 Documentation:

  • Reorganize products in README (#77)

❤️ Thanks for your contributions ❤️

v0.7.1

17 Oct 08:48
9a94a22

Choose a tag to compare

0.7.1 (October 17, 2025)

🐜 Bug fixes:

  • Handle null image property when fetching a cloud instance (#74)

❤️ Thanks for your contributions ❤️

v0.7.0

16 Oct 14:45
2a76f09

Choose a tag to compare

0.7.0 (October 16, 2025)

🎉 Features:

  • Update cloud loadbalancer command to manipulate Octavia load balancers (#69)
  • Add a command to list cloud load balancers flavors (#69)
  • Add missing commands to manipulate instances snapshots and add ability to create distant snapshots (#73)
  • Add options --all and --prefix to s3 objects bulk-delete command (#67)
  • Rancher: add reset-admin-credentials command (#63)
  • Rancher: improve create and edit commands (#64)
  • Always output JSON in WASM binary (#68)
  • Filter columns to display for each product in the WASM binary (#70)

🐜 Bug fixes:

  • Avoid displaying <nil> values in tables (#71)

📚 Documentation:

  • Add installation from source (#65)
  • Regenerate documentation and fix cloud storage-s3 doc (#66)
  • Fix errors in README (#65, #62)

❤️ Thanks for your contributions ❤️

v0.6.0

09 Oct 10:20
v0.6.0
747c474

Choose a tag to compare

Changelog

  • 6d42e50 Merge pull request #39 from ovh/ava-rename-services
  • a495e59 Merge pull request #41 from mJehanno/add-me
  • f3f5c3a Merge pull request #44 from ovh/dev/aamstutz/fix-workflow
  • 01daa0d Merge pull request #46 from ovh/dev/aamstutz/add-missing-badges
  • 69a764f Merge pull request #47 from ovh/dev/aamstutz/subnet-creation
  • 5b7c163 Merge pull request #48 from ovh/bindir
  • 748d65f Merge pull request #49 from ovh/dev/aamstutz/readme-update
  • 546f3c8 Merge pull request #50 from ovh/dev/aamstutz/readme-update
  • 1f5746e Merge pull request #51 from ovh/dev/mapetit/dns-zone-update-refresh
  • 747c474 Merge pull request #53 from pgaxatte/main
  • e1af7e7 Merge pull request #54 from antleblanc/patch-1
  • 3136d42 chore: Add badges for Alpine package and FreeBSD port
  • ba9723f chore: Add events that trigger the build workflow
  • 4283916 doc: Add products list in README + update badges
  • 2d4a7db doc: Fix README missing TOC
  • 559ed2f doc: Fix contributing url
  • 41bd2dd feat(me): add me command to get information about the current user
  • 6f853e3 feat: Add cloud subnet creation command
  • ef5296f feat: accept $BINDIR as target dir, as well as $XDG_BIN_HOME & $HOME/.local/bin
  • 10c94e2 feat: add DNS zone refresh and record update commands
  • b42af9c feat: services renaming/improving
  • ebf6230 fix(login): extend fields width to prevent horizontal scroll

v0.5.0

29 Sep 09:46
aca11ab

Choose a tag to compare

0.5.0 (September 29, 2025)

⚙️ General:

  • Avoid using homebrew_curl in generated Cask (#36)
  • Use the right URL in installation script (#34)

🎉 Features:

  • Add missing information after a cloud private network has been created (#33)

📚 Documentation:

  • Fix documentation of cloud databases (#32)
  • Fix auto-completion commands in README (#35)

❤️ Thanks for your contributions ❤️

v0.4.0

26 Sep 14:11
9588435

Choose a tag to compare

0.4.0 (September 26, 2025)

🎉 Features:

  • Add commands for Public Cloud Database product: edition and management of individual databases inside a service (#30, #31)

🐜 Bug fixes:

  • Fixed a bug in openapi lib when dealing with AnyOf in models (#30)

📚 Documentation:

  • Add Homebrew install in README (#29)

❤️ Thanks for your contributions ❤️

v0.3.0

26 Sep 08:39
9be69ef

Choose a tag to compare

0.3.0 (September 25, 2025)

⚙️ General:

🎉 Features:

  • Add commands for Public Cloud Database product: creation, deletion, and reference data fetching (#19)

💪 Improvements:

  • Add installation script (#17)
  • Respect output format in all commands (#20)

📚 Documentation:

  • Improve OKMS help (#16)
  • Add missing documentation pages (#16)
  • Fix wrong indentation for code blocks (#21)
  • Improve doc of flags --filter and --format (#18, #22)
  • Use the correct binary name in help commands (#24)

❤️ Thanks for your contributions ❤️