Skip to content

Commit

Permalink
Prepare for v0.9.0 (fluid-cloudnative#2120)
Browse files Browse the repository at this point in the history
* Prepare for v0.9.0, To #43759447

Signed-off-by: cheyang <cheyang@163.com>

* Prepare for v0.9.0, To #43759447

Signed-off-by: cheyang <cheyang@163.com>

* Prepare for v0.9.0, To #43759447

Signed-off-by: cheyang <cheyang@163.com>

Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang authored Sep 5, 2022
1 parent 8ffdd28 commit 089b1e4
Show file tree
Hide file tree
Showing 36 changed files with 16,475 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
endif

CURRENT_DIR=$(shell pwd)
VERSION=v0.8.0
VERSION=v0.9.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.8.0
version: 0.9.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.8.0-e730b87
appVersion: 0.9.0-63e9c91
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
24 changes: 12 additions & 12 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.8.0-e730b87
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-63e9c91

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.8.0-e730b87
image: fluidcloudnative/dataset-controller:v0.9.0-63e9c91

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -21,7 +21,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
plugins:
image: fluidcloudnative/fluid-csi:v0.8.0-e730b87
image: fluidcloudnative/fluid-csi:v0.9.0-63e9c91
kubelet:
rootDir: /var/lib/kubelet
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs
Expand All @@ -37,9 +37,9 @@ runtime:
portAllocatePolicy: bitmap
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.9.0-63e9c91
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-63e9c91
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -58,20 +58,20 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.1
controller:
image: fluidcloudnative/jindoruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/jindoruntime-controller:v0.9.0-63e9c91
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.9.0-63e9c91
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.9.0-63e9c91
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-63e9c91
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -80,17 +80,17 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-63e9c91
fuse:
image: juicedata/juicefs-fuse:v1.0.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.8.0-e730b87
image: fluidcloudnative/fluid-webhook:v0.9.0-63e9c91
replicas: 1

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.8.0-e730b87
image: fluidcloudnative/application-controller:v0.9.0-63e9c91
23 changes: 23 additions & 0 deletions charts/fluid/v0.8.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/
53 changes: 53 additions & 0 deletions charts/fluid/v0.8.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
### 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

### 0.8.0

* Add application controller component
* Add Go gull profile capablities
* Support setting global image pull secrets
* Update mutating webhook configuration rules
* Support configurable pod metadata of runtimes
* Scale runtime controllers on demand
27 changes: 27 additions & 0 deletions charts/fluid/v0.8.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.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.8.0-e730b87
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
- fluid
- namespace:fluid-system
- releaseName:fluid
109 changes: 109 additions & 0 deletions charts/fluid/v0.8.0/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
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

20220506:

release-2.7.3-SNAPSHOT-a7154f1

Version: https://github.com/Alluxio/alluxio/commit/a7154f19de408de1395c2c4985e0ed9809e6c3c1
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.3


20220510:

release-2.8.1-SNAPSHOT-0433ade

Version: https://github.com/Alluxio/alluxio/commit/0433aded47b69a9bc34bdf7676cb3224a1ddb2a1
Branch: https://github.com/Alluxio/alluxio/tree/release-2.8.0

Loading

0 comments on commit 089b1e4

Please sign in to comment.