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

Update sdk to 5.0.0 and add support for cidr_range #247

Commits on Nov 14, 2024

  1. specify RetentionDays in final backupconfig test case

    Previously a cluster test was creating a backup configuration that
    didn't specify the RetentionDays directly.  This meant that it would
    rely on the server specified default.  In the test case, it was then
    compared to a local object which had a value different from the default
    which was causing the test to fail.
    
    Rather than change the local value to match the server side default, we
    instead pass the local value into the test so that it is created with
    the non-default value.
    fantapop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    662be44 View commit details
    Browse the repository at this point in the history
  2. use 4VCPU in testDedicatedClusterResource

    Previously, the testDedicatedClusterResource test was requesting 2VCPU
    clusters which was failing during an actual acceptance test.  This
    updates it to use 4VCPU.  We additionally had to increase the scale step
    to 8VCPU to provide a real value that would necessitate an update.
    
    additionaly, we update the default from 2 to 4 in the advanced example.
    fantapop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    499a7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f35ad8d View commit details
    Browse the repository at this point in the history
  4. Update cockroach-cloud-sdk-go to v5

    We update the cockcroach-cloud-sdk-go to get changes for supporting
    cidr_range in clusters as well as JWT authentication in the client.
    fantapop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0413121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5263ba3 View commit details
    Browse the repository at this point in the history