forked from hashicorp/consul-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/0.49.x #5
Merged
Merged
Conversation
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
* Add acceptance tests that run connect tests for peering. - Does not support TLS, ACLs and T-Proxy. * Add OSS acceptance test
* use anchor link alias for TOC in auto-generated helm docs code Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
Add annotations for enabling TLS on Envoy Prometheus endpoint
…s via Helm (hashicorp#775) * Add custom annotations support for catalog sync and connectInject pods via Helm
…s for the envoy sidecar (hashicorp#1315) * add envoy user volumes and volumeMounts via annotations
…#1305) * use ent images for nightlies and add support for consul-1.13 * disable nightlies for now
…outside of the primary datacenter. (hashicorp#1318)
- adds validation webhooks for PeeringAcceptor and Peering dialer controllers - fixes panic by doing a nil check on the PeeringAcceptor SecretRef()
* updates client-daemonset bats tests to be more readable and do not use hard-coded array indexes.
If running on OpenShift, these settings cause problems because the user and group ids are below the range openshift expects, instead do not set them.
* update changelog for community PR * fix indentation
* Fix a bug with ELB deletion where we were comparing pointer values for VPC ID instead of strings * Delete VPCs and their resources even if there's no associated EKS cluster. This so that if EKS cleanup fails in the middle and we re-run it, it will continue deleting resources it couldn't on a previous run.
* Adding podDistruptionBudget to connect injector
* Release: enable using CRT for releases
* Updating to go 1.18 * updating changelog, CI, and test dockerfile. * go mod tidy on /acceptance * go mod tidy on /cli * go mod tidy on /control-plane * go mod tidy on /hack/aws-acceptance-test-cleanup * go mod tidy on /hack/helm-reference-gen * updating golangci-lint-action to 3.2.0 * fixing golang version on charts/consul/test/docker/Test.dockerfile * updating .go-version to v1.18.3 * updating go testsum version to 1.8.1 * updating lint-control-plane to go install lint-consul-retry rather than go get lint-consul-retry. consul repo does this. * Updating changelog so that changes are listed under improvements rather than breaking changes.
…1346) Currently, WAN federation tests are flaky on kind. We need more time to investigate. Because these tests run on other clouds and are not flaky, we are disabling them on kind until we can investigate and re-enable them.
…ar-test/severely-working-redfish This pull request was automerged via backport-assistant
…sable-go-module-scanning-temporarily/wrongly-infinite-goose This pull request was automerged via backport-assistant
) * updated go version to fix cve https://go.dev/issue/58001 * updated go version to fix cve https://go.dev/issue/58001 - updated go version to use 1.19 everywhere * update to remove deprecated ioutil
- removed unreleased section, we'll now be generating changelog entries as part of the release process
…port-checker/smoothly-teaching-gibbon This pull request was automerged via backport-assistant
…e limits to `null` to increase service registration times into release/0.49.x (hashicorp#2019) * backport of commit 7a99af0 --------- Co-authored-by: David Yu <dyu@hashicorp.com>
…of-copyAnnotations/mainly-renewing-rabbit This pull request was automerged via backport-assistant
) (hashicorp#2110) * security: update Go version to 1.19.9 * refactor: go fmt and go mod tidy
Co-authored-by: DanStough <dan.stough@hashicorp.com>
Co-authored-by: DanStough <dan.stough@hashicorp.com>
Co-authored-by: Curt Bushko <cbushko@gmail.com>
Co-authored-by: Andrew Stucki <andrew.stucki@hashicorp.com>
Co-authored-by: Curt Bushko <cbushko@gmail.com>
Co-authored-by: DanStough <dan.stough@hashicorp.com>
Co-authored-by: Eric <eric@haberkorn.co>
Co-authored-by: Curt Bushko <cbushko@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this PR:
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: