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: gophercloud/gophercloud Loading
base: v1.8.0
Choose a base ref
...
head repository: gophercloud/gophercloud Loading
compare: v1.9.0
Choose a head ref
  • 18 commits
  • 46 files changed
  • 7 contributors

Commits on Jan 2, 2024

  1. Fix devstack install on EOL magnum branches

    The stable victoria, wallaby, and xena branches are no longer available
    upstream for magnum. We need to use their respective `-eol` tag to keep
    using them in our CI jobs.
    mandre committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    95a9036 View commit details
    Browse the repository at this point in the history
  2. Fix networking acceptance tests

    Since https://review.opendev.org/c/openstack/neutron/+/892815 it is no
    longer possible to update the vnic type of a bound port.
    
    These doesn't seem to be an API to unbind the port other than deleting
    the port, so instead we're dropping the `VNICType` attribute from the
    update request in the `TestPortsbindingCRUD` test.
    mandre committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3c68a0f View commit details
    Browse the repository at this point in the history
  3. TestPortsbindingCRUD: Fix order of arguments in equal assertions

    The correct order is `expected`, `actual`. Having this right helps
    debugging since the values are printed in a log message.
    mandre committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e707ba8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2857 from gophercloud/bp-v1-9379f86-ada7a8b

    [v1] Fix networking acceptance tests
    pierreprinetti committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    511095e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2856 from gophercloud/bp-v1-26b668e

    [v1] Fix devstack install on EOL magnum branches
    pierreprinetti committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d39d40c View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5e72743 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f361ee3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2859 from gophercloud/bp-v1-6992699

    [v1] build(deps): bump github/codeql-action from 2 to 3
    pierreprinetti committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    197cedf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2858 from gophercloud/bp-v1-c433929

    [v1] build(deps): bump actions/upload-artifact from 3 to 4
    pierreprinetti committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    00c2107 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. feat: add AvailabilityZone for db/v1/instance

    fix: alignments
    
    fix: alignments
    
    added: AvailabilityZone for db/v1/instance
    zhekazuev committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9cfe594 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2875 from gophercloud/bp-v1-74052e2

    [v1] [db/v1/instance]: adding support for availability_zone for a db instance
    EmilienM committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    51831d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Context-aware methods to ProviderClient and ServiceClient

    Provide new methods to leverage per-call `context.Context`.
    
    This patch, suitable to be merged to `v1`, vendors the context package
    from the v1.21 standard library, to make `AfterFunc` available.
    pierreprinetti committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ef06ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84073f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd55c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2884 from shiftstack/context-v1

    [v1] Context-aware methods to ProviderClient and ServiceClient
    pierreprinetti committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2d6994b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2887 from gophercloud/bp-v1-5259ac4-34a7c13

    [v1] Add support of Flavors and FlavorProfiles for Octavia
    EmilienM committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    18fcc98 View commit details
    Browse the repository at this point in the history
  6. Prepare v1.9.0

    EmilienM committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bb3f61b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2888 from shiftstack/v1

    Prepare v1.9.0
    pierreprinetti committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    28518d6 View commit details
    Browse the repository at this point in the history
Loading