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.3
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.4
Choose a head ref
  • 9 commits
  • 21 files changed
  • 4 contributors

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. chore: update example of registering an event source (#2514)

    Signed-off-by: Matt Riben <matt.riben@swirldslabs.com>
    matteriben authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f8e965c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat: expose logic to determine whether a kube dependent resource use…

    …s SSA or not (#2516)
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7b0870a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    bd4ccdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb100f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#2517)

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      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 Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8d5831e View commit details
    Browse the repository at this point in the history
  4. feat: allow specifying plural form of GVK in GenericKubernetesDepende…

    …ntResource (#2515)
    
    * feat: add getPlural method on GroupVersionKind
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    * fix: make getPlural return Optional to show whether plural is known
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    * refactor: add GroupVersionKindPlural class, used by GenericKubernetesDependentResource
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    * refactor: clean up, cache already resolved GVKs
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    ---------
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3588780 View commit details
    Browse the repository at this point in the history
Loading