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

Update to production release v1.0.0 of pebble DB #98

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

gammazero
Copy link
Contributor

  • Update other dependencies also
  • Update version

- Update other dependencies also
- Update version
@gammazero gammazero marked this pull request as ready for review December 21, 2023 21:57
Copy link

Suggested version: v0.1.13

Comparing to: v0.1.12 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 028fb5b..0009605 100644
--- a/go.mod
+++ b/go.mod
@@ -61,9 +61,9 @@ require (
 	go.opentelemetry.io/otel/trace v1.14.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.26.0 // indirect
-	golang.org/x/crypto v0.14.0 // indirect
+	golang.org/x/crypto v0.17.0 // indirect
 	golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
-	golang.org/x/sys v0.13.0 // indirect
+	golang.org/x/sys v0.15.0 // indirect
 	google.golang.org/protobuf v1.30.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 )

gorelease says:

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/kataras/iris/v12@v12.0.1 retracted by module author: Retract older versions as only latest is to be depended upon. Please update to @latest
required module github.com/microcosm-cc/bluemonday@v1.0.2 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.2.0

gocompat says:

Your branch is up to date with 'origin/main'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to main. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@gammazero gammazero merged commit 12bd8bf into main Dec 21, 2023
11 checks passed
@gammazero gammazero deleted the update-pebble branch December 21, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants