-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* go get ginkgov2, add changelog * WIP - makefile changes * update go * add changelog * 1.18.2 * changelog update * Trigger CI * update crypto to avoid cyclic dep * use v2 cli, update makefile to match cli * update kube libraries * WIP * Remove multicluster, update makefile * WIP, remove dep on go-utils in tests * fix file resource client test * make clean, run all tests in CI * upgrade go-utils * handle context in consul tests * delete multicluster test * check races, recover from goroutines * extend timeout for gorutine check * move codegen validation out of cloudbuild to mirror other repos, into GHA * Revert "move codegen validation out of cloudbuild o mirror other repos, into GHA" This reverts commit 1448148. * Trigger CI * eventually * terminate goroutine when context cacncelled * use <= to track cleanup * upgrade k8s-utils * go and k8s utils * udno k8s deletion * remove clustername * update go-control-plane ref * equal -> consist of protos * Update pkg/code-generator/codegen/templates/resource_client_test_template.go Co-authored-by: Nathan Fudenberg <nathan.fudenberg@solo.io> * Update pkg/code-generator/codegen/templates/event_loop_test_template.go Co-authored-by: Nathan Fudenberg <nathan.fudenberg@solo.io> * codegen * cleanup makefile, make tests write to output dir * update go-utiuls and k8s-utils * small cleanup: makefile, imports, comments * unpin klog * use release version * fix race in kube test * use context in apiclient test * fix reporter test * Trigger CI * ensure output dir exists * clean all _output dirs * fix race in kube test * fix output pathing * Update Makefile Co-authored-by: Jacob Cukjati <jakecukjati@gmail.com> * add comement around reporter test * fix makefile * fix path? * relative * undo cleanup of docgen, revert ot existing code * delete bad chart * update licenses * Trigger CI --------- Co-authored-by: Nathan Fudenberg <nathan.fudenberg@solo.io> Co-authored-by: Jacob Cukjati <jakecukjati@gmail.com>
- Loading branch information
1 parent
2cef001
commit 9b38e31
Showing
231 changed files
with
910 additions
and
5,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
changelog: | ||
- type: NON_USER_FACING | ||
issueLink: https://github.com/solo-io/gloo/issues/7222 | ||
resolvesIssue: false | ||
description: > | ||
Upgrade Ginkgo from v1 to v2, using https://onsi.github.io/ginkgo/MIGRATING_TO_V2 as a helpful guide. | ||
- type: BREAKING_CHANGE | ||
issueLink: https://github.com/solo-io/gloo/issues/7222 | ||
resolvesIssue: false | ||
description: > | ||
Remove multicluster package, as it was not used by any projects | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: go-list-licenses | ||
dependencyTag: v0.1.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: go-utils | ||
dependencyTag: v0.24.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: k8s-utils | ||
dependencyTag: v0.3.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: protoc-gen-ext | ||
dependencyTag: v0.0.18 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: onsi | ||
dependencyRepo: ginkgo/v2 | ||
dependencyTag: v2.5.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: onsi | ||
dependencyRepo: gomega | ||
dependencyTag: v1.24.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiextensions-apiserver | ||
dependencyTag: v0.25.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apimachinery | ||
dependencyTag: v0.25.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: client-go | ||
dependencyTag: v0.25.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: api | ||
dependencyTag: v0.25.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: code-generator | ||
dependencyTag: v0.25.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name|Version|License | ||
---|---|--- | ||
[consul/api](https://github.com/hashicorp/consul)|v1.1.0|Mozilla Public License 2.0 | ||
[hashicorp/go-multierror](https://github.com/hashicorp/go-multierror)|v1.0.0|Mozilla Public License 2.0 | ||
[hashicorp/go-multierror](https://github.com/hashicorp/go-multierror)|v1.1.1|Mozilla Public License 2.0 | ||
[vault/api](https://github.com/hashicorp/vault)|v1.0.5-0.20191108163347-bdd38fca2cff|Mozilla Public License 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build tools | ||
// +build tools | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.