This project is mirrored from https://gitee.com/NQL886/community-edition.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 29 Apr, 2022 8 commits
-
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
David vonThenen authored
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.2 to 1.44.3. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.2...v1.44.3 ) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
David vonThenen authored
-
Sean McGinnis authored
This adds a new GitHub Action workflow to run the unit tests for our CLI plugins any time there is a change to that code. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
Ben Petersen authored
Signed-off-by:
Benjamin A. Petersen <ben@benjaminapetersen.me>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 28 Apr, 2022 9 commits
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
Garry Ing authored
Signed-off-by:
Garry Ing <ging@vmware.com>
-
Aman Sharma authored
- In place of kind cluster we have used unmanaged cluster - test in written in GO to make it platform independent in future Signed-off-by:
Aman Sharma <amansh@vmware.com>
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.1...v1.44.2 ) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
David vonThenen authored
-
dependabot[bot] authored
-
Kay ORiordan authored
* doc updates for unmanaged cluster Signed-off-by:
kcoriordan <koriordan@vmware.com> * doc updates for unamanaged cluster Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 27 Apr, 2022 13 commits
-
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Lucheng Bao authored
* Add update strategy and node selector overlay to Antrea 1.2.3 package * Add Antrea 1.2.3 template testcase Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Tyler Phelan authored
* Release kpack 0.5.3
-
Sean McGinnis authored
We have been seeing the restore of cache files basically hang during the restore process, causing it to eventually timeout after 6 hours of inactivity. This fails the entire job which then needs to be rerun. This change sets a 10 minute timeout for the cache restore. Under normal conditions, the restore is fairly quick. So if it's taken 5 minutes, we know something isn't quite right. It also sets the flag to tell the action to continue on this step failure. It's better to have decreased performance from cache misses than to fail if it's not present. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Kartik Lunkad authored
* New getting started guide for Tanzu Workloads * New getting started guide * Updates to the sample application * Updated values file * linting errors * Incorporating Ryan's review comments * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> * Incorporating Kay's review comments * linting errors * Update docs/site/content/docs/getting-started-tanzu-workloads.md Co-authored-by:
Kay ORiordan <koriordan@vmware.com> Co-authored-by:
Kartik Lunkad <klunkad@klunkad-a02.vmware.com> Co-authored-by:
Kay ORiordan <koriordan@vmware.com>
-
Ben Petersen authored
Removes extra space in values.star file within pinniped 0.12.1 package.
-
Sean McGinnis authored
We have some package unit tests failing due to an older version of ytt being used. This updates our `ensure-deps` scripts to pull the latest versions of ytt, imgpkg, kbld, and kind. It also updates the check-all and check-packages actions to call `make ensure-deps` once during the set up to make sure any expected tools are present before running tests. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Lucheng Bao authored
* Add update strategy and node selector overlay to Calico 3.22.1 package Signed-off-by:
Lucheng Bao <luchengb@vmware.com> * Add Calico template testcase Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Tyler Phelan authored
* Added new kpack dependencies version 0.0.22 * Remove 0.0.9 from vendir sync - 0.0.9 kpack-dependencies is already released to TCE but the readme has been changed. This mitigates the issue of the readme being reset every time we do a vendir sync Co-authored-by:
kpack-bot <cf-build-service+kpack-bot@pivotal.io>
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.0...v1.44.1 ) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Aman Sharma authored
The reason for failure is that BUILD_VERSION was passed after the make caommand which got override with TCE_BUILD_VERSION Signed-off-by:
Aman Sharma <amansh@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 26 Apr, 2022 10 commits
-
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Sean McGinnis authored
Go 1.16 deprecated ioutil [0]. This replaces its usage with the recommended replacements so we don't get errors once this deprecation is fully enforced or it is removed. [0] https://go.dev/doc/go1.16#ioutil Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Fang Han authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.30 to 1.44.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.43.30...v1.44.0 ) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Sean McGinnis authored
Minor typo fix. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Sean McGinnis authored
We've encouraged package authors to have test coverage, but so far we have not had a common way to run any of these tests. This wires up the `test-packages` target to run unit testing for all packages in the repo. It also adds a GitHub Action so these tests are run whenever there are modifications to the `addons/packages` files. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Nicholas Seemiller authored
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-