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.16.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.17.0
Choose a head ref
  • 8 commits
  • 38 files changed
  • 6 contributors

Commits on Aug 1, 2018

  1. Add support for Config, endpoint_mode and 3.3 support (#994)

    * Add support for Config
    
    * Add deployment endpoint_mode support
    
    * Add docker compose 3.3 support
    
    * Add compose v3.3 support for openshift
    xianlubird authored and cdrage committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0252213 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Support read data from stdin

    hangyan committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a012fba View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Use OS provided temporary directory

    Fix for #966
    segrax authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    a788ab7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1068 from segrax/patch-1

    Use OS provided temporary directory
    hangyan authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    a0cc044 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Propagate dots into valid service names (#1063)

    * normalize '.' (dot) to '-' (dash) in service names
    
    * added warning about the dot character replacements in service names
    
    * fix gofmt compliance
    
    * also normalize container names (need lowercase)
    
    * splitted normalization for volumes and service names into different functions (it conflicted with './' volumes replacement)
    
    * changed volume normalization to use the new own normalization function
    
    * changed container normalization to use its new own normalization function
    
    * updated as per discussed in PR #1063 review
    rcmorano authored and hangyan committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    424f1a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge pull request #1061 from hangyan/fix/stdin

    Support read data from stdin
    hangyan authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b8aada8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Bump Go versions (#1073)

    * Bump Go versions
    
    * Unbreak fetching of 'golang/lint'
    HaraldNordgren authored and cdrage committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    2717f17 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. 1.17.0 Release (#1075)

    cdrage authored Nov 5, 2018
    2 Configuration menu
    Copy the full SHA
    a74acad View commit details
    Browse the repository at this point in the history
Loading