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: kubernetes/kompose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.1
Choose a base ref
...
head repository: kubernetes/kompose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 11, 2023

  1. only add namespace if specified (#1731)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind cleanup
    /kind documentation
    /kind feature
    -->
    
    /kind bug
    
    #### What this PR does / why we need it:
    
    When we generate the YAML, we should NOT add namespace by default,
    namespace should only be added if it has been specified via the command
    line.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    Fixes #1729
    
    #### Special notes for your reviewer:
    
    Signed-off-by: Charlie Drage <[email protected]>
    cdrage committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    09dc978 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. 1.31.2 Release (#1735)

    cdrage committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a92241f View commit details
    Browse the repository at this point in the history
Loading