Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync from main #2101

Merged
merged 28 commits into from
May 26, 2022
Merged

Sync from main #2101

merged 28 commits into from
May 26, 2022

Commits on Mar 14, 2022

  1. Add F5 to adopters list

    This adds F5 to Porter's adopters list! 🎉
    
    Thank you @bdegeeter and @steven-gettys for all your work making this
    happen.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    cc409a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request getporter#1970 from carolynvs/f5-adopter

    Add F5 to adopters list
    carolynvs authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7bf21dd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump cnab-go, Go, docker, containerd and k8s (on stable) (getporter#1971

    )
    
    * Bump cnab-go, cnab-to-oci, Go, docker, containerd and k8s
    
    Update to the most recently patched versions of cnab-go (stable fork),
    cnab-to-oci,  Go, docker, containerd, and k8s. The majority of these versions are actually resolved from
    cnab-go, so we don't need to maintain replace statements for them
    anymore! 🎉
    
    I'm staying on Go 1.16 for the go.mod format because go mod tidy can't
    resolve the graph when it's set to go 1.17. On release/v1 we are happily
    using the latest go.mod format so I'm not concerned that it's a long
    term problem. We still build with Go 1.17, it's just the file format
    that is impacted.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    
    * Bump to cnab-to-oci 0.3.3
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    55d92c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add probot settings configuration file

    This defines some of our repository configuration in code so that its easier to manage our repositories and keep them consistent. It defines our labels and repository permissions.
    
    The probot settings app updates the repository to apply the settings
    in this file when code is pushed to the main branch.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7755f97 View commit details
    Browse the repository at this point in the history
  2. Added reference parameter to porter install sample

    Signed-off-by: Michael Brown <micbrown@microsoft.com>
    aguywithcode committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8f3048b View commit details
    Browse the repository at this point in the history
  3. Merge pull request getporter#1896 from aguywithcode/patch-1

    Added reference parameter to the install command
    carolynvs authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    dc24a06 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge pull request getporter#2011 from carolynvs/probot-settings

    Add probot settings configuration file
    carolynvs authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    a059a96 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. fix edge cases in docs

    Signed-off-by: Quentin Petraroia <q.petraroia@gmail.com>
    qpetraroia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    27b7b3c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. update contributors.md

    Signed-off-by: Quentin Petraroia <q.petraroia@gmail.com>
    qpetraroia committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    00ec531 View commit details
    Browse the repository at this point in the history
  2. Merge pull request getporter#2024 from qpetraroia/qpetraroia

    fix edge cases in docs
    carolynvs authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0038f3c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Use a symlink in a linux install

    Signed-off-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>
    tamirkamara committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9a19346 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTORS.md

    Signed-off-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>
    tamirkamara committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0a31462 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Merge pull request getporter#2032 from tamirkamara/fix/linux-install-…

    …symlink
    
    Linux install script uses a symlink
    carolynvs authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    59d55d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Switch from StringSlice to StringArray (getporter#1931)

    * test for parameters with space
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * add contributor
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * handle bundle parameter escape
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * update parameters documentation
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * Merge branch 'release/v1' into parameter-space-error
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * array to slice paramenter
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * define params as array var
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * add schema version to yaml file
    
    Signed-off-by: Simpcyclassy <chioma.onyekpere@gmail.com>
    
    * Help get PR merged
    
    * Run mage build to generate the cli command documentation to include
      the recent changes
    * Skip the failing test that was added. This PR has enough to fix the
      comma parsing, and a follow-up will fix this failing test for when a
    parameter has a space in it.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    
    * Fix merge conflicts with release/v1
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    
    Co-authored-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    
    Signed-off-by: Chioma Onyekpere <chioma.onyekpere@gmail.com>
    Simpcyclassy authored and carolynvs committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5157a01 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    9b9f8a1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge pull request getporter#2046 from carolynvs/backport-stringarray…

    …-fix
    
    Backport Switch from StringSlice to StringArray (getporter#1931)
    carolynvs authored May 2, 2022
    Configuration menu
    Copy the full SHA
    678aaf6 View commit details
    Browse the repository at this point in the history
  2. Revert "Use a symlink in a linux install"

    This reverts commit 9a19346.
    
    Closes getporter#2048
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c68be6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request getporter#2049 from carolynvs/revert-symlink

    Revert "Use a symlink in a linux install"
    carolynvs authored May 2, 2022
    Configuration menu
    Copy the full SHA
    7db0ea7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Pin v0.38 install script to compatible package versions

    Specify versions of each mixin and plugin to install so that it's
    compatible with porter v0.38. I'm still using the same tag for both
    porter and exec since they move in lockstep.
    
    Before we cut a v1.0.0 release of porter we need to update this script
    to replace latest with the last stable version of v0.38
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed May 18, 2022
    Configuration menu
    Copy the full SHA
    beb5191 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Merge pull request getporter#2076 from carolynvs/pin-installed-versions

    Pin v0.38 install script to compatible package versions
    carolynvs authored May 19, 2022
    Configuration menu
    Copy the full SHA
    6f59a6b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Add shortlink to find an issue to work on

    https://getporter.org/find-issue redirects to a search of the getporter
    org for any issues labeled with "help wanted" or "good first issue"
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bf5cb7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request getporter#2086 from carolynvs/find-issues

    Add shortlink to find an issue to work on
    carolynvs authored May 20, 2022
    Configuration menu
    Copy the full SHA
    05ab24c View commit details
    Browse the repository at this point in the history
  3. Find Issues link should only show open issues

    I missed that the search page was also showing closed issues. This fixes
    that so only open unassigned issues are displayed.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed May 20, 2022
    Configuration menu
    Copy the full SHA
    58b6d96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request getporter#2087 from carolynvs/open-issues-only

    Find Issues link should only show open issues
    carolynvs authored May 20, 2022
    Configuration menu
    Copy the full SHA
    14662ec View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Edit index.md for Typo (getporter#2094)

    * Fix Typo for _index.md
    
    Signed-off-by: Hrittik Roy <67012359+hrittikhere@users.noreply.github.com>
    
    * Add Hrittik Roy as contributor
    
    Signed-off-by: Hrittik Roy <67012359+hrittikhere@users.noreply.github.com>
    
    * Update Link for styling consistency
    
    Signed-off-by: Hrittik Roy <67012359+hrittikhere@users.noreply.github.com>
    hrittikhere authored May 24, 2022
    Configuration menu
    Copy the full SHA
    6a11797 View commit details
    Browse the repository at this point in the history
  2. Add GitLab to Registries

    Signed-off-by: Hrittik Roy <67012359+hrittikhere@users.noreply.github.com>
    hrittikhere committed May 24, 2022
    Configuration menu
    Copy the full SHA
    3efa5f2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge pull request getporter#2098 from hrittikhere/main

    Add GitLab to Registries
    carolynvs authored May 25, 2022
    Configuration menu
    Copy the full SHA
    d548847 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sync-from-main

    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f8416ae View commit details
    Browse the repository at this point in the history