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: getporter/porter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.2
Choose a base ref
...
head repository: getporter/porter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc.3
Choose a head ref
  • 7 commits
  • 18 files changed
  • 2 contributors

Commits on Sep 21, 2022

  1. Update install instructions to use 1.0.0-rc.2

    Signed-off-by: Carolyn Van Slyck <[email protected]>
    carolynvs committed Sep 21, 2022
    Copy the full SHA
    0f25acd View commit details
  2. Merge pull request #2370 from carolynvs/install-rc2

    Update install instructions to use 1.0.0-rc.2
    carolynvs authored Sep 21, 2022
    Copy the full SHA
    e569c76 View commit details
  3. Update installation instructions for mixins

    The porter mixins install command by default only installs stable (non-prerelease) versions. Update our mixin instrutions to explicitly have the user set a version so that they get the most recent release.
    
    Signed-off-by: Carolyn Van Slyck <[email protected]>
    carolynvs committed Sep 21, 2022
    Copy the full SHA
    71f3e07 View commit details
  4. Merge pull request #2371 from carolynvs/update-mixin-instructions

    Update installation instructions for mixins
    carolynvs authored Sep 21, 2022
    Copy the full SHA
    8b61fc1 View commit details

Commits on Sep 26, 2022

  1. Replace associated credential sets when running bundle

    When we run a bundle, like with porter install/upgrade, we should replace the names of any previously used parameter or credential sets with the ones specified in the most recent run. If none were specified, then reuse from the previous run.
    
    Signed-off-by: Carolyn Van Slyck <[email protected]>
    carolynvs committed Sep 26, 2022
    Copy the full SHA
    810ce01 View commit details
  2. Copy the full SHA
    ce94589 View commit details
  3. Merge pull request #2373 from carolynvs/overwrite-credentials

    Replace associated credential sets when running bundle
    carolynvs authored Sep 26, 2022
    Copy the full SHA
    89ad7ed View commit details
Loading