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

chore(deps): update module github.com/google/certificate-transparency-go to v1.2.2 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/certificate-transparency-go v1.1.7 -> v1.2.2 age adoption passing confidence

Release Notes

google/certificate-transparency-go (github.com/google/certificate-transparency-go)

v1.2.2

Compare Source

  • Recommended Go version for development: 1.22
    • Using a different version can lead to presubmits failing due to unexpected diffs.
Add TLS Support

Add TLS support for Trillian: By using --trillian_tls_ca_cert_file flag, users can provide a CA certificate, that is used to establish a secure communication with Trillian log server.

Add TLS support for ct_server: By using --tls_certificate and --tls_key flags, users can provide a service certificate and key, that enables the server to handle HTTPS requests.

HTTP Idle Connection Timeout Flag

A new flag http_idle_timeout is added to set the HTTP server's idle timeout value in the ct_server binary. This controls the maximum amount of time to wait for the next request when keep-alives are enabled.

Misc
Fixes
Dependency update

v1.2.1

Compare Source

Fixes
Dependency update

v1.2.0

Compare Source

CTFE Storage Saving: Extra Data Issuance Chain Deduplication

To reduce CT/Trillian database storage by deduplication of the entire issuance chain (intermediate certificate(s) and root certificate) that is currently stored in the Trillian merkle tree leaf ExtraData field. Storage cost should be reduced by at least 33% for new CT logs with this feature enabled. Currently only MySQL/MariaDB is supported to store the issuance chain in the CTFE database.

Existing logs are not affected by this change.

Log operators can choose to opt-in this change for new CT logs by adding new CTFE configs in the LogMultiConfig and importing the database schema. See example.

  • ctfe_storage_connection_string
  • extra_data_issuance_chain_storage_backend

An optional LRU cache can be enabled by providing the following flags.

  • cache_type
  • cache_size
  • cache_ttl

This change is tested in Cloud Build tests using the mysql:8.4 Docker image as of the time of writing.

Submission proxy: Root compatibility checking
Fixes
Misc
Dependency update

v1.1.8

Compare Source

  • Recommended Go version for development: 1.21
    • Using a different version can lead to presubmits failing due to unexpected diffs.
Add support for AIX
Monitoring
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 2b662ca to 16615ea Compare April 2, 2024 08:47
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 16615ea to 804ad66 Compare April 14, 2024 08:44
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 804ad66 to caad311 Compare May 9, 2024 10:16
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from caad311 to ebcb39d Compare May 28, 2024 16:24
@renovate-bot renovate-bot changed the title chore(deps): update module github.com/google/certificate-transparency-go to v1.1.8 chore(deps): update module github.com/google/certificate-transparency-go to v1.2.0 May 28, 2024
Copy link

gitguardian bot commented May 28, 2024

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
- - Generic Password e35d138 vendor/github.com/google/certificate-transparency-go/cloudbuild.yaml View secret
- - Generic Password e35d138 vendor/github.com/google/certificate-transparency-go/cloudbuild_master.yaml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from ebcb39d to fd92b19 Compare May 30, 2024 18:21
@renovate-bot renovate-bot changed the title chore(deps): update module github.com/google/certificate-transparency-go to v1.2.0 chore(deps): update module github.com/google/certificate-transparency-go to v1.2.1 May 30, 2024
Copy link

forking-renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.23.2
github.com/go-sql-driver/mysql v1.7.1 -> v1.8.1
github.com/mattn/go-sqlite3 v1.14.22 -> v1.14.24
github.com/prometheus/client_golang v1.19.0 -> v1.20.5
golang.org/x/crypto v0.19.0 -> v0.28.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/go-logr/logr v1.2.4 -> v1.4.2
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/stretchr/testify v1.8.4 -> v1.9.0
golang.org/x/net v0.20.0 -> v0.30.0
golang.org/x/sys v0.17.0 -> v0.26.0
golang.org/x/text v0.14.0 -> v0.19.0
google.golang.org/protobuf v1.32.0 -> v1.35.1
k8s.io/klog/v2 v2.100.1 -> v2.130.1

@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from fd92b19 to be494d6 Compare June 17, 2024 16:35
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from be494d6 to 7a5b12f Compare July 14, 2024 08:14
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 7a5b12f to 38b6406 Compare August 31, 2024 04:28
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 38b6406 to 3a96138 Compare September 11, 2024 15:16
@renovate-bot renovate-bot force-pushed the renovate/github.com-google-certificate-transparency-go-1.x branch from 3a96138 to e35d138 Compare October 30, 2024 17:03
@renovate-bot renovate-bot changed the title chore(deps): update module github.com/google/certificate-transparency-go to v1.2.1 chore(deps): update module github.com/google/certificate-transparency-go to v1.2.2 Oct 30, 2024
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.

1 participant