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: openstack-k8s-operators/openstack-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openstack-k8s-operators/openstack-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-preview
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 7 contributors

Commits on Aug 10, 2023

  1. Use dev-preview shared renovate config on dev-preview branch

    Renovate merges config together in the following order when processing
    the dev-preview branch:
    * default.json from renovate-config due to renovate.json@main points to
      it
    * renovate.json@main
    * dev-preview.json from renovate-config due to renovate.json@dev-preview
      points to it
    * renovate.json@dev-preview
    
    This means that:
    * we can override version handling and pinning defined in default.json in dev-preview.json.
    * we need to repeat the rule that we don't want to bump our own api
      module version in renovate.json@dev-preview as or previous such rule
      is in renovate.json@main but that was overridden by package rule in
      dev-preview.json
    
    The go constraint rule was intentionally duplicated now as on main we
    might want to move forward with the go version and that would directly
    affect the dev-preview branch as well if the constraint is not
    duplicated.
    gibizer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4de7a59 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge pull request #428 from gibizer/use-dev-preview-renovate

    Use dev-preview shared renovate config on dev-preview branch
    openshift-merge-robot authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1d7a0c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Update module github.com/onsi/gomega to v1.28.0

    OpenStack K8s CI
    OpenStack K8s CI committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    2261ea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge pull request #501 from openstack-k8s-operators/renovate/dev-pre…

    …view-github.com-onsi-gomega-1.x
    
    Update module github.com/onsi/gomega to v1.28.0 (dev-preview)
    openshift-ci[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3731771 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Update k8s.io

    OpenStack K8s CI
    OpenStack K8s CI committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5aad391 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #556 from openstack-k8s-operators/renovate/dev-pre…

    …view-k8s.io
    
    Update k8s.io (dev-preview)
    openshift-merge-bot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bade85f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Update k8s.io to v0.26.11

    OpenStack K8s CI
    OpenStack K8s CI committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ec127c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge pull request #564 from openstack-k8s-operators/renovate/dev-pre…

    …view-k8s.io
    
    Update k8s.io to v0.26.11 (dev-preview)
    openshift-merge-bot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    374b85f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a43e01e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #566 from openstack-k8s-operators/revert-564-renov…

    …ate/dev-preview-k8s.io
    
    Revert "Update k8s.io to v0.26.11 (dev-preview)"
    openshift-merge-bot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    054f045 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2026

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