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.
- 16 Mar, 2022 2 commits
-
-
Sean McGinnis authored
During restructuring to add a root go.mod, some debugging was left in the Makefile definition for the "lint" target, leaving anything but the root linting off by having it just echo the command. This reenables linting for those submodules and addresses some of the things that have crept in since then. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 15 Mar, 2022 7 commits
-
-
David vonThenen authored
-
David vonThenen authored
-
Sean McGinnis authored
The version of `make` on macOS does not support deep pattern matching. This was causing problems with having dynamically generated targets with build-cli-plugins-% and build-cli-plugins-%-publish. The first pattern would match either string. Due to this, jobs that would rely on the publishing of the plugins would fail since the publish step would never actually run. This updates the dynamically created build targets to have distinct name prefixes. There are now build-cli-plugin-% and publish-cli-plugin-% targets, so the versions of make on Linux or MacOS work as expected. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Sean McGinnis authored
We moved the location of the `check-shellsheck.sh` script to be another level deep in the folder structure. There is a line in the script that mounts one level up to the container running the shell linting, so with this new structure it would no longer find all of our script files. This updates the line to reflect the new location in the repo and addresses the issues that have been introduced since the move. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
MinerYang authored
update configContourYamlFile remove print msg adjust using configContourYamlFile Co-authored-by:
yminer <yminer@vmmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 14 Mar, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 13 Mar, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 12 Mar, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 11 Mar, 2022 6 commits
-
-
John McBride authored
- Only lists the name of the cluster in a unix friendly format. Ignores other format flags if provided. - This commit does _not_ utilize the internal/hack/output.go file for this implementation. In the future, we will be moving to upstream tanzu-framework for their list formatter and output. Signed-off-by:
John McBride <jmcbride@vmware.com>
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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>
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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>
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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>
-
John McBride authored
- In a multi-node kind deployed unmanaged-cluster with port maps defined, there was a bug where all port maps were applied to all nodes. This sets the port maps to _only_ be on the control-plane. Any more granular configuration should use the rawKindConfig option. Signed-off-by:
John McBride <jmcbride@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 10 Mar, 2022 11 commits
-
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
Sean McGinnis authored
Install scripts were updated to use the preferred shebang of referencing `bash` through the use of `env`. The location of `env` is somewhat standardized as `/usr/bin/env`, but the update referred to `/bin/env`. This is fine on most systems, but at least our GitHub Action runners aren't able to resolve and run the install script properly with the current path. This updates those shebangs to point to the canonical locaiton of `env`. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Sean McGinnis authored
This makes the output from our install.sh and uninstall.sh scripts a little more user friendly by making the output easier to read and by removing output that may not be as useful or meaningful to most users. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
Nicholas Seemiller authored
The current Grafana/Prometheus packages are using `cert-manager.io/v1alpha2` APIs which have been deprecated and removed in the latest versions of cert-manager Signed-off-by:
Nicholas Seemiller <nseemiller@vmware.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
Jonas Rosland authored
Signed-off-by:
Jonas Rosland <jrosland@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Nicholas Seemiller authored
These packages will be published with v0.11.0 - FluxCD - Cartographer Signed-off-by:
Nicholas Seemiller <nseemiller@vmware.com>
-
David vonThenen authored
-
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>
-
- 09 Mar, 2022 5 commits
-
-
Andrew Keesler authored
By "works" I mean "the package actually sets up Pinniped to use the provided external DNS name as its hostname". Signed-off-by:
Andrew Keesler <akeesler@vmware.com>
-
John McBride authored
- Refactors getting tanzu/tkg config dirs from various different locations and centralizes it in the "config" package Signed-off-by:
John McBride <jmcbride@vmware.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
Nicholas Seemiller authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 08 Mar, 2022 6 commits
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Esteban Foronda Sierra authored
-
Sean McGinnis authored
This disables the creation of dependency update PRs from dependabot for all but our local CLI plugins and our GitHub Actions until we have had a chance to review everything and make sure we are only alerting on the things that matter and that we have control over. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
Xun Jiang/Bruce Jiang authored
* Modify velero AWS plugin name in deployment Signed-off-by:
Xun Jiang <jxun@vmware.com> * Modify according to comments Update image bundle in package.yaml Signed-off-by:
Xun Jiang <jxun@vmware.com>
-
MinerYang authored
Co-authored-by:
yminer <yminer@vmmware.com>
-