Skip to content

Commit

Permalink
Branch v0.8.0 (fluid-cloudnative#1491)
Browse files Browse the repository at this point in the history
* Update for v0.8.0, To #39858484

Signed-off-by: cheyang <[email protected]>

* Update for v0.8.0, To #39858484

Signed-off-by: cheyang <[email protected]>

* Update for v0.8.0, To #39858484

Signed-off-by: cheyang <[email protected]>

* Update for v0.8.0, To #39858484

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Mar 3, 2022
1 parent a92a205 commit 2184af4
Show file tree
Hide file tree
Showing 34 changed files with 5,904 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GOBIN=$(shell go env GOBIN)
endif

CURRENT_DIR=$(shell pwd)
VERSION=v0.7.0
VERSION=v0.8.0
BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S')
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)
Expand Down
4 changes: 2 additions & 2 deletions charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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.
version: 0.7.0
version: 0.8.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.
appVersion: 0.7.0-3d66068
appVersion: 0.8.0-90d2f18
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
20 changes: 10 additions & 10 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.7.0-3d66068
image: fluidcloudnative/dataset-controller:v0.8.0-90d2f18

csi:
featureGates: "FuseRecovery=true"
Expand All @@ -15,7 +15,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.7.0-3d66068
image: fluidcloudnative/fluid-csi:v0.8.0-90d2f18
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -28,9 +28,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.7.0-3d66068
image: fluidcloudnative/init-users:v0.8.0-90d2f18
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-3d66068
image: fluidcloudnative/alluxioruntime-controller:v0.8.0-90d2f18
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.2-SNAPSHOT-3714f2b
fuse:
Expand All @@ -44,32 +44,32 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.8.0
controller:
image: fluidcloudnative/jindoruntime-controller:v0.7.0-3d66068
image: fluidcloudnative/jindoruntime-controller:v0.8.0-90d2f18
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.7.0-3d66068
image: fluidcloudnative/init-users:v0.8.0-90d2f18
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.7.0-3d66068
image: fluidcloudnative/init-users:v0.8.0-90d2f18
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-3d66068
image: fluidcloudnative/goosefsruntime-controller:v0.8.0-90d2f18
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
image: ccr.ccs.tencentyun.com/qcloud/goosefs-fuse:v1.2.0
juicefs:
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-3d66068
image: fluidcloudnative/juicefsruntime-controller:v0.8.0-90d2f18
fuse:
image: juicedata/juicefs-csi-driver:v0.11.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.7.0-3d66068
image: fluidcloudnative/fluid-webhook:v0.8.0-90d2f18
replicas: 1

23 changes: 23 additions & 0 deletions charts/fluid/v0.7.0/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
44 changes: 44 additions & 0 deletions charts/fluid/v0.7.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
### 0.1.0

* Update CSI image
* Update dataset CRD

### 0.2.0

* Refactor and clean up the code


### 0.3.0

* Speed up Volume and hostPath in Kubernetes
* Add RunAs


### 0.4.0

* Add debug info for csi
* Make mount root configurable
* Update HCFS URL
* Split the controller into alluxio runtime and dataset
* Implement DataLoad CRD and DataLoad controller


### 0.5.0

* Remove hostnetwork from the controller config
* Add JindoRuntime
* Avoid running in virtual kubelet node

### 0.6.0

* Add data affinity scheduling
* Auto Scaling
* High Availability
* Update mountPoint dynamically in runtime
* Add GooseFSRuntime

### 0.7.0

* Add mountPropagation for registrar
* Add syncRetryDuration
* Add auto fuse recovery
27 changes: 27 additions & 0 deletions charts/fluid/v0.7.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: v2
name: fluid
description: A Helm chart to deploy fluid in Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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.
version: 0.7.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.
appVersion: 0.7.0-3d66068
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
- fluid
- namespace:fluid-system
- releaseName:fluid
93 changes: 93 additions & 0 deletions charts/fluid/v0.7.0/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
0924:

Version: https://github.com/cheyang/alluxio/commit/c8a46e3203d08cdb2d9ca81b0c684fdf30057923
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-non-root-optimize

0926:
Version: https://github.com/cheyang/alluxio/commit/e0feba36cba1b57a3a9a0b893f7a477556e4955c
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-pod-for-non-root

1024:
Version: https://github.com/Alluxio/alluxio/commit/75a8e27b30141a44f9378cbbed1bc04dbbfbbe0e
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1030:
Version: https://github.com/Alluxio/alluxio/commit/c5128a866be2ea29c38ada30de4c0b819d617516
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1103:
Version: https://github.com/Alluxio/alluxio/commit/9291b5f6115fc6a25b42d81ccdc34ac7eeea2632
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1106:
Version: https://github.com/Alluxio/alluxio/commit/42a0cf7df85be3225d226a36b37908d04e8cb595
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1109:
Version: https://github.com/Alluxio/alluxio/commit/238b7eb3ec58270aabf7004ac01cc89e6034b93e
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse


1117:
Version: https://github.com/Alluxio/alluxio/commit/2c412267e0e749ced63262d53043cf753cc11927
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1129:
Version: https://github.com/Alluxio/alluxio/commit/985b84c2907e75ceee1985b3953bf9087645e693
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse


1223:

Version: https://github.com/Alluxio/alluxio/commit/9833d5f0841ef03fc9bb572fe4dccdd73bb98175
Branch: https://github.com/Alluxio/alluxio


20210203:

Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2

20210210:

Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2


20210217:

Version: https://github.com/Alluxio/alluxio/commit/bfff8c6881e5cb045fd1d84c59acba26078bb4d9
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2

20210324:

Version: https://github.com/Alluxio/alluxio/commit/cb60e05b5e5f938dbae084fa2f8d719d6b23a9a7
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-1

20210417:

release-2.5.0-2-SNAPSHOT-52ad95c

Version: https://github.com/Alluxio/alluxio/commit/52ad95ca6b6af5c19a73a48f01a15db9d81ea38c
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-2

20211123:

release-2.7.0-SNAPSHOT-c058736

Version: https://github.com/Alluxio/alluxio/commit/c05873681a824c8e056b71e3b97cb3706ed63c91
Branch: https://github.com/Alluxio/alluxio/commits/release-2.7.0

20211230:

release-2.7.2-SNAPSHOT-5e6f20c

Version: https://github.com/Alluxio/alluxio/commit/5e6f20c99f7a9dcec390775c319adfd7a7ec791d
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2

20220103:

release-2.7.2-SNAPSHOT-3714f2b

Version: https://github.com/Alluxio/alluxio/commit/3714f2b990c021fd17b22ccbc12e71e0dcdfca77
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2
Loading

0 comments on commit 2184af4

Please sign in to comment.