A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/kubernetes/kompose/compare/v1.33.0...v1.34.0 below:

Comparing v1.33.0...v1.34.0 · kubernetes/kompose · GitHub

Skip to content Navigation Menu Search code, repositories, users, issues, pull requests...

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Permalink base repository: kubernetes/kompose

Failed to load repositories. Confirm that selected base ref is valid, then try again.

Loading

base: v1.33.0 head repository: kubernetes/kompose

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: v1.34.0 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>
    Configuration menu 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>
    Configuration menu Browse the repository at this point in the history
  2. Configuration menu 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>
    Configuration menu 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>
    Configuration menu 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>
    Configuration menu 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>
    Configuration menu 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:
    Configuration menu 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>
    Configuration menu Browse the repository at this point in the history
  4. Configuration menu Browse the repository at this point in the history

Loading

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.33.0...v1.34.0

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4