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.33.0
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.34.0
Choose a head ref
  • 10 commits
  • 103 files changed
  • 2 contributors

Commits on Apr 26, 2024

  1. update references to just compose (#1869)

    #### What type of PR is this?
    
    Change from Docker Compose references to just Compose
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind cleanup
    /kind documentation
    /kind feature
    -->
    
    #### What this PR does / why we need it:
    
    Compose is an open format and we should not say "Docker Compose".
    
    #### 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 #1868
    
    #### Special notes for your reviewer:
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    50e0408 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. feature: change example to use non-root (#1879)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind cleanup
    /kind documentation
    -->
    
    /kind feature
    
    #### What this PR does / why we need it:
    
    This changes our example to use non-root so it runs well on non-root
    clusters (ex. openshift).
    
    We also add debugging tools so we can safely explore the container.
    
    /tmp is also added as the directory for the replica or else it fails.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    N/A
    
    #### Special notes for your reviewer:
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored May 29, 2024
    Configuration menu
    Copy the full SHA
    29f6765 View commit details
    Browse the repository at this point in the history
  2. fix: expose container to host only with labels (#1880)

    Signed-off-by: ahmed.g <ahmed.g@adjoe.io>
    Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
    TessaIO authored May 29, 2024
    Configuration menu
    Copy the full SHA
    3bf9830 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. update owners (#1888)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind cleanup
    /kind documentation
    /kind feature
    -->
    
    #### What this PR does / why we need it:
    
    Update the owners as people who haven't reviewed / approved for a while
    keep getting pings / notifications about reviewing.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    N/A
    
    #### Special notes for your reviewer:
    
    N/A
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored May 30, 2024
    Configuration menu
    Copy the full SHA
    d295662 View commit details
    Browse the repository at this point in the history
  2. chore: fix test file names (#1889)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind documentation
    /kind feature
    -->
    
    /kind cleanup
    
    #### What this PR does / why we need it:
    
    Removes the gen file, removes the old test file.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    N/A
    
    #### Special notes for your reviewer:
    
    N/A
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored May 30, 2024
    Configuration menu
    Copy the full SHA
    b08a83c View commit details
    Browse the repository at this point in the history
  3. tests: fix flakey tests (#1886)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind documentation
    /kind feature
    -->
    /kind cleanup
    
    #### What this PR does / why we need it:
    
    Fixes the two flakey tests. One which is returning them in random
    orders..
    
    The other which is not available to run on mac due to not being able
    "access" the folders.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    N/A
    
    #### Special notes for your reviewer:
    
    N/A
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored May 30, 2024
    Configuration menu
    Copy the full SHA
    50ec43d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. bug: fix annotation bug (#1887)

    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind cleanup
    /kind documentation
    /kind feature
    -->
    
    #### What this PR does / why we need it:
    
    When supplying a label in the compose file, it should stay in the output
    too.
    
    #### 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 #1885
    
    #### Special notes for your reviewer:
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    cdrage authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    1f74418 View commit details
    Browse the repository at this point in the history
  2. cleanup: removes uneeded annotation when not using network policy (#1884

    )
    
    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind documentation
    /kind feature
    -->
    
    /kind cleanup
    
    #### What this PR does / why we need it:
    
    Removes the network policy annotation which is not needed (we are not
    generating network policy)
    
    #### 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 #1759
    
    #### Special notes for your reviewer:
    cdrage authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    55b077a View commit details
    Browse the repository at this point in the history
  3. docs: update user guide (#1882)

    * docs: update user guide
    
    #### What type of PR is this?
    
    <!--
    Add one of the following kinds:
    /kind bug
    /kind cleanup
    /kind feature
    -->
    /kind documentation
    
    #### What this PR does / why we need it:
    
    Updates the user guide completely revamp it / describe each label.
    
    #### Which issue(s) this PR fixes:
    <!--
    *Automatically closes linked issue when PR is merged.
    Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    -->
    
    Closes #1584
    Closes #1577
    
    #### Special notes for your reviewer:
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    
    Please check the docs examples / each label that it's okay!
    
    * Update docs/user-guide.md
    
    Co-authored-by: TessaIO <ahmedgrati1999@gmail.com>
    
    * Update docs/user-guide.md
    
    Co-authored-by: TessaIO <ahmedgrati1999@gmail.com>
    
    * Update docs/user-guide.md
    
    Co-authored-by: TessaIO <ahmedgrati1999@gmail.com>
    
    * update capitalization
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    
    ---------
    
    Signed-off-by: Charlie Drage <charlie@charliedrage.com>
    Co-authored-by: TessaIO <ahmedgrati1999@gmail.com>
    cdrage and TessaIO authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6a5c646 View commit details
    Browse the repository at this point in the history
  4. 1.34.0 Release (#1890)

    cdrage authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    cbf2835 View commit details
    Browse the repository at this point in the history
Loading