Skip to content

Commit

Permalink
Merge pull request #53 from gianlucam76/v0.34.0
Browse files Browse the repository at this point in the history
Release v0.34.0
  • Loading branch information
gianlucam76 authored Jul 11, 2024
2 parents f625c8c + 1d768a2 commit 59dbc36
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/projectsveltos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.33.0
version: 0.34.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.33.0"
appVersion: "0.34.0"
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png
18 changes: 16 additions & 2 deletions charts/projectsveltos/crds/clusterconfiguration-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
description: Group of the resource deployed in the
Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
This field has a meaning only when mode is ContinuousWithDriftDetection
type: boolean
kind:
description: Kind of the resource deployed in the
Cluster.
Expand Down Expand Up @@ -280,6 +287,13 @@ spec:
description: Group of the resource deployed in the
Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
This field has a meaning only when mode is ContinuousWithDriftDetection
type: boolean
kind:
description: Kind of the resource deployed in the
Cluster.
Expand Down Expand Up @@ -479,6 +493,7 @@ spec:
Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
Expand Down Expand Up @@ -556,7 +571,6 @@ spec:
type: string
required:
- group
- ignoreForConfigurationDrift
- kind
- name
- owner
Expand Down Expand Up @@ -651,6 +665,7 @@ spec:
Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
Expand Down Expand Up @@ -728,7 +743,6 @@ spec:
type: string
required:
- group
- ignoreForConfigurationDrift
- kind
- name
- owner
Expand Down
18 changes: 16 additions & 2 deletions charts/projectsveltos/crds/clusterreport-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ spec:
group:
description: Group of the resource deployed in the Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
This field has a meaning only when mode is ContinuousWithDriftDetection
type: boolean
kind:
description: Kind of the resource deployed in the Cluster.
minLength: 1
Expand Down Expand Up @@ -229,6 +236,13 @@ spec:
group:
description: Group of the resource deployed in the Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
This field has a meaning only when mode is ContinuousWithDriftDetection
type: boolean
kind:
description: Kind of the resource deployed in the Cluster.
minLength: 1
Expand Down Expand Up @@ -384,6 +398,7 @@ spec:
description: Group of the resource deployed in the Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
Expand Down Expand Up @@ -458,7 +473,6 @@ spec:
type: string
required:
- group
- ignoreForConfigurationDrift
- kind
- name
- owner
Expand Down Expand Up @@ -537,6 +551,7 @@ spec:
description: Group of the resource deployed in the Cluster.
type: string
ignoreForConfigurationDrift:
default: false
description: |-
IgnoreForConfigurationDrift indicates to not track resource
for configuration drift detection.
Expand Down Expand Up @@ -611,7 +626,6 @@ spec:
type: string
required:
- group
- ignoreForConfigurationDrift
- kind
- name
- owner
Expand Down
5 changes: 5 additions & 0 deletions charts/projectsveltos/crds/eventtrigger-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,11 @@ spec:
Resources contained in the referenced ConfigMaps/Secrets and HelmCharts
will be customized using information from resources matching the EventSource
in the managed cluster.
Name can be expressed as a template and instantiate using:
- cluster namespace: .Cluster.metadata.namespace
- cluster name: .Cluster.metadata.name
- cluster type: .Cluster.kind
minLength: 1
type: string
extraAnnotations:
additionalProperties:
Expand Down
8 changes: 8 additions & 0 deletions charts/projectsveltos/templates/classifier-manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ metadata:
labels:
{{- include "projectsveltos.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
26 changes: 13 additions & 13 deletions charts/projectsveltos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ accessManager:
- ALL
image:
repository: projectsveltos/access-manager
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand All @@ -28,22 +28,22 @@ addonController:
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.33.0
- --version=v0.34.0
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.33.0
- --version=v0.34.0
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: projectsveltos/addon-controller
tag: v0.33.0
tag: v0.34.0
resources:
requests:
memory: 256Mi
Expand All @@ -57,22 +57,22 @@ classifierManager:
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.33.0
- --version=v0.34.0
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.33.0
- --version=v0.34.0
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: projectsveltos/classifier
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand All @@ -93,7 +93,7 @@ conversionWebhook:
- ALL
image:
repository: projectsveltos/webhook-conversion
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand All @@ -117,7 +117,7 @@ eventManager:
- ALL
image:
repository: projectsveltos/event-manager
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand All @@ -141,7 +141,7 @@ hcManager:
- ALL
image:
repository: projectsveltos/healthcheck-manager
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand All @@ -165,7 +165,7 @@ registerMgmtClusterJob:
- ALL
image:
repository: projectsveltos/register-mgmt-cluster
tag: v0.33.0
tag: v0.34.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -183,7 +183,7 @@ scManager:
- ALL
image:
repository: projectsveltos/sveltoscluster-manager
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -212,7 +212,7 @@ shardController:
- ALL
image:
repository: projectsveltos/shard-controller
tag: v0.33.0
tag: v0.34.0
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 59dbc36

Please sign in to comment.