Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/cloud-sql-proxy-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-proxy-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 17 commits
  • 20 files changed
  • 8 contributors

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    1983fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da15ee View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. chore: only update the version in the docs on a new release. (#159)

    When a user lands on this repo and reads the README or Quick Start Guide, the instructions
    should point the user to the latest released version of the proxy, not the current dev version.
    
    This PR updates make generate so that it does not automatically update the version in documentation,
    leaving the latest release version in the docs.
    
    It also updates the release-please-updates job that generates code after the release PR is
    created to update the version in docs along with running make generate.
    hessjcg authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e2ebd52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54f527 View commit details
    Browse the repository at this point in the history
  3. chore: update dev version to 0.1.1-dev (#161)

    Update version.txt to the next dev version.
    hessjcg authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    570fa34 View commit details
    Browse the repository at this point in the history
  4. doc: update the Quick Start guide with the workaround for GKE Autopil…

    …ot (#158)
    
    This updates the Quick Start guide adding a few extra steps to work around
    the problem that the installer does not work on GKE Autopilot clusters.
    
    This explains to the user how to use the helm chart for cert-manager to make it
    install correctly on GKE.
    
    Related to #157
    Further work required: #162
    hessjcg authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4f5783b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. doc: Add preview disclaimer to the README (#166)

    The README should say that this software is not yet ready for production.
    hessjcg authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    76589f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. fix!: remove Namespace field from AuthProxyWorkloadSelector (#168)

    For security, AuthProxyWorkload resources are only allowed to affect workloads running
    in the same namespace. This prevents one AuthProxyWorkload in one namespace from affecting
    a workload in a different namespace.
    
    This change removes the WorkloadSelectorSpec.Namespace field and associated code that allowed
    cross-namespace workload selection.
    hessjcg authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7bcc27d View commit details
    Browse the repository at this point in the history
  2. chore: update copyright in generated files to 2023 (#170)

    The copyright header on generated files need to read the current year.
    hessjcg authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9b87517 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    aa88f3f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e92ac7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ce4d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. fix: Update installer.sh to use helm for cert-manager (#163)

    This updates the install script to use helm to install cert-manager. This makes the installer work both for
    GKE Autopilot and non-autopilot clusters.
    
    Fixes #157
    hessjcg authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    62fc5dc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    fac3921 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. chore: update to use latest proxy image: 2.0.0 (#174)

    The proxy release is complete. Now we must update the operator to deploy the proxy image 2.0.0.
    hessjcg authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    1d735c3 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.2.0 (#175)

    Release-As: 0.2.0
    hessjcg authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    44babcd View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.2.0 (#169)

    0.2.0 (2023-01-18)
    
    BREAKING CHANGES
    - remove Namespace field from AuthProxyWorkloadSelector (#168)
    
    Bug Fixes
    - remove Namespace field from AuthProxyWorkloadSelector (#168) (7bcc27d)
    - Update installer.sh to use helm for cert-manager (#163) (62fc5dc), closes #157
    
    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>
    release-please[bot] and release-please[bot] authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0825d31 View commit details
    Browse the repository at this point in the history
Loading