This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from hashicorp/ci/release-fix-depends
release/0.1.x: push updates from main
- Loading branch information
Showing
76 changed files
with
2,901 additions
and
1,018 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
--- | ||
name: Bug Report | ||
about: You're experiencing an issue with the Consul API Gateway that is different than the documented behavior. | ||
labels: bug | ||
|
||
--- | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you! | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment. | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
--- | ||
|
||
<!--- When filing a bug, please include the following headings if possible. Any example text in this template can be deleted. ---> | ||
|
||
### Overview of the Issue | ||
|
||
<!--- Please describe the issue you are having and how you encountered the problem. ---> | ||
|
||
### Reproduction Steps | ||
|
||
<!--- | ||
In order to effectively and quickly resolve the issue, please provide exact steps that allow us the reproduce the problem. If no steps are provided, then it will likely take longer to get the issue resolved. An example that you can follow is provided below. | ||
Steps to reproduce this issue, eg: | ||
1. When creating a gateway with the following configuration: | ||
``` | ||
apiVersion: gateway.networking.k8s.io/v1alpha2 | ||
kind: Gateway | ||
... | ||
``` | ||
1. View error | ||
---> | ||
|
||
### Logs | ||
|
||
<!--- | ||
Provide log files from the gateway controller component by providing output from `kubectl logs` from the pod and container that is surfacing the issue. | ||
<details> | ||
<summary>Logs</summary> | ||
``` | ||
output from 'kubectl logs': | ||
``` | ||
</details> | ||
---> | ||
|
||
### Expected behavior | ||
|
||
<!--- What was the expected result after following the reproduction steps? ---> | ||
|
||
### Environment details | ||
|
||
<!--- | ||
If not already included, please provide the following: | ||
- `consul-api-gateway` version: | ||
- configuration used to deploy the gateway controller: | ||
Additionally, please provide details regarding the Kubernetes Infrastructure, as shown below: | ||
- Kubernetes version: v1.22.x | ||
- Consul Server version: v1.11.x | ||
- Consul-K8s version | ||
- Cloud Provider (If self-hosted, the Kubernetes provider utilized): EKS, AKS, GKE, OpenShift (and version), Rancher (and version), TKGI (and version) | ||
- Networking CNI plugin in use: Calico, Cilium, NSX-T | ||
Any other information you can provide about the environment/deployment. | ||
---> | ||
|
||
|
||
### Additional Context | ||
|
||
<!--- | ||
Additional context on the problem. Docs, links to blogs, or other material that lead you to discover this issue or were helpful in troubleshooting the issue. | ||
---> |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Consul Discuss Forum | ||
url: https://discuss.hashicorp.com/c/consul | ||
about: Please check out our discussion forum. Ask a question or see if yours has already been answered there. |
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,34 @@ | ||
--- | ||
name: Feature Request | ||
about: If you have something you think the Consul API Gateway could improve or add support for. | ||
labels: enhancement | ||
|
||
--- | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you! | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment. | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
--- | ||
|
||
#### Is your feature request related to a problem? Please describe. | ||
|
||
<!--- A clear and concise description of the problem you are facing. Describe what workarounds, if any, that you have tried prior to creating this feature request. ---> | ||
|
||
#### Feature Description | ||
|
||
<!--- A description what this feature is and how it addresses the problem you are having. Describe potential UX for the feature if possible. ---> | ||
|
||
#### Use Case(s) | ||
|
||
<!--- Use cases where this feature is applicable for Consul API Gateway tes (i.e. type of application, type of Consul use case i.e. Service Mesh, Service Discovery). ---> | ||
|
||
#### Contributions | ||
|
||
<!--- Are you able to contribute the changes to make this feature work? ---> |
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,14 @@ | ||
Changes proposed in this PR: | ||
- | ||
- | ||
|
||
How I've tested this PR: | ||
|
||
How I expect reviewers to test this PR: | ||
|
||
|
||
Checklist: | ||
- [ ] Tests added | ||
- [ ] CHANGELOG entry added | ||
> HashiCorp engineers only, community PRs should not add a changelog entry. | ||
> Entries should use present tense (e.g. Add support for...) |
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 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
container { | ||
dependencies = true | ||
alpine_secdb = true | ||
secrets = true | ||
} | ||
|
||
binary { | ||
secrets = true | ||
go_modules = true | ||
osv = true | ||
oss_index = true | ||
nvd = true | ||
} |
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 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
Oops, something went wrong.