-
Notifications
You must be signed in to change notification settings - Fork 114
Comparing changes
Open a pull request
base repository: aws/aws-app-mesh-controller-for-k8s
base: v1.12.7
head repository: aws/aws-app-mesh-controller-for-k8s
compare: v1.13.0
- 12 commits
- 19 files changed
- 9 contributors
Commits on Dec 19, 2023
-
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#755)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a68c8bf - Browse repository at this point
Copy the full SHA a68c8bfView commit details -
Update PodDisruptionBudget API version (#754)
The Beta API version (policy/v1beta1) of PodDisruptionBudget is no longer served as of version 1.25
Configuration menu - View commit details
-
Copy full SHA for 203bee5 - Browse repository at this point
Copy the full SHA 203bee5View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a5f6d7 - Browse repository at this point
Copy the full SHA 4a5f6d7View commit details
Commits on Mar 18, 2024
-
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#762)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15ab723 - Browse repository at this point
Copy the full SHA 15ab723View commit details -
Bump google.golang.org/protobuf (#761)
Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dileepng <114957777+dileepng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 096456f - Browse repository at this point
Copy the full SHA 096456fView commit details
Commits on Apr 17, 2024
-
Fix VirtualRouter route deletion sequence (#768)
* Remove routes before the matching listener This addresses a few rough edges with updating a VirtualRouter. After this change, it is possible to update the listener protocol on the CRD in one step. It is also possible to remove the listener at the same time as the routes which use that listener. * Fix a nil panic error When running this against a test cluster, discovered that the logic must filter to only names with SDK routes before adding them to a deletion list. * Add unit test coverage Adds unit test coverage for the new functions. A possible nil pointer dereference is fixed, which could occur if port matching is not utilized. * Remove unneeded API calls The API call to describe the route is not needed, as the route ref contains all the information needed to delete routes.
Configuration menu - View commit details
-
Copy full SHA for 0d12952 - Browse repository at this point
Copy the full SHA 0d12952View commit details
Commits on May 1, 2024
-
Bump envoy image version to v1.29.4.0-prod (#773)
Co-authored-by: Fei Liu <liubnu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a0339d - Browse repository at this point
Copy the full SHA 5a0339dView commit details
Commits on May 8, 2024
-
Revert "Bump envoy image version to v1.29.4.0-prod (#773)" (#775)
This reverts commit 5a0339d. Co-authored-by: Fei Liu <liubnu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac9bf5f - Browse repository at this point
Copy the full SHA ac9bf5fView commit details
Commits on May 15, 2024
-
Bump golang.org/x/net from 0.17.0 to 0.23.0 (#772)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08df3bb - Browse repository at this point
Copy the full SHA 08df3bbView commit details
Commits on May 28, 2024
-
Adding support to provide tls version and tls cipher suites. (#778)
* Set default minimum TLS version for webhook server to 1.2 * Adding options to set TLS version and cipher suites
Configuration menu - View commit details
-
Copy full SHA for 0b92784 - Browse repository at this point
Copy the full SHA 0b92784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be8d05 - Browse repository at this point
Copy the full SHA 5be8d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4c386 - Browse repository at this point
Copy the full SHA 0f4c386View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canât render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.7...v1.13.0