Tags: xiaoshouchen/badger
Tags
chore(release): add changelog to release branch (dgraph-io#1921) Add changelog to release branch. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Sudhish <[email protected]> Co-authored-by: Aman Mangal <[email protected]> Co-authored-by: ethfoo <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fengyun.rui <[email protected]> Co-authored-by: Jimmy McCrory <[email protected]> Co-authored-by: Evan Lurvey <[email protected]> Co-authored-by: Evan <[email protected]>
chore(go.mod): add retraction (dgraph-io#1891) Since the v4.0.0 tag cannot be removed from the goproxy service, we added a retraction directive so users do not accidentally use v4.0.0 tag.
chore(go.mod): add retraction (dgraph-io#1891) Since the v4.0.0 tag cannot be removed from the goproxy service, we added a retraction directive so users do not accidentally use v4.0.0 tag.
chore(ci): update changelog + import paths for v4 (dgraph-io#1886) Changelog should reflect that we are switching to SemVer. This requires moving to a new major version. We also update all import paths in Badger.
chore(ci): bring workflows from main to release branch (dgraph-io#1840) ## Problem We want workflows on main and release branch to be in harmony. This is especially required for CD. ## Solution Pull in recent changes from main.
chore(cd): cd steps for badger (dgraph-io#1830) This PR adds CD steps for Badger releases. Artifacts (badger binary and checksum) will be uploaded automatically to Github. Final step will be to add artifacts to release. This reflects the process we already have in place for Dgraph. Badger build flags were taken from the [Dgraph release script](https://github.com/dgraph-io/dgraph/blob/main/contrib/release.sh). We add a Makefile to streamline the build process.
PreviousNext