Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Bump github.com/google/tink from 1.3.0-rc3 to 1.3.0-rc4 #1471

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/google/tink from 1.3.0-rc3 to 1.3.0-rc4.

Release notes

Sourced from github.com/google/tink's releases.

Tink 1.3.0-rc4

Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.

This is Tink 1.3.0 Release Candidate 4.

Changes

The complete list of changes since 1.3.0-rc3 can be found here.

Changes of note include (from rc3 to rc4):

  • Fix an inconsistency in the Envelope Encryption approach in the C++ implementation (8e4b5c700)

Please note that Tink JavaScript and Tink Python are not a part of this release. Moreover, streaming envelope encryption (for Java and C++) has been de-prioritized and also is not a part of this release.

Installation

C++ with prebuilt binaries

OS="$(uname | tr '[:upper:]' '[:lower:]')"
TARGET_DIR="/usr/local"
curl -L \
  "https://storage.googleapis.com/tink/releases/libtink-${OS}-x86_64-1.3.0-rc4.tar.gz" |
sudo tar -xz -C ${TARGET_DIR}

Obj-C with CocoaPods

The Obj-C artifacts are pending publication. This note will be removed once they are published.

cd /path/to/your/Xcode project/
pod init
pod 'Tink', '1.3.0-rc4'
pod install

Golang

To install Tink locally run:

go get github.com/google/tink/go/...

Java with Maven

<dependency>
</tr></table> ... (truncated)
Commits
  • 1126e6f Version bump to 1.3.0-rc4.
  • b982201 Bump Xcode and iOS version numbers to match the Kokoro environment.
  • 8e4b5c7 Encrypt only DEK bytes for envelope encryption.
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a non-semver update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/google/tink](https://github.com/google/tink) from 1.3.0-rc3 to 1.3.0-rc4.
- [Release notes](https://github.com/google/tink/releases)
- [Commits](tink-crypto/tink@v1.3.0-rc3...v1.3.0-rc4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner February 21, 2020 07:46
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 21, 2020
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #1471 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1471      +/-   ##
==========================================
+ Coverage   67.83%   67.95%   +0.12%     
==========================================
  Files          54       54              
  Lines        4026     4026              
==========================================
+ Hits         2731     2736       +5     
+ Misses        893      890       -3     
+ Partials      402      400       -2     
Impacted Files Coverage Δ
core/sequencer/server.go 74.59% <0.00%> (+1.62%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a7cbeb...4ba51ac. Read the comment docs.

@gdbelvin gdbelvin merged commit 1ca14a6 into master Feb 21, 2020
@gdbelvin gdbelvin deleted the dependabot/go_modules/github.com/google/tink-1.3.0-rc4 branch February 21, 2020 14:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants