-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/cloud-sql-proxy-operator
base: v0.0.3
head repository: GoogleCloudPlatform/cloud-sql-proxy-operator
compare: v0.1.0
- 10 commits
- 21 files changed
- 5 contributors
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a5e7262 - Browse repository at this point
Copy the full SHA a5e7262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2944831 - Browse repository at this point
Copy the full SHA 2944831View commit details -
chore: only run Code Generation on the release-please PRs (#137)
This change simplifies the github workflow that runs on release PRs. This workflow ensures that the generated code in the tagged release is consistent with version.txt.
Configuration menu - View commit details
-
Copy full SHA for 2c26d50 - Browse repository at this point
Copy the full SHA 2c26d50View commit details -
fix: change memory resource to match recommendations Cloud SQL Proxy (#…
…139) The Cloud SQL Proxy project recommends 2Gi for ram. This changes the default resource requirements to match.
Configuration menu - View commit details
-
Copy full SHA for a475dd9 - Browse repository at this point
Copy the full SHA a475dd9View commit details
Commits on Dec 12, 2022
-
chore: remove '-dev' from installer and operator image url (#136)
The URL for the released image version 0.0.5 now will be: cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:0.0.5 And the installer URL will now be: https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v0.0.5/install.sh
Configuration menu - View commit details
-
Copy full SHA for 154ba08 - Browse repository at this point
Copy the full SHA 154ba08View commit details -
doc: Add quickstart guide to README (#126)
Adds quickstart instructions to the README. This tells the user how to follow the existing Cloud SQL Quickstart on GKE guide, adding a few extra steps in the middle, to try out the operator.
Configuration menu - View commit details
-
Copy full SHA for 891d6d8 - Browse repository at this point
Copy the full SHA 891d6d8View commit details -
feat: add user agent to proxy invocation (#122)
Add the operator version to the proxy's user agent, so that we can track how many people are using the operator. Fixes #67. Co-authored-by: Jonathan Hess <hessjc@google.com>
Configuration menu - View commit details
-
Copy full SHA for 803446d - Browse repository at this point
Copy the full SHA 803446dView commit details -
fix: remove unsupported CRD fields and associated code from the proje…
…ct. (#141) Removes fields from the CRD and associated code that converts those fields into configuration on the proxy container. I removed fields that were unused in existing code (like FUSE), fields that were unnecessary for minimum viable use of the proxy (like telemetry args), and fields related to unix sockets, since that connection method does not yet have an automated e2e test, and proxy V2 preview 4 does not use the ?unix-socket=/path exactly as expected.
Configuration menu - View commit details
-
Copy full SHA for 3867621 - Browse repository at this point
Copy the full SHA 3867621View commit details
Commits on Dec 13, 2022
-
test: add a test to cover resource requirements from spec. (#140)
While pruning fields from the CRD, I found some uncovered code that needed a test. This adds a test case to make sure that when a customer sets the proxy container resource requirements in the CRD, the values are actually set on the container.
Configuration menu - View commit details
-
Copy full SHA for 977266d - Browse repository at this point
Copy the full SHA 977266dView commit details -
chore(main): release 0.1.0 (#142)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Release PR Generate Bot action release-please[bot] <release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a88d0d - Browse repository at this point
Copy the full SHA 4a88d0dView 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 v0.0.3...v0.1.0