Releases: replicatedhq/embedded-cluster
Releases · replicatedhq/embedded-cluster
v0.11.2
Builds
- deps: bump github.com/replicatedhq/embedded-cluster-operator from 0.1.0 to 0.2.0 (#168) #168 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.76.3 to 0.77.0 (#169) #169 (dependabot[bot])
Chores
- use a license during e2e tests (#172) #172 (Ricardo Maraschini)
Commits
v0.11.1
v0.11.0
Builds
- deps: bump github.com/google/uuid from 1.3.1 to 1.4.0 (#158) #158 (dependabot[bot])
- deps: bump github.com/creack/pty from 1.1.18 to 1.1.20 (#157) #157 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.76.2 to 0.76.3 (#160) #160 (dependabot[bot])
- deps: bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#159) #159 (dependabot[bot])
Chores
- remove the not working 'node token create' command (#162) #162 (Ricardo Maraschini)
- fix 'timed out waiting for admin console: ' (#164) #164 (Ricardo Maraschini)
- change metrics endpoint path (#161) #161 (Ricardo Maraschini)
- bump embedded cluster operator version (#166) #166 (Ricardo Maraschini)
Commits
v0.10.1
v0.10.0
Features
- allow for ssh-agent key management (#115) #115 (Ricardo Maraschini)
- apply embedded unsupported overrides (#114) #114 (Ricardo Maraschini)
- remove load balancer configuration (#116) #116 (Ricardo Maraschini)
- allow users to provide an embedded cluster config path (#120) #120 (Ricardo Maraschini)
- hide --overrides flag (#126) #126 (Ricardo Maraschini)
- using short token instead of k0s token (#127) #127 (Ricardo Maraschini)
- deploy the helmvm operator crds helm chart (#134) #134 (Ricardo Maraschini)
- wait for admin console (#135) #135 (Diamon Wiggins)
- bump embedded cluster operator helm chart to v0.0.10 (#139) #139 (Ricardo Maraschini)
- create installation cr before ending the install (#142) #142 (Ricardo Maraschini)
Builds
- deps: bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 (#111) #111 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.74.0 to 0.76.1 (#110) #110 (dependabot[bot])
- deps: bump github.com/k0sproject/rig from 0.14.0 to 0.15.1 (#109) #109 (dependabot[bot])
- deps: bump github.com/k0sproject/k0sctl from 0.15.5 to 0.16.0 (#112) #112 (dependabot[bot])
- deps: bump github.com/google/go-containerregistry from 0.14.0 to 0.16.1 (#75) #75 (dependabot[bot])
- deps: bump github.com/replicatedhq/helmvm-operator from 0.0.10 to 0.0.11 (#151) #151 (dependabot[bot])
- deps: bump k8s.io/apimachinery from 0.28.2 to 0.28.3 (#150) #150 (dependabot[bot])
- deps: bump k8s.io/api from 0.28.2 to 0.28.3 (#149) #149 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.76.1 to 0.76.2 (#148) #148 (dependabot[bot])
- deps: bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible (#147) #147 (dependabot[bot])
- deps: bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 (#146) #146 (dependabot[bot])
Chores
- switch our own addons to use the native helm installer (#88) #88 (Dan Jones)
- remove builder source code (#119) #119 (Ricardo Maraschini)
- remove unused code (#121) #121 (Ricardo Maraschini)
- removed code to support disconnected environments (#122) #122 (Ricardo Maraschini)
- getting rid of linting complains (#128) #128 (Ricardo Maraschini)
- cosmetic changes to makefile (#129) #129 (Ricardo Maraschini)
- allow for embedding development license (#132) #132 (Ricardo Maraschini)
- use controller-runtime kube client (#140) #140 (Ricardo Maraschini)
- bump helmvm operator version (#143) #143 (Ricardo Maraschini)
Commits
- e495d87: use configmap embedded in the kots helm chart, feed it values (#113) (Andrew Lavery) #113
- 2c85fc7: REMOVE TERRAFORM (#117) (Andrew Lavery) #117
- f9e2e6d: update versions in the makefile to latest (#118) (Andrew Lavery) #118
- 7e7ac16: Fix Helm Addon Upgrades (#123) (Diamon Wiggins) #123
- bff811a: Embedded Cluster Operator Addon (#124) (Diamon Wiggins) #124
- 44c410b: the embedded-cluster-config configmap will always be in kube-system (#125) (Andrew Lavery) #125
- 3b95caf: Remove the '.' from helmvm folder name (#130) (Chris Sanders) #130
- add missing --token-file flag to install command (#131) #131 (Ricardo Maraschini)
- eb5b949: Revert "Remove the '.' from helmvm folder name" (#133) (Andrew Lavery) #133
- disable konnectivity-server on join (#136) #136 (Ricardo Maraschini)
- efefe25: openebs should run in the openebs ns (#137) (Andrew Lavery) #137
- cleanup progress bar output (#138) #138 (Diamon Wiggins)
- 37a3184: add 'this is a controller' role labels to the first node (#141) (Andrew Lavery) #141
- reuse admin-console password when reusing config (#144) #144 (Ricardo Maraschini)
- 9e1af36: renaming helmvm to embedded-cluster (#145) (Andrew Lavery) #145
- bb32591: helmvm-operator -> embedded-cluster-operator (#152) (Andrew Lavery) #152
- 355e095: update...
v0.9.1
Features
- create a cluster configuration config map (#106) #106 (Ricardo Maraschini)
- include installer version to the cluster configuration configmap (#108) #108 (Ricardo Maraschini)
Chores
- enable golangci-lint (#103) #103 (Ricardo Maraschini)
- unify two ci jobs doing the same thing (#107) #107 (Ricardo Maraschini)
Commits
v0.9.0
Features
- reporting back installation and upgrade metrics (#92) #92 (Ricardo Maraschini)
Builds
- deps: bump github.com/k0sproject/rig from 0.13.0 to 0.14.0 (#90) #90 (dependabot[bot])
- deps: bump helm.sh/helm/v3 from 3.12.3 to 3.13.0 (#89) #89 (dependabot[bot])
- deps: bump golang.org/x/mod from 0.12.0 to 0.13.0 (#97) #97 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.72.1 to 0.74.0 (#99) #99 (dependabot[bot])
- deps: bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#98) #98 (dependabot[bot])
Chores
- sets a version on development build (#87) #87 (Ricardo Maraschini)
- fix end to end tests (#91) #91 (Ricardo Maraschini)
- using apt-get instead of apt (#93) #93 (Ricardo Maraschini)
- allow build on mac os environment (#94) #94 (Ricardo Maraschini)
- tests: using staging metrics endpoint (#95) #95 (Ricardo Maraschini)
Commits
v0.8.0
Features
- deploying admin console with the embedded license (#86) #86 (Ricardo Maraschini)
v0.7.0
Features
- stop forcing installs and upload binary (#80) #80 (Ricardo Maraschini)
- including support-bundle binary (#81) #81 (Ricardo Maraschini)
- stop providing "controller" as a valid node role (#85) #85 (Ricardo Maraschini)
Builds
- deps: bump actions/checkout from 3 to 4 (#64) #64 (dependabot[bot])
- deps: bump docker/build-push-action from 4 to 5 (#65) #65 (dependabot[bot])
- deps: bump golang.org/x/crypto from 0.11.0 to 0.13.0 (#73) #73 (dependabot[bot])
- deps: bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 (#70) #70 (dependabot[bot])
- deps: bump github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0 (#69) #69 (dependabot[bot])
- deps: bump github.com/k0sproject/k0sctl from 0.15.1 to 0.15.5 (#76) #76 (dependabot[bot])
- deps: bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.7 (#72) #72 (dependabot[bot])
- deps: bump github.com/k0sproject/rig from 0.10.0 to 0.13.0 (#71) #71 (dependabot[bot])
- deps: bump github.com/replicatedhq/troubleshoot from 0.71.1 to 0.72.1 (#83) #83 (dependabot[bot])
- deps: bump k8s.io/api from 0.28.1 to 0.28.2 (#82) #82 (dependabot[bot])
Chores
- create dependabot.yml (Ricardo Maraschini)
- setting the specific version in go.mod (#66) #66 (Ricardo Maraschini)
- bump k8s dependencies (#78) #78 (Ricardo Maraschini)
- bump go version on release actions (#79) #79 (Ricardo Maraschini)
v0.6.0
Features
- allow disabling add-ons (#42) #42 (Ricardo Maraschini)
- block individual node upgrades when using centralized config (#53) #53 (Ricardo Maraschini)
- adding support for kots application host preflights (#52) #52 (Ricardo Maraschini)
- tidy up install output (#56) #56 (Dan Jones)
- replace warn calls with print (#62) #62 (Ricardo Maraschini)
- improve feedback to user (#63) #63 (Ricardo Maraschini)
Chores
- bump k0s version to kube v1.27.5 (#43) #43 (Ricardo Maraschini)
- bringing infra flag doc back (#46) #46 (Ricardo Maraschini)
- implementing some unit tests (#55) #55 (Ricardo Maraschini)
- enable linter (#59) #59 (Ricardo Maraschini)
- adding unit tests for progressbar package (#57) #57 (Ricardo Maraschini)
- adding unit tests on infra package (#58) #58 (Ricardo Maraschini)