-
Notifications
You must be signed in to change notification settings - Fork 321
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: puppetlabs/puppetlabs-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: puppetlabs/puppetlabs-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 17 files changed
- 4 contributors
Commits on Mar 4, 2019
-
docker::services: Fix using multiple published ports (#447)
While the class docker::services already allowed arrays to be specified for `publish` ports, it didn't handle this correctly since this array was simply converted to a string and passed onto Docker, like so: --publish '["80:80", "443:443"]' To correctly publish multiple ports, the `--publish` parameter has to be called specified for each port. --publish '80:80' --publish '443:443' This patch also introduces a new spec test to check this behavior
Configuration menu - View commit details
-
Copy full SHA for a204679 - Browse repository at this point
Copy the full SHA a204679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059d8a8 - Browse repository at this point
Copy the full SHA 059d8a8View commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 226be6c - Browse repository at this point
Copy the full SHA 226be6cView commit details -
Docker::Services: Add networks parameter for swarm services (#450)
Allows attaching the service to one or multiple networks
Configuration menu - View commit details
-
Copy full SHA for 15ee0e4 - Browse repository at this point
Copy the full SHA 15ee0e4View commit details
Commits on Mar 11, 2019
-
Docker::Services:: fix command parameter used with an array (#452)
The module previously allowed specifying the command parameter to docker::services as an array, but did not correctly parse it as such (output with square brackets and quotations marks to docker). This patch fixes this behavior.
Configuration menu - View commit details
-
Copy full SHA for fb2d756 - Browse repository at this point
Copy the full SHA fb2d756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1352bb6 - Browse repository at this point
Copy the full SHA 1352bb6View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8b5902 - Browse repository at this point
Copy the full SHA c8b5902View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84e8edc - Browse repository at this point
Copy the full SHA 84e8edcView commit details
Commits on Mar 14, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for e59ec60 - Browse repository at this point
Copy the full SHA e59ec60View commit details
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 3.4.0...3.5.0