Releases: kubero-dev/kubero-cli
Releases · kubero-dev/kubero-cli
v2.4.1
v2.4.0
What's Changed
🌟 Feature / Improve registry handling and add kpack installation by @mms-gianni in #40
🔧 Maintenance / Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group across 1 directory by @dependabot in #34
Full Changelog: v2.3.2...v2.4.0
v2.3.2
- Improved output for small screens
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
Changelog
- 7ebd86a Update ingress controller version to "v1.10.0" and provide a note on loading version from GitHub API due to alphabetic return.
- 162991f Fix typo install.go
- 3fa7c1f Merge pull request #36 from kubero-dev/feature/improve-OLM-installation
- 7071329 Merge pull request #37 from FabienPapet/patch-1
- 3d78a14 Merge pull request #38 from kubero-dev/feature/improve-OLM-installation
- e546772 Merge pull request #39 from kubero-dev/feature/add-longterm-metrics
- 61851a4 add monitoring installation
- d1b603d improve OLM installation
v2.2.0
Changelog
- 3b2641e Update the install function to pass a namespace parameter and call installCertManagerClusterissuer with the appropriate namespace.
- 882e8cc Update the text prompt for selecting audit logs storage class in installKuberoUi() function.
- 10e7be7 Merge pull request #35 from kubero-dev/fix/add-clusterissuer-when-OLM-is-selected
v2.1.0
Changelog
- 4ac5cb3 Bump google.golang.org/protobuf from 1.28.0 to 1.33.0
- e3072ce Corrected typo from "Kuberi" to "Kubero"
- e153386 Corrected typo in "containers"
- 8e7002d Merge branch 'main' of github.com:kubero-dev/kubero-cli
- c10814b Merge pull request #32 from afonso-pereira/fix/correct-typos
- d292b05 Merge pull request #33 from kubero-dev/dependabot/go_modules/google.golang.org/protobuf-1.33.0
- ad6836f Update kindVersions.yaml
- 31574fa upgrade go modules
- 2e67dba use .localhost domain to avoid confusion with .lacolhost.com
v2.0.0
v1.11.0
What's Changed
- Feature / Use latest cert-manager version by @mms-gianni in #25
- Feature / Add a debug command by @mms-gianni in #27
- Feature / Enable SSL for the Kubero UI by @mms-gianni in #28
- Feature / Add registry configuration by @mms-gianni in #29
- Fix / Remove all option in installer by @mms-gianni in #26
Full Changelog: v1.10.1...v1.11.0
v1.10.1
Fix UserAgent string.
Caused Error
"https://api.digitalocean.com/v2/kubernetes/options": net/http: invalid header field value for "User-Agent"
Full Changelog: v1.10.0...v1.10.1