Skip to content

Commit eea5f8b

Browse files
authored
Merge pull request #84 from cheyang/helm-chart-fluid-1.0.5-alpha.1
Add helm-chart-fluid-1.0.5-alpha.1
2 parents de91407 + 4448609 commit eea5f8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+51845
-3
lines changed

charts/fluid/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.0.4
17+
version: 1.0.5-alpha.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 1.0.4-9857af7
21+
appVersion: 1.0.5-3a2499b
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# Default registry, namespace and version tag for images managed by fluid
1515
imagePrefix: &defaultImagePrefix fluidcloudnative
1616
# imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid
17-
version: &defaultVersion v1.0.4-9857af7
17+
version: &defaultVersion v1.0.5-3a2499b
1818

1919
crdUpgrade:
2020
enabled: true

history-versions/v1.0.4/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
fluid charts
2+
===============
3+
4+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/fluid)](https://artifacthub.io/packages/helm/fluid/fluid)
5+
6+
Fluid is an open source Kubernetes-native Distributed Dataset Orchestrator and Accelerator for data-intesive applications, such as big data and AI applications.
7+
8+
More information about the helm chart could be found at [Artifact Hub](https://artifacthub.io/packages/helm/fluid/fluid).
9+
10+
Fluid helm charts and history versions are in the [Fluid Charts](https://github.com/fluid-cloudnative/charts/).
11+
12+
License
13+
-------
14+
15+
**Fluid** is under the Apache 2.0 license. See the [LICENSE](https://github.com/fluid-cloudnative/fluid/blob/master/LICENSE) file for details. It is vendor-neutral.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
### 0.1.0
2+
3+
* Update CSI image
4+
* Update dataset CRD
5+
6+
### 0.2.0
7+
8+
* Refactor and clean up the code
9+
10+
11+
### 0.3.0
12+
13+
* Speed up Volume and hostPath in Kubernetes
14+
* Add RunAs
15+
16+
17+
### 0.4.0
18+
19+
* Add debug info for csi
20+
* Make mount root configurable
21+
* Update HCFS URL
22+
* Split the controller into alluxio runtime and dataset
23+
* Implement DataLoad CRD and DataLoad controller
24+
25+
26+
### 0.5.0
27+
28+
* Remove hostnetwork from the controller config
29+
* Add JindoRuntime
30+
* Avoid running in virtual kubelet node
31+
32+
### 0.6.0
33+
34+
* Add data affinity scheduling
35+
* Auto Scaling
36+
* High Availability
37+
* Update mountPoint dynamically in runtime
38+
* Add GooseFSRuntime
39+
40+
### 0.7.0
41+
42+
* Add mountPropagation for registrar
43+
* Add syncRetryDuration
44+
* Add auto fuse recovery
45+
46+
### 0.8.0
47+
48+
* Add application controller component
49+
* Add Go gull profile capablities
50+
* Support setting global image pull secrets
51+
* Update mutating webhook configuration rules
52+
* Support configurable pod metadata of runtimes
53+
* Scale runtime controllers on demand
54+
55+
### 0.9.0
56+
* Support pass image pull secrets from fluid charts to alluxioruntime controller
57+
* Fix components rbacs and set Fluid CSI Plugin with node-authorized kube-client
58+
59+
### 1.0.0
60+
* Fix CSI Plugin loop mount bug
61+
* Make toleration configurable
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: v2
2+
name: fluid
3+
description: A Helm chart to deploy fluid in Kubernetes
4+
5+
# A chart can be either an 'application' or a 'library' chart.
6+
#
7+
# Application charts are a collection of templates that can be packaged into versioned archives
8+
# to be deployed.
9+
#
10+
# Library charts provide useful utilities or functions for the chart developer. They're included as
11+
# a dependency of application charts to inject those utilities and functions into the rendering
12+
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
13+
type: application
14+
15+
# This is the chart version. This version number should be incremented each time you make changes
16+
# to the chart and its templates, including the app version.
17+
version: 1.0.4
18+
19+
# This is the version number of the application being deployed. This version number should be
20+
# incremented each time you make changes to the application.
21+
appVersion: 1.0.4-9857af7
22+
home: https://github.com/fluid-cloudnative/fluid
23+
keywords:
24+
- category:data
25+
- fluid
26+
- namespace:fluid-system
27+
- releaseName:fluid
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
0924:
2+
3+
Version: https://github.com/cheyang/alluxio/commit/c8a46e3203d08cdb2d9ca81b0c684fdf30057923
4+
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-non-root-optimize
5+
6+
0926:
7+
Version: https://github.com/cheyang/alluxio/commit/e0feba36cba1b57a3a9a0b893f7a477556e4955c
8+
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-pod-for-non-root
9+
10+
1024:
11+
Version: https://github.com/Alluxio/alluxio/commit/75a8e27b30141a44f9378cbbed1bc04dbbfbbe0e
12+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
13+
14+
1030:
15+
Version: https://github.com/Alluxio/alluxio/commit/c5128a866be2ea29c38ada30de4c0b819d617516
16+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
17+
18+
1103:
19+
Version: https://github.com/Alluxio/alluxio/commit/9291b5f6115fc6a25b42d81ccdc34ac7eeea2632
20+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
21+
22+
1106:
23+
Version: https://github.com/Alluxio/alluxio/commit/42a0cf7df85be3225d226a36b37908d04e8cb595
24+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
25+
26+
1109:
27+
Version: https://github.com/Alluxio/alluxio/commit/238b7eb3ec58270aabf7004ac01cc89e6034b93e
28+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
29+
30+
31+
1117:
32+
Version: https://github.com/Alluxio/alluxio/commit/2c412267e0e749ced63262d53043cf753cc11927
33+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
34+
35+
1129:
36+
Version: https://github.com/Alluxio/alluxio/commit/985b84c2907e75ceee1985b3953bf9087645e693
37+
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse
38+
39+
40+
1223:
41+
42+
Version: https://github.com/Alluxio/alluxio/commit/9833d5f0841ef03fc9bb572fe4dccdd73bb98175
43+
Branch: https://github.com/Alluxio/alluxio
44+
45+
46+
20210203:
47+
48+
Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
49+
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2
50+
51+
20210210:
52+
53+
Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
54+
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2
55+
56+
57+
20210217:
58+
59+
Version: https://github.com/Alluxio/alluxio/commit/bfff8c6881e5cb045fd1d84c59acba26078bb4d9
60+
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2
61+
62+
20210324:
63+
64+
Version: https://github.com/Alluxio/alluxio/commit/cb60e05b5e5f938dbae084fa2f8d719d6b23a9a7
65+
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-1
66+
67+
20210417:
68+
69+
release-2.5.0-2-SNAPSHOT-52ad95c
70+
71+
Version: https://github.com/Alluxio/alluxio/commit/52ad95ca6b6af5c19a73a48f01a15db9d81ea38c
72+
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-2
73+
74+
20211123:
75+
76+
release-2.7.0-SNAPSHOT-c058736
77+
78+
Version: https://github.com/Alluxio/alluxio/commit/c05873681a824c8e056b71e3b97cb3706ed63c91
79+
Branch: https://github.com/Alluxio/alluxio/commits/release-2.7.0
80+
81+
20211230:
82+
83+
release-2.7.2-SNAPSHOT-5e6f20c
84+
85+
Version: https://github.com/Alluxio/alluxio/commit/5e6f20c99f7a9dcec390775c319adfd7a7ec791d
86+
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2
87+
88+
20220103:
89+
90+
release-2.7.2-SNAPSHOT-3714f2b
91+
92+
Version: https://github.com/Alluxio/alluxio/commit/3714f2b990c021fd17b22ccbc12e71e0dcdfca77
93+
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2
94+
95+
20220506:
96+
97+
release-2.7.3-SNAPSHOT-a7154f1
98+
99+
Version: https://github.com/Alluxio/alluxio/commit/a7154f19de408de1395c2c4985e0ed9809e6c3c1
100+
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.3
101+
102+
103+
20220510:
104+
105+
release-2.8.1-SNAPSHOT-0433ade
106+
107+
Version: https://github.com/Alluxio/alluxio/commit/0433aded47b69a9bc34bdf7676cb3224a1ddb2a1
108+
Branch: https://github.com/Alluxio/alluxio/tree/release-2.8.0
109+
110+
20221202:
111+
112+
alluxio/alluxio-dev:2.9.0
113+
114+
Version: https://github.com/Alluxio/alluxio/commit/9b78c5b16f855bf22744e8fcad584f47322da9ce
115+
Branch: https://github.com/Alluxio/alluxio/tree/release-2.9.0

0 commit comments

Comments
 (0)