Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v2.8] OOB Charts release for rancher-windows-gmsa 3.0.0, rancher-provisioning-capi 100.0.0+up0.0.1 and 103.0.0+up0.0.1, and rancher-cis-benchmark 4.2.0 and 5.0.0 #3191

Merged
merged 31 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3eaeefc
Copy rancher-windows-gmsa version 102.x.x to 103.0.0
nicholasSUSE Aug 14, 2023
49aa6e1
Copy rancher-windows-gmsa version 1.x.x to 2.0.0 fix
nicholasSUSE Aug 21, 2023
dbc392e
Create 3.x.x release line for rancher-windows-gmsa
Sep 21, 2023
34050df
make charts
Sep 21, 2023
5fc2020
Mark rancher-provisioning-capi for release
Oats87 Sep 6, 2023
fde823b
rancher-provisioning-capi make charts
Oats87 Sep 6, 2023
69c1a3a
fix release.yaml to add rancher-provisioning-capi
Oats87 Sep 6, 2023
c64b066
make forward-port provisioning 100.0.0+up0.0.1
rohitsakala Sep 21, 2023
d062364
copy rancher-cis-benchmark version 102.x.x to 103.x.x
diogoasouza Aug 14, 2023
581d940
added 1.27 support and bump chart version
rayandas Sep 6, 2023
4964cef
make charts
rayandas Sep 6, 2023
0b728bc
Bump security scan to v0.2.13
chiukapoor Sep 13, 2023
87edb2e
remove 4.2.0-rc1
chiukapoor Sep 13, 2023
78d9126
make chart
chiukapoor Sep 13, 2023
87fd1dd
Bump kubectl to v1.28.1
chiukapoor Sep 13, 2023
12c1b08
make chart
chiukapoor Sep 13, 2023
6ef9b67
add CIS profiles for RKE RKE2 and K3s
rayandas Sep 15, 2023
e139a01
bump GKE to 1.2.0
rayandas Sep 15, 2023
5d3612e
add cis 1.7 in configmap.yaml
rayandas Sep 15, 2023
8ae0043
add maxKubernetesVersion for cis 1.23 benchmark for rke, rke2, and k3s
rayandas Sep 15, 2023
60d2bd7
bump cis-benchmark chart version
rayandas Sep 15, 2023
951a506
make remove 5.0.0-rc1
rayandas Sep 15, 2023
5abab76
make charts
rayandas Sep 15, 2023
4c4a3ec
make forward-port rancher-cis 4.2.0
rohitsakala Sep 21, 2023
5755ac7
update kube-version annotation and bump chart version
rayandas Sep 27, 2023
ef5205a
make remove 5.0.0-rc2
rayandas Sep 27, 2023
cd6fdc1
make charts
rayandas Sep 27, 2023
782ddf5
Release cis-benchmark to v5.0.0
JonCrowther Oct 23, 2023
76f1d6d
make charts
JonCrowther Oct 23, 2023
267b814
make remove
JonCrowther Oct 23, 2023
7418447
Updating resync.yaml
rancherbot Oct 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions charts/rancher-cis-benchmark-crd/4.2.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/namespace: cis-operator-system
catalog.cattle.io/release-name: rancher-cis-benchmark-crd
apiVersion: v1
description: Installs the CRDs for rancher-cis-benchmark.
name: rancher-cis-benchmark-crd
type: application
version: 4.2.0
2 changes: 2 additions & 0 deletions charts/rancher-cis-benchmark-crd/4.2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# rancher-cis-benchmark-crd
A Rancher chart that installs the CRDs used by rancher-cis-benchmark.
148 changes: 148 additions & 0 deletions charts/rancher-cis-benchmark-crd/4.2.0/templates/clusterscan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterscans.cis.cattle.io
spec:
group: cis.cattle.io
names:
kind: ClusterScan
plural: clusterscans
scope: Cluster
versions:
- name: v1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .status.lastRunScanProfileName
name: ClusterScanProfile
type: string
- jsonPath: .status.summary.total
name: Total
type: string
- jsonPath: .status.summary.pass
name: Pass
type: string
- jsonPath: .status.summary.fail
name: Fail
type: string
- jsonPath: .status.summary.skip
name: Skip
type: string
- jsonPath: .status.summary.warn
name: Warn
type: string
- jsonPath: .status.summary.notApplicable
name: Not Applicable
type: string
- jsonPath: .status.lastRunTimestamp
name: LastRunTimestamp
type: string
- jsonPath: .spec.scheduledScanConfig.cronSchedule
name: CronSchedule
type: string
subresources:
status: {}
schema:
openAPIV3Schema:
properties:
spec:
properties:
scanProfileName:
nullable: true
type: string
scheduledScanConfig:
nullable: true
properties:
cronSchedule:
nullable: true
type: string
retentionCount:
type: integer
scanAlertRule:
nullable: true
properties:
alertOnComplete:
type: boolean
alertOnFailure:
type: boolean
type: object
type: object
scoreWarning:
enum:
- pass
- fail
nullable: true
type: string
type: object
status:
properties:
NextScanAt:
nullable: true
type: string
ScanAlertingRuleName:
nullable: true
type: string
conditions:
items:
properties:
lastTransitionTime:
nullable: true
type: string
lastUpdateTime:
nullable: true
type: string
message:
nullable: true
type: string
reason:
nullable: true
type: string
status:
nullable: true
type: string
type:
nullable: true
type: string
type: object
nullable: true
type: array
display:
nullable: true
properties:
error:
type: boolean
message:
nullable: true
type: string
state:
nullable: true
type: string
transitioning:
type: boolean
type: object
lastRunScanProfileName:
nullable: true
type: string
lastRunTimestamp:
nullable: true
type: string
observedGeneration:
type: integer
summary:
nullable: true
properties:
fail:
type: integer
notApplicable:
type: integer
pass:
type: integer
skip:
type: integer
total:
type: integer
warn:
type: integer
type: object
type: object
type: object
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterscanbenchmarks.cis.cattle.io
spec:
group: cis.cattle.io
names:
kind: ClusterScanBenchmark
plural: clusterscanbenchmarks
scope: Cluster
versions:
- name: v1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .spec.clusterProvider
name: ClusterProvider
type: string
- jsonPath: .spec.minKubernetesVersion
name: MinKubernetesVersion
type: string
- jsonPath: .spec.maxKubernetesVersion
name: MaxKubernetesVersion
type: string
- jsonPath: .spec.customBenchmarkConfigMapName
name: customBenchmarkConfigMapName
type: string
- jsonPath: .spec.customBenchmarkConfigMapNamespace
name: customBenchmarkConfigMapNamespace
type: string
subresources:
status: {}
schema:
openAPIV3Schema:
properties:
spec:
properties:
clusterProvider:
nullable: true
type: string
customBenchmarkConfigMapName:
nullable: true
type: string
customBenchmarkConfigMapNamespace:
nullable: true
type: string
maxKubernetesVersion:
nullable: true
type: string
minKubernetesVersion:
nullable: true
type: string
type: object
type: object
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterscanprofiles.cis.cattle.io
spec:
group: cis.cattle.io
names:
kind: ClusterScanProfile
plural: clusterscanprofiles
scope: Cluster
versions:
- name: v1
served: true
storage: true
subresources:
status: {}
schema:
openAPIV3Schema:
properties:
spec:
properties:
benchmarkVersion:
nullable: true
type: string
skipTests:
items:
nullable: true
type: string
nullable: true
type: array
type: object
type: object
additionalPrinterColumns:
- jsonPath: .spec.benchmarkVersion
name: BenchmarkVersion
type: string
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterscanreports.cis.cattle.io
spec:
group: cis.cattle.io
names:
kind: ClusterScanReport
plural: clusterscanreports
scope: Cluster
versions:
- name: v1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .spec.lastRunTimestamp
name: LastRunTimestamp
type: string
- jsonPath: .spec.benchmarkVersion
name: BenchmarkVersion
type: string
subresources:
status: {}
schema:
openAPIV3Schema:
properties:
spec:
properties:
benchmarkVersion:
nullable: true
type: string
lastRunTimestamp:
nullable: true
type: string
reportJSON:
nullable: true
type: string
type: object
type: object
10 changes: 10 additions & 0 deletions charts/rancher-cis-benchmark-crd/5.0.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/namespace: cis-operator-system
catalog.cattle.io/release-name: rancher-cis-benchmark-crd
apiVersion: v1
description: Installs the CRDs for rancher-cis-benchmark.
name: rancher-cis-benchmark-crd
type: application
version: 5.0.0
2 changes: 2 additions & 0 deletions charts/rancher-cis-benchmark-crd/5.0.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# rancher-cis-benchmark-crd
A Rancher chart that installs the CRDs used by rancher-cis-benchmark.
Loading
Loading