Skip to content
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

Updating Release 1.6 branch. #494

Merged
merged 20 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0176679
remove global exclusion for G108,G114 and add nosec in code (#404)
sushrk Apr 5, 2024
ac17ccc
Update controller_auth_proxy_patch.yaml (#405)
orsenthil Apr 11, 2024
0a0ebc9
Fix log which causes panic (#407)
GnatorX Apr 21, 2024
8c5aa12
updating ginkgo and gomega
dependabot[bot] May 1, 2024
3ff853c
Bump github.com/prometheus/common from 0.51.1 to 0.53.0
dependabot[bot] May 1, 2024
1839013
Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (#432)
dependabot[bot] Jun 10, 2024
41b1108
Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 (#431)
dependabot[bot] Jun 10, 2024
cdf82cd
QPS and busrt adjustment (#436)
haouc Jun 19, 2024
96861d7
readme update for events (#453)
haouc Aug 14, 2024
d6a0404
Set controller user-agent to vpc-resource-controller/git-version (#455)
orsenthil Aug 21, 2024
ef51ee7
Add security group pods scale test in ginkgo (#457)
sushrk Sep 4, 2024
da6f51d
Passing page limit to cach config instead of override. (#452)
yash97 Sep 5, 2024
d138af1
importing vpc pkg
yash97 Nov 15, 2024
bc9a51a
pods will requeue for reconcile if nodes are not managed and requeste…
yash97 Sep 12, 2024
a278536
add CNINode integration tests (#479)
sushrk Oct 13, 2024
c4bd8f3
Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#480)
dependabot[bot] Oct 21, 2024
8a54422
increasing timeout for few integration test (#486)
yash97 Oct 23, 2024
022c8b9
Skipping health check on nodes if EC2 returns throttling errors (#485)
haouc Oct 24, 2024
72e9b82
updating limits.go for supported ec2 instance type #491
yash97 Nov 12, 2024
b58ef19
Bump github.com/samber/lo from 1.39.0 to 1.47.0 (#481)
dependabot[bot] Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/framework/resource/aws/ec2/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"context"
"fmt"

"github.com/aws/amazon-vpc-resource-controller-k8s/pkg/aws/vpc"
haouc marked this conversation as resolved.
Show resolved Hide resolved
"github.com/aws/amazon-vpc-resource-controller-k8s/test/framework/utils"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/ec2"
Expand Down