Skip to content

Commit

Permalink
Include new ScheduleOnly policy in changelog (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen authored Dec 22, 2021
1 parent 12cf255 commit 1bc87d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The file is generated by [Changie](https://github.com/miniscruff/changie).
* [#89](https://github.com/vertica/vertica-kubernetes/issues/89) Added the ability to specify custom volume mounts for use within the Vertica container.
* [#91](https://github.com/vertica/vertica-kubernetes/issues/91) Support for Kerberos authentication
* [#94](https://github.com/vertica/vertica-kubernetes/issues/94) Ability to specify custom ssh keys
* [#59](https://github.com/vertica/vertica-kubernetes/issues/59) New initPolicy called ScheduleOnly. Use this policy when you have a vertica cluster running outside of Kubernetes and you want to provision new nodes to run inside Kubernetes. Most of the automation is disabled when running in this mode.
### Removed
* [#88](https://github.com/vertica/vertica-kubernetes/issues/88) Removed support for Vertica 10.1.1. The operator only supports Vertica 11.0.0 or higher.
### Fixed
Expand Down
1 change: 1 addition & 0 deletions changes/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [#89](https://github.com/vertica/vertica-kubernetes/issues/89) Added the ability to specify custom volume mounts for use within the Vertica container.
* [#91](https://github.com/vertica/vertica-kubernetes/issues/91) Support for Kerberos authentication
* [#94](https://github.com/vertica/vertica-kubernetes/issues/94) Ability to specify custom ssh keys
* [#59](https://github.com/vertica/vertica-kubernetes/issues/59) New initPolicy called ScheduleOnly. Use this policy when you have a vertica cluster running outside of Kubernetes and you want to provision new nodes to run inside Kubernetes. Most of the automation is disabled when running in this mode.
### Removed
* [#88](https://github.com/vertica/vertica-kubernetes/issues/88) Removed support for Vertica 10.1.1. The operator only supports Vertica 11.0.0 or higher.
### Fixed
Expand Down

0 comments on commit 1bc87d1

Please sign in to comment.