Skip to content

Commit

Permalink
Release prep for 1.7.0 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen authored Aug 26, 2022
1 parent 8f1d945 commit 5b3298c
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 80 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
The file is generated by [Changie](https://github.com/miniscruff/changie).


## 1.7.0 - 2022-08-26
### Added
* [#230](https://github.com/vertica/vertica-kubernetes/issues/230) Allow vstack and cores to be taken in the container
* [#232](https://github.com/vertica/vertica-kubernetes/issues/232) Ability to override the names of k8s objects in helm chart
* [#244](https://github.com/vertica/vertica-kubernetes/issues/244) Automated resize of the PV
* [#246](https://github.com/vertica/vertica-kubernetes/issues/246) Add feature gate to try out the experimental http server
* [#248](https://github.com/vertica/vertica-kubernetes/issues/248) Support for Java UDx's in the full Vertica image
* [#250](https://github.com/vertica/vertica-kubernetes/issues/250) Added e2e-udx testsuite to the CI
### Changed
* [#238](https://github.com/vertica/vertica-kubernetes/issues/238) Moved to operator-sdk v1.22.2
* [#239](https://github.com/vertica/vertica-kubernetes/issues/239) GitHub CI overhaul
* [#245](https://github.com/vertica/vertica-kubernetes/issues/245) Update server container base image to Ubuntu focal-20220801
### Fixed
* [#233](https://github.com/vertica/vertica-kubernetes/issues/233) Allow Vertica upgrade from 11.x to 12.x.
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Update app.kubernetes.io/version in all objects when upgrading the operator
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Prevent the need to restart the pods when the operator is upgraded
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Allow operator upgrade from <= 1.1.0
* [#235](https://github.com/vertica/vertica-kubernetes/issues/235) Helm chart parm 'prometheus.createProxyRBAC' missed a required manifest
* [#247](https://github.com/vertica/vertica-kubernetes/issues/247) Add webhook rule to prevent use of restricted paths for local paths (data or depot)

## 1.6.0 - 2022-06-24
### Added
* [#224](https://github.com/vertica/vertica-kubernetes/issues/224) Allow spread communication encryption to be set in the VerticaDB CR
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/verticadb_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type VerticaDBSpec struct {
ImagePullSecrets []LocalObjectReference `json:"imagePullSecrets,omitempty"`

// +kubebuilder:validation:Optional
// +kubebuilder:default:="vertica/vertica-k8s:11.1.1-0-minimal"
// +kubebuilder:default:="vertica/vertica-k8s:12.0.1-0-minimal"
// +operator-sdk:csv:customresourcedefinitions:type=spec
// The docker image name that contains the Vertica server. Whenever this
// changes, the operator treats this as an upgrade. The upgrade can be done
Expand Down
19 changes: 19 additions & 0 deletions changes/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.7.0 - 2022-08-26
### Added
* [#230](https://github.com/vertica/vertica-kubernetes/issues/230) Allow vstack and cores to be taken in the container
* [#232](https://github.com/vertica/vertica-kubernetes/issues/232) Ability to override the names of k8s objects in helm chart
* [#244](https://github.com/vertica/vertica-kubernetes/issues/244) Automated resize of the PV
* [#246](https://github.com/vertica/vertica-kubernetes/issues/246) Add feature gate to try out the experimental http server
* [#248](https://github.com/vertica/vertica-kubernetes/issues/248) Support for Java UDx's in the full Vertica image
* [#250](https://github.com/vertica/vertica-kubernetes/issues/250) Added e2e-udx testsuite to the CI
### Changed
* [#238](https://github.com/vertica/vertica-kubernetes/issues/238) Moved to operator-sdk v1.22.2
* [#239](https://github.com/vertica/vertica-kubernetes/issues/239) GitHub CI overhaul
* [#245](https://github.com/vertica/vertica-kubernetes/issues/245) Update server container base image to Ubuntu focal-20220801
### Fixed
* [#233](https://github.com/vertica/vertica-kubernetes/issues/233) Allow Vertica upgrade from 11.x to 12.x.
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Update app.kubernetes.io/version in all objects when upgrading the operator
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Prevent the need to restart the pods when the operator is upgraded
* [#234](https://github.com/vertica/vertica-kubernetes/issues/234) Allow operator upgrade from <= 1.1.0
* [#235](https://github.com/vertica/vertica-kubernetes/issues/235) Helm chart parm 'prometheus.createProxyRBAC' missed a required manifest
* [#247](https://github.com/vertica/vertica-kubernetes/issues/247) Add webhook rule to prevent use of restricted paths for local paths (data or depot)
5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220704-163049.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220717-084605.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220811-085256.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220812-155625.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220818-094450.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220821-093357.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Changed-20220802-102529.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Changed-20220805-091928.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Changed-20220812-082810.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220719-083301.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220719-145459.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220719-145535.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220719-160434.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220719-165250.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/unreleased/Fixed-20220812-164753.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion docker-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* Docker Community: [Docker Forums](https://forums.docker.com/), [Stack Overflow](https://stackoverflow.com/questions/tagged/docker)

# Supported Tags
* [1.6.0, latest](https://github.com/vertica/vertica-kubernetes/blob/v1.6.0/docker-operator/Dockerfile)
* [1.7.0, latest](https://github.com/vertica/vertica-kubernetes/blob/v1.7.0/docker-operator/Dockerfile)
* [1.6.0](https://github.com/vertica/vertica-kubernetes/blob/v1.6.0/docker-operator/Dockerfile)
* [1.5.0](https://github.com/vertica/vertica-kubernetes/blob/v1.5.0/docker-operator/Dockerfile)
* [1.4.0](https://github.com/vertica/vertica-kubernetes/blob/v1.4.0/docker-operator/Dockerfile)
* [1.3.1](https://github.com/vertica/vertica-kubernetes/blob/v1.3.1/docker-operator/Dockerfile)
Expand Down
4 changes: 3 additions & 1 deletion docker-vertica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* Docker Community: [Docker Forums](https://forums.docker.com/), [Stack Overflow](https://stackoverflow.com/questions/tagged/docker)

# Supported Tags
* [12.0.0-0-minimal, latest](https://github.com/vertica/vertica-kubernetes/blob/v1.6.0/docker-vertica/Dockerfile)
* [12.0.1-0-minimal, latest](https://github.com/vertica/vertica-kubernetes/blob/v1.7.0/docker-vertica/Dockerfile)
* [12.0.1-0](https://github.com/vertica/vertica-kubernetes/blob/v1.7.0/docker-vertica/Dockerfile)
* [12.0.0-0-minimal](https://github.com/vertica/vertica-kubernetes/blob/v1.6.0/docker-vertica/Dockerfile)
* [12.0.0-0](https://github.com/vertica/vertica-kubernetes/blob/v1.6.0/docker-vertica/Dockerfile)
* [11.1.1-2-minimal](https://github.com/vertica/vertica-kubernetes/blob/v1.5.0/docker-vertica/Dockerfile)
* [11.1.1-2](https://github.com/vertica/vertica-kubernetes/blob/v1.5.0/docker-vertica/Dockerfile)
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/verticadb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This helm chart will install the operator and an admission controller webhook.

| Parameter Name | Description | Default Value |
|----------------|-------------|---------------|
| image.name | The name of image that runs the operator. | vertica/verticadb-operator:1.6.0 |
| image.name | The name of image that runs the operator. | vertica/verticadb-operator:1.7.0 |
| image.repo | Repo server hosting image.name | docker.io |
| image.pullPolicy | The pull policy for the image that runs the operator | IfNotPresent |
| nameOverride | Setting this allows you to control the prefix of all of the objects created by the helm chart. If this is left blank, we use the name of the chart as the prefix | |
Expand Down

0 comments on commit 5b3298c

Please sign in to comment.