Skip to content

Releases: GoogleCloudPlatform/cloud-sql-proxy-operator

v0.1.0

13 Dec 17:01
4a88d0d

Choose a tag to compare

0.1.0 (2022-12-13)

Features

Bug Fixes

  • change memory resource to match recommendations Cloud SQL Proxy (#139) (a475dd9)
  • remove unsupported CRD fields and associated code from the project. (#141) (3867621)

v0.0.3

07 Dec 23:25
433544a

Choose a tag to compare

0.0.3 (2022-12-07)

Features

  • Add a release job to generate code on release PRs GH-66 (#110) (d23a484)
  • Add build and test targets to new makefile (#96) (f6c3de3)
  • add cert-manager deployment for e2e test environments. (#28) (99a3104)
  • add cloud-build job for the release process GH-66 (#108) (614067b)
  • add data structure for the AuthProxyWorkload custom resource. (#20) (2af04ad)
  • add e2e tests (#40) (fd69001)
  • Add internal libraries for kubernetes names (#23) (ee1e649)
  • add lint target to makefile (#101) (9f3d81b)
  • add pod webhook boilerplate (#41 step 4) (#115) (9d3971c)
  • Add reconcile controller logic issue #37 (#39) (0be2c0d)
  • add webhook and test to see that it updates a new workload (#34) (c01c5c6)
  • Adds Workload interface to access PodSpec for all workload types (#25) (c6706ec)
  • AuthProxyWorkload Reconcile no longer modifies workloads (#41 step 6) (#117) (cfffe91)
  • commit installer scripts into repo as part of generate, GH-66 (#107) (0dee3a1)
  • deploy to a kubernetes cluster defined in envvar KUBECONFIG (#97) (13ba287)
  • Finish pod webhook and workload reconcile implementation (#41 step 8) (#119) (3be65d5)
  • Logic to apply AuthProxyWorkload spec to workload containers (#26) (17b73c0)
  • PodSpec changes now are applied only to pods on creation (#41 step 7) (#118) (df1f322)
  • Run terraform scripts to provision infrastructure (#98) (2b572f3)
  • Set the hardcoded default proxy image URL to a real url. gh-93 (#94) (082267c)

Bug Fixes

  • add -race flag to go test (#99) (11dce11)
  • correct paths in install.sh installer script template #66 (#111) (2614115)
  • e2e_cleanup_test_namespaces succeeds when there are no matching namespaces (#120) (d4cabcd)
  • host should be '127.0.0.1' not 'localhost' (#128) (77293e7), closes #124
  • Improve code and repair edge case problems with the internal PodSpec updates. (#31) (fe6ce99)
  • rename end to end test targets from gcloud_* to e2e_* for clarity (#84) (a1fd817)
  • timeout for golangci-lint is 5m. (773c694)

Miscellaneous Chores