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: bketelsen/crypt
base: 5cbc8cc
Choose a base ref
...
head repository: bketelsen/crypt
compare: v0.0.4
Choose a head ref
  • 10 commits
  • 1,109 files changed
  • 5 contributors

Commits on Aug 18, 2020

  1. Copy the full SHA
    c716fa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request #10 from bhamail/fix_vuln_etcd

    fix vulnerability: CVE-2020-15114 in etcd v3.3.13+incompatible
    bketelsen committed Aug 19, 2020
    Copy the full SHA
    50dbdc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update etcd to v3.3.25

    * Pinning bbold to use v1.3.3 to avoid adding the go.etcd.io/bbolt to go.mod:
      `go get github.com/coreos/bbolt@v1.3.3`
    * Pinning grpc to use v1.29.1 to avoid an issue with naming package:
      `go get google.golang.org/grpc@v1.29.1`
    * Updating etcd:
      `go get github.com/coreos/etcd@v3.3`
    * Updating vendor folder:
      `go mod vendor`
    Sergey Vilgelm committed Aug 25, 2020
    Copy the full SHA
    550c323 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #11 from SVilgelm/etcd-v3.3.25

    Update etcd to v3.3.25
    bketelsen committed Nov 5, 2020
    Copy the full SHA
    f295231 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Use new etcd v2 client module

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 18, 2021
    Copy the full SHA
    db41428 View commit details
    Browse the repository at this point in the history
  2. Vendor dependencies

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 18, 2021
    Copy the full SHA
    34fc491 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #12 from sagikazarmark/etcd-modules

    Use new etcd modules
    bketelsen committed Jun 3, 2021
    Copy the full SHA
    501fab7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. chore(deps): update etcd

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 15, 2021
    Copy the full SHA
    906c631 View commit details
    Browse the repository at this point in the history
  2. chore(deps): go mod vendor

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 15, 2021
    Copy the full SHA
    9550c71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from sagikazarmark/update-etcd

    Update etcd
    bketelsen committed Jun 15, 2021
    Copy the full SHA
    3f0829a View commit details
    Browse the repository at this point in the history