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: spf13/cobra Loading
base: v1.3.0
Choose a base ref
...
head repository: spf13/cobra Loading
compare: v1.4.0
Choose a head ref
  • 9 commits
  • 37 files changed
  • 8 contributors

Commits on Dec 21, 2021

  1. Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (#1567)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Note: For historical context on this viper dependency bump, please refer to #1539
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John McBride <jmcbride@vmware.com>
    dependabot[bot] and jpmcb committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    cb9d7b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Bump license year to 2022 in golden files (#1575)

    J.R. Hill committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e04ec72 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update Go Doc link and badge (#1593)

    Use `pkg.go.dev` instead of `godoc.org`
    marians committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7cabfeb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fix install command (#1576)

    shyim committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a599632 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    6d2dc43 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Add MAINTAINERS file (alphabetical order) (#1545)

    This should help the community know who they can turn to, but also
    give credit to the maintainers for all their hard work.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8267283 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Updates labeler for new labels (#1613)

    Signed-off-by: John McBride <jmcbride@vmware.com>
    jpmcb committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e1b831e View commit details
    Browse the repository at this point in the history
  2. labeler: fix syntax

    umarcor authored and marckhouzam committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9369465 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Removes viper dependency by removing cobra/ CLI tool (#1604)

    The cobra bootstrapping CLI tool has moved to
    https://github.com/spf13/cobra-cli
    
    Signed-off-by: John McBride <jmcbride@vmware.com>
    jpmcb committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5b2b9e9 View commit details
    Browse the repository at this point in the history
Loading