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.
- 27 Apr, 2022 7 commits
-
-
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>
-
- 25 Apr, 2022 16 commits
-
-
Marc Khouzam authored
Signed-off-by:
Marc Khouzam <marc.khouzam@gmail.com>
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Esteban Foronda Sierra authored
- Adding configurable params to fluxcd-source-controller - Updating metadata file
-
Chloe Jackson authored
-
Lucheng Bao authored
Signed-off-by:
Lucheng Bao <luchengb@vmware.com>
-
Xudong Liu authored
2. aligin nsx alb default resource request value Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
dependabot[bot] authored
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.5 to 0.23.6. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.23.5...v0.23.6 ) --- updated-dependencies: - dependency-name: k8s.io/client-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>
-
Sean McGinnis authored
We had a placeholder target in the root Makefile for a `test-plugins` target. This was meant to run unit test coverage for our CLI plugins. We have since added unit test coverage for our plugins, so now is a good time to finish wiring this up. This updates our plugins to support their expected `make test` target, and `make test-plugins` will now invoke this for all CLI plugins in the repo. Also added this to the `check-all` GitHub Action so unit tests of the CLI plugins are included as part of our comprehensive testing. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Sean McGinnis authored
The current setup causes e2e tests to be run like any normal unit test, making it difficult to quickly run unit testing. This separates out the e2e tests so they need to be explicitly invoked by requiring `-tags=e2e` in the invocation of `go test`. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Nicholas Seemiller authored
-
Nicholas Seemiller authored
-
Nicholas Seemiller authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Chenrui Li authored
-
- 24 Apr, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 23 Apr, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 22 Apr, 2022 3 commits
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Ryan Collins authored
* Add App Toolkit 0.2.0 package - Use kpack-dependencies 0.0.9 - Use cartographer-catalog 0.3.0 - Bump to cartographer 0.3.0 - Add developer-namespace feature and requirement on secretgen-controller - Switch App Toolkit Testing framework from go to bash - Update Readme * Correct linting errors * Remove unneccessary kpack_dependencies configs and doc updates * Fix kpack-dependencies docs link
-
- 21 Apr, 2022 2 commits
-
-
Pushkar Joglekar authored
- Implements a Github Action Workflow with two jobs - Get All Images - Scan All Images - Because of Code Scanning Max. File Limits uses matrix to parallelize the jobs - To enable matrix, the image list is broken into 10 parts with 12 images each. Max. File limit is 15, so this provides some breathing space for new images getting added - Each image list file is then uploaded as a job artifact - This job artifact is then downloaded and the matrix element relevant image list is scanned. - Each scan generates a sarif file that is uploaded to GitHub Code Scanning as an Alert under Security Tab. - Only vulnerabilities that are fixable and critical are pushed as a security alert
-
Patrick Kremer authored
Fixes #4069 Signed-off-by:
Patrick Kremer <pkremer@vmware.com>
-