Skip to content

Commit

Permalink
Prepare for release v2021.10.11 (#137)
Browse files Browse the repository at this point in the history
ProductLine: KubeVault

Release: v2021.10.11

Release-tracker: kubevault/CHANGELOG#22
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Oct 9, 2021
1 parent 12f8428 commit 55910e0
Show file tree
Hide file tree
Showing 27 changed files with 77 additions and 59 deletions.
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-0.11.5.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:0.11.5
version: 0.11.5
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.2.0.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.2.0
version: 1.2.0
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.2.2.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.2.2
version: 1.2.2
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.2.3.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.2.3
version: 1.2.3
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.5.9.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.5.9
version: 1.5.9
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.6.5.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.6.5
version: 1.6.5
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.7.2.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.7.2
version: 1.7.2
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.7.3.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.7.3
version: 1.7.3
2 changes: 1 addition & 1 deletion catalog/raw/vaultserver/vaultserver-1.8.2.yaml
Expand Up @@ -6,7 +6,7 @@ spec:
exporter:
image: kubevault/vault-exporter:v0.1.1
unsealer:
image: kubevault/vault-unsealer:v0.5.0
image: kubevault/vault-unsealer:v0.5.1
vault:
image: vault:1.8.2
version: 1.8.2
4 changes: 2 additions & 2 deletions charts/kubevault-catalog/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeVault Catalog by AppsCode - Catalog for KubeVault supported versions
name: kubevault-catalog
version: v2021.09.27
appVersion: v2021.09.27
version: v2021.10.11
appVersion: v2021.10.11
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:0.11.5'
version: 0.11.5
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.2.0'
version: 1.2.0
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.2.2'
version: 1.2.2
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.2.3'
version: 1.2.3
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.5.9'
version: 1.5.9
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.6.5'
version: 1.6.5
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.7.2'
version: 1.7.2
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.7.3'
version: 1.7.3
Expand Up @@ -8,7 +8,7 @@ spec:
exporter:
image: '{{ include "catalog.registry" . }}/vault-exporter:v0.1.1'
unsealer:
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.0'
image: '{{ include "catalog.registry" . }}/vault-unsealer:v0.5.1'
vault:
image: '{{ include "official.registry" (set (.Values | deepCopy) "officialRegistry" (list "vault")) }}:1.8.2'
version: 1.8.2
4 changes: 2 additions & 2 deletions charts/kubevault-crds/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-crds
description: KubeVault Custom Resource Definitions
type: application
version: v2021.09.27
appVersion: v2021.09.27
version: v2021.10.11
appVersion: v2021.10.11
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubevault-metrics/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-metrics
description: KubeVault State Metrics
type: application
version: v2021.09.27
appVersion: v2021.09.27
version: v2021.10.11
appVersion: v2021.10.11
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-community-icon.png
sources:
Expand Down
Expand Up @@ -146,9 +146,17 @@ spec:
Parameters is used in the expression string \n Available
expression evaluation functions are: \n int() returns
1 if the expression is true otherwise 0, example: int(phase
== 'Running') \n percentage(a, b) returns the value of
(a * b%) example: percentage(replicas, maxUnavailable)
\n cpuCores() returns the cpu in unit core example: cpuCores(cpu),
== 'Running') \n percentage(percent, total, roundUp) returns
the value of (percent * total%) when `percent` contains
the percent(%) value. If percent represents an Integer
value, then it will simply return it. roundUp is an optional
field. By default, its value is false. If roundUp is set
as `true`, the resultant value will be rounded up. example:
(i) percentage(\"25%\", 4) will return 1. (ii)
percentage(\"25%\", 1 , true) will return 1 as roundUp
is set as true. (iii) percentage(2, 4) will return
2 as percent is representing an Integer value. \n cpu_cores()
returns the cpu in unit core example: cpu_cores(cpu),
for cpu value 150m, it will return 0.15 \n bytes() returns
the memory size in byte example: bytes(memory), for memory
value 1 ki, it will return 1024 \n unix() returns the
Expand Down Expand Up @@ -259,22 +267,32 @@ spec:
the expression string \n Available expression
evaluation functions are: \n int() returns 1
if the expression is true otherwise 0, example:
int(phase == 'Running') \n percentage(a, b)
returns the value of (a * b%) example: percentage(replicas,
maxUnavailable) \n cpuCores() returns the cpu
in unit core example: cpuCores(cpu), for cpu
value 150m, it will return 0.15 \n bytes() returns
the memory size in byte example: bytes(memory),
for memory value 1 ki, it will return 1024 \n
unix() returns the DateTime string into unix
format. example: unix(dateTime) will return
the corresponding unix value for the given dateTime
\n in above examples phase, replicas, maxUnavailable,
cpu, memory, dateTime are Parameter's key those
values will come from corresponding Parameter's
value \n Some expression evaluation functions
are used for calculating resource requests and
limits. Those functions are stated here: https://github.com/kmodules/resource-metrics/blob/master/eval.go"
int(phase == 'Running') \n percentage(percent,
total, roundUp) returns the value of (percent
* total%) when `percent` contains the percent(%)
value. If percent represents an Integer value,
then it will simply return it. roundUp is an
optional field. By default, its value is false.
If roundUp is set as `true`, the resultant value
will be rounded up. example: (i) percentage(\"25%\",
4) will return 1. (ii) percentage(\"25%\",
1 , true) will return 1 as roundUp is set as
true. (iii) percentage(2, 4) will return
2 as percent is representing an Integer value.
\n cpu_cores() returns the cpu in unit core
example: cpu_cores(cpu), for cpu value 150m,
it will return 0.15 \n bytes() returns the memory
size in byte example: bytes(memory), for memory
value 1 ki, it will return 1024 \n unix() returns
the DateTime string into unix format. example:
unix(dateTime) will return the corresponding
unix value for the given dateTime \n in above
examples phase, replicas, maxUnavailable, cpu,
memory, dateTime are Parameter's key those values
will come from corresponding Parameter's value
\n Some expression evaluation functions are
used for calculating resource requests and limits.
Those functions are stated here: https://github.com/kmodules/resource-metrics/blob/master/eval.go"
type: string
valueFromPath:
description: "ValueFromPath contains the field
Expand Down
4 changes: 2 additions & 2 deletions charts/kubevault-operator/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeVault Operator by AppsCode - HashiCorp Vault operator for Kubernetes
name: kubevault-operator
version: v0.5.0
appVersion: v0.5.0
version: v0.5.1
appVersion: v0.5.1
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubevault-operator/README.md
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `kubevault-operator
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | `""` |
| operator.registry | Docker registry used to pull Vault operator image | `kubevault` |
| operator.repository | Vault operator container image | `vault-operator` |
| operator.tag | Vault operator container image tag | `v0.5.0` |
| operator.tag | Vault operator container image tag | `v0.5.1` |
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
| operator.securityContext | Security options the operator container should run with | `{}` |
| cleaner.registry | Docker registry used to pull Webhook cleaner image | `appscode` |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubevault-operator/values.yaml
Expand Up @@ -26,7 +26,7 @@ operator:
# Vault operator container image
repository: vault-operator
# Vault operator container image tag
tag: v0.5.0
tag: v0.5.1
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down
12 changes: 6 additions & 6 deletions charts/kubevault/Chart.lock
@@ -1,15 +1,15 @@
dependencies:
- name: kubevault-crds
repository: file://../kubevault-crds
version: v2021.09.27
version: v2021.10.11
- name: kubevault-catalog
repository: file://../kubevault-catalog
version: v2021.09.27
version: v2021.10.11
- name: kubevault-operator
repository: file://../kubevault-operator
version: v0.5.0
version: v0.5.1
- name: kubevault-metrics
repository: file://../kubevault-metrics
version: v2021.09.27
digest: sha256:55268efc808dcd7d5b7924f9ca287926f5e9801b589a932bbf84f8ce57457963
generated: "2021-10-05T01:15:43.221162432-07:00"
version: v2021.10.11
digest: sha256:931d07f72e6618e1492f6cd8012eaa07ec7c643885c0609cf53ba99e1f0acefa
generated: "2021-10-09T23:02:00.888766011Z"
12 changes: 6 additions & 6 deletions charts/kubevault/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault
description: KubeVault by AppsCode - HashiCorp Vault operator for Kubernetes
type: application
version: v2021.09.27
appVersion: v2021.09.27
version: v2021.10.11
appVersion: v2021.10.11
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-icon.png
sources:
Expand All @@ -14,17 +14,17 @@ maintainers:
dependencies:
- name: kubevault-crds
repository: file://../kubevault-crds
version: v2021.09.27
version: v2021.10.11
condition: kubevault-crds.enabled
- name: kubevault-catalog
repository: file://../kubevault-catalog
version: v2021.09.27
version: v2021.10.11
condition: kubevault-catalog.enabled
- name: kubevault-operator
repository: file://../kubevault-operator
version: v0.5.0
version: v0.5.1
condition: kubevault-operator.enabled
- name: kubevault-metrics
repository: file://../kubevault-metrics
condition: kubevault-metrics.enabled
version: v2021.09.27
version: v2021.10.11

0 comments on commit 55910e0

Please sign in to comment.