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: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.5
Choose a base ref
...
head repository: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.6
Choose a head ref
  • 10 commits
  • 44 files changed
  • 5 contributors

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. chore: update to Fabric8 client 6.13.4 (#2539)

    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    545beaf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 11, 2024

  1. chore(deps): bump manusa/actions-setup-minikube from 2.12.0 to 2.13.0 (

    …#2550)
    
    Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.12.0 to 2.13.0.
    - [Release notes](https://github.com/manusa/actions-setup-minikube/releases)
    - [Commits](manusa/actions-setup-minikube@v2.12.0...v2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: manusa/actions-setup-minikube
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    41463e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    831af09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8972e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    57c4482 View commit details
    Browse the repository at this point in the history
  2. fix: managed workflow result is available even when exception is thro…

    …wn (#2552)
    
    Fixes #2551
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    73e3dfc View commit details
    Browse the repository at this point in the history
  3. docs: withKubernetesClient improved docs (#2564)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b4c6e0d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix: infinite resource updates due to canonical format conversion of …

    …resource requirements (#2568)
    
    * refactor: clean up SSABasedGenericKubernetesResourceMatcher
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    
    * test: add missing tests for StatefulSet with VolumeClaimTemplates for SSABasedGenericKubernetesResourceMatcher
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    
    * fix: Fix infinite resource updates due to canonical format conversion of resource requirements
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    
    * test: Add test cases with init containers to ResourceRequirementsSanitizerTest
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    
    * refactor: fix import order
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    
    ---------
    
    Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
    Donnerbart authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    71e00ed View commit details
    Browse the repository at this point in the history
Loading