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

refactor: separate image and tag in helm values #4216

Conversation

TrafalgarZZZ
Copy link
Member

Ⅰ. Describe what this PR does

Ⅱ. Does this pull request fix one issue?

NONE

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@cheyang
Copy link
Collaborator

cheyang commented Jul 18, 2024

/test fluid-e2e

Copy link
Collaborator

@cheyang cheyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

Copy link

fluid-e2e-bot bot commented Jul 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cheyang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@TrafalgarZZZ
Copy link
Member Author

/retest

4 similar comments
@TrafalgarZZZ
Copy link
Member Author

/retest

@TrafalgarZZZ
Copy link
Member Author

/retest

@TrafalgarZZZ
Copy link
Member Author

/retest

@TrafalgarZZZ
Copy link
Member Author

/retest

@fluid-e2e-bot fluid-e2e-bot bot merged commit d2e266f into fluid-cloudnative:master Jul 18, 2024
8 checks passed
cheyang added a commit to cheyang/fluid that referenced this pull request Aug 12, 2024
…50932 (fluid-cloudnative#4154)

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

Bump up the vineyard to v0.22.2 (fluid-cloudnative#4153)

Signed-off-by: Ye Cao <[email protected]>

Bump github.com/agiledragon/gomonkey/v2 from 2.10.1 to 2.11.0 (fluid-cloudnative#4151)

Bumps [github.com/agiledragon/gomonkey/v2](https://github.com/agiledragon/gomonkey) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/agiledragon/gomonkey/releases)
- [Commits](agiledragon/gomonkey@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/agiledragon/gomonkey/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

date (fluid-cloudnative#4110)

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

Add apache license_format in fluid_ufs_scheme_test.go (fluid-cloudnative#4120)

* Format Apache License to webhook.go

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

* Your commit message

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

* format

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

* format_test

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

* format apache license

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

---------

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

111 (fluid-cloudnative#4121)

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

Bump golang.org/x/net from 0.25.0 to 0.26.0 (fluid-cloudnative#4156)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0.
- [Commits](golang/net@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

modified the incorrect copyright time in file pkg/ddc/efc/cache.go (fluid-cloudnative#4125)

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

--- (fluid-cloudnative#4123)

updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Build docker images for vineyard 0.22, To #54250932 (fluid-cloudnative#4159)

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

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (fluid-cloudnative#4157)

Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Fix typo of transformer, To #54583165 (fluid-cloudnative#4150)

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

Build docker images for fixing transformers, To #54583162 (fluid-cloudnative#4161)

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

change transfromer to transformers in load_data.go (fluid-cloudnative#4118)

* change transfromer to transformers

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

* Update load_data.go

---------

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

addons: add dynamic mount examples (fluid-cloudnative#4148)

* Add base image for fluid dynamic mount feature

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

* Add juicefs examples for fluid dynamic mount feature

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

* clean up mount point unconditionally

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

* Dump mount point logs to /var/log/fluid

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

* Anchor base image for dynamic mount example

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

---------

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

change copyright year from 2022 to 2020 (fluid-cloudnative#4132)

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

bugfix: check corrupted mount point in utils.RemoveSymlink (fluid-cloudnative#4163)

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

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (fluid-cloudnative#4158)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

modify copyright time (fluid-cloudnative#4128)

Signed-off-by: liuyun-0002 <[email protected]>

change time from 2022 to 2020 (fluid-cloudnative#4134)

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

changed the time of Copyright in the operation.go file to 2023 (fluid-cloudnative#4145)

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

Bump go.uber.org/zap from 1.24.0 to 1.27.0 (fluid-cloudnative#3727)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.27.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.24.0...v1.27.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

refactor: rename `CreateUpdatePodForSchedulingHandler` to `FluidMutatingHandler` (fluid-cloudnative#4168)

* Refactor fluid mutating handler

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

* Refactor fluid mutating handler

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

* Refactor fluid mutating handler

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

---------

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

minorfix: pin libfuse version in dynamic mount example (fluid-cloudnative#4167)

* pin libfuse version to fuse-3.16.2

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

* minorfix: add return of line

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

---------

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

Refactor admission webhook handler registration for better error handling and maintainability, To #57240825 (fluid-cloudnative#4170)

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

Assign pod.namespace before mutation (fluid-cloudnative#4171)

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

minorfix: carefully handle pod.namespace to avoid side effect (fluid-cloudnative#4172)

* carefully handle pod.namespace

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

* carefully handle pod.namespace

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

* carefully handle pod.namespace

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

---------

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

Build docker images for refactoring webhook, To #57240825 (fluid-cloudnative#4173)

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

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (fluid-cloudnative#4164)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: support multiround sidecar injection (fluid-cloudnative#4175)

* Prune unused code

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

* refactor: move func CollectRuntimeInfosFromPVCs to webhook utils package

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

* Support multi-round sidecar injection

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

* Support multi-round sidecar injection

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

* fix unit tests

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

* fix unit tests

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

* Add unit tests

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

* Add unit tests

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

---------

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

description (简单描述你的修改) (fluid-cloudnative#4149)

Signed-off-by: bc-ace <[email protected]>

docs: Correcting the usage steps of the CONTABUTING.md document (fluid-cloudnative#4176)

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

move dataflow affinity logic to fluidapp controller (fluid-cloudnative#4138)

* use fluidapp to support data flow affinity

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

* make fluidapp dataop controller optional

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

* fix check

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

* add unit test for injectPodNodeLabelsToJob

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

* fix: use library.fluid.labels instead of fluid.io/managed-by

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

* fix comment error and reslove conflicts

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

* fix annotation nil error

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

* fix e2e test, serverless pod use serverless.fluid.io/inject and fluid.io/managed-by two labels

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

---------

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

Build docker images for refactoring dataflow controller, To #57240825 (fluid-cloudnative#4181)

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

wjl (fluid-cloudnative#4039)

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

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (fluid-cloudnative#4166)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update utils.go (fluid-cloudnative#4116)

addcopyright

Do not skip mutation for fluid pods (fluid-cloudnative#4184)

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

Bump github.com/felixge/fgprof from 0.9.3 to 0.9.4 (fluid-cloudnative#4169)

Bumps [github.com/felixge/fgprof](https://github.com/felixge/fgprof) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/felixge/fgprof/releases)
- [Commits](felixge/fgprof@v0.9.3...v0.9.4)

---
updated-dependencies:
- dependency-name: github.com/felixge/fgprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

bugfix: fix application controller manage pod lifecycle (fluid-cloudnative#4185)

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

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (fluid-cloudnative#4174)

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

cm1 (fluid-cloudnative#4114)

dataset add storageSize (fluid-cloudnative#4178)

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

Build docker images for specifying pvc storage size, To #54250932 (fluid-cloudnative#4187)

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

docs: dev guide for en missing GOPATH setup (fluid-cloudnative#4188)

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

Update operation_helm.go (fluid-cloudnative#4129)

* Update operation_helm.go

modify copyright time

* Update operation_helm.go

modify copyright time.

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

---------

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

Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 (fluid-cloudnative#4183)

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1 to 2.130.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.120.1...v2.130.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

bugfix: allow users to override juicefs attr-cache and entry-cache options (fluid-cloudnative#4194)

* bugfix: allow users override attr-cache and entry-cache in JuiceFS

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

* go fmt

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

---------

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

Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (fluid-cloudnative#4191)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.65.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update go.mod to comply with Go 1.21 toolchain syntax (fluid-cloudnative#4196)

* Update go mod to 1.21.10, To #57240825

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

* Update go mod to 1.21.10, To #57240825

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

---------

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

Build docker images for fixing juicefs timeout, To #57240825 (fluid-cloudnative#4197)

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

bugfix: fix early break when cleaning mount point in NodeUnpublishVolume (fluid-cloudnative#4198)

* Clean up corrupted mount points in NodeUnpublishVolume

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

* Clean up corrupted mount points in NodeUnpublishVolume

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

---------

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

This pr is to add the translation of the Apache License notice (fluid-cloudnative#4078)

* Update thin.go

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

* Update thin.go

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

* Update thin.go license header, To #54250932

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

* Update thin.go license header, To #54250932

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

---------

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

Bump github.com/agiledragon/gomonkey/v2 from 2.11.0 to 2.12.0 (fluid-cloudnative#4199)

Bumps [github.com/agiledragon/gomonkey/v2](https://github.com/agiledragon/gomonkey) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/agiledragon/gomonkey/releases)
- [Commits](agiledragon/gomonkey@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/agiledragon/gomonkey/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

bugfix: fix jindoruntime name cannot contain jindofs (fluid-cloudnative#4202)

* bugfix: JindoRuntime cannot use a name containing "jindofs"

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

* todo: add todo for handling fullnameOverride

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

---------

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

revert: "upgrade jindocache to 6.4.0 version (fluid-cloudnative#4126)" and downgrade JindoCache to 6.2.0 (fluid-cloudnative#4205)

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

Build docker images for reverting jindoruntime from 6.4 to 6.2, To #57978385 (fluid-cloudnative#4206)

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

Bump golang.org/x/net from 0.26.0 to 0.27.0 (fluid-cloudnative#4200)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0.
- [Commits](golang/net@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Prepare 1.0.2, To #57978385 (fluid-cloudnative#4207)

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

Delete the unused rbac roles for vineyard runtime. (fluid-cloudnative#4208)

Signed-off-by: Ye Cao <[email protected]>

Update docker image to fluid 1.0.2, To #54250932 (fluid-cloudnative#4210)

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

Bump github.com/golang/glog from 1.2.1 to 1.2.2 (fluid-cloudnative#4204)

Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](golang/glog@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/golang/glog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

bugfix: support sync ak/sk secret key-values in JindoRuntime (fluid-cloudnative#4212)

* bugfix: support sync ak/sk secret key-values in JindoRuntime

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

* Update CHANGELOG.md

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

---------

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

del create pod role of juicefs runtime (fluid-cloudnative#4215)

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

refactor: separate image and tag in helm values (fluid-cloudnative#4216)

* Separate images in values.yaml into repo, image and tag

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

* Separate images in values.yaml into imagePrefix, imageName and imageTag

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

* refactor: transform control plane images with helper function

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

* refactor: transform runtime images with helper function

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

---------

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

Refactor fluid helm chart, To #54583162 (fluid-cloudnative#4218)

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

Add no cache option to Makefile, To #54583162 (fluid-cloudnative#4217)

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

update scorecard link (fluid-cloudnative#4220)

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

feat: pass extra args when building fuse sidecar mutators (fluid-cloudnative#4223)

* Rename `MutatorBuildOpts` to `MutatorBuildArgs`

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

* Pass extraArgs when building platform-specific mutators

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

* Add unit tests

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

* Add unit tests

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

---------

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

enhance: add github actions workflow e2e tests (fluid-cloudnative#4224)

* Add integration.yml

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

* Add github actions e2e for alluxio

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

* Add testcase for juicefsruntime & jindoruntime

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

* Gracefully clean up resources

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

* Dump e2e environment info with diagnose scripts and upload it to github action artifacts

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

* Rename github actions workflow names

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

* Purge out-of-date testcases

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

---------

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

minorfix: set read-all permission for e2e functionality check workflow (fluid-cloudnative#4226)

* Minorfix: set read-all permission for e2e functionality check workflow

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

* Add empty line EOF

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

---------

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

bugfix: fix kind e2e test images (fluid-cloudnative#4232)

* Fix version replace in gha-e2e

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

* Optimize diagnose shell scripts

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

---------

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

fix Variable Naming Convention for DEFAULT_MASTER_RPC_PORT in CamelCase (fluid-cloudnative#4234)

* Change Constant Variable Naming Convention for DEFAULT_MASTER_RPC_PORT in camelCase format defined in pkg/ddc/jindo/const.go and its reference in /pkg/ddc/jindo/transform.go

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

* Change Constant Variable Naming Convention for DEFAULT_MASTER_RPC_PORT in camelCase format defined in pkg/ddc/jindo/const.go and its reference in /pkg/ddc/jindo/transform.go

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

* Change Constant Variable Naming Convention for DEFAULT_MASTER_RPC_PORT in camelCase format defined in pkg/ddc/jindo/const.go and its reference in /pkg/ddc/jindo/transform.go

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

* Change Constant Variable Naming Convention for DEFAULT_MASTER_RPC_PORT in camelCase format defined in pkg/ddc/jindo/const.go and its reference in /pkg/ddc/jindo/transform.go

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

---------

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

Change Constant Variable Naming Convention for CSI_DRIVER in camelCase format (fluid-cloudnative#4229)

* Update const.go

* Update const.go

bugfix: fix version replace in gha-e2e (fluid-cloudnative#4235)

* Fix version replace in gha-e2e

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

* Fix version replace in gha-e2e

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

---------

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

Update docker images for refactoring sidecar mutator (fluid-cloudnative#4230)

* Update docker images for refactoring sidecar mutator, To #54583162

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

* Update docker images for refactoring sidecar mutator, To #54583162

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

* Update docker images for refactoring sidecar mutator, To #54583162

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

---------

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

juicefs: use exec in juicefs pod to avoid ignore signal (fluid-cloudnative#4236)

* feat: use exec in juicefs pod to avoid ignore signal

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

* feat: use exec in juicefs pod to avoid ignore signal

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

* fix unittest

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

---------

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

update juicefs default imaghe (fluid-cloudnative#4237)

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

Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (fluid-cloudnative#4239)

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@dc50aa9...62b2cac)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update controller-runtime to v1.17.5, To #57240825

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

Refactoring the client cache mode, To #55315018

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Update controller-runtime to v1.17.5, To #57240825

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Update controller-runtime to v1.17.5, To #57240825

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Refactoring the client cache mode, To #54583162

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

Fix compiling issue, To #57978385

Signed-off-by: cheyang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants