Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/foomo/simplecert v1.7.5 -> v1.8.8 age confidence

Release Notes

foomo/simplecert (github.com/foomo/simplecert)

v1.8.8

Compare Source

Dependency and readme updates

v1.8.7

Compare Source

Update lego to v4.3.1

v1.8.6

Compare Source

feat: when obtaining a new cert due to changed domains failed, init with previously cached one instead

v1.8.5

Compare Source

[725f4a0] fix: invoke failedToRenewCert in case of failure to renew cert on simplecert.Init and keep runnning

v1.8.4

Compare Source

  • adds the ability to configure the desired key type to one of the types supported by go-acme/lego, thanks to @​JDLK7

v1.8.3

Compare Source

  • readme updates for troubleshooting common errors
  • improved config validation
  • clean exit by default if a nil cleanup function has been provided

v1.8.2

Compare Source

Upgrade dependencies to latest versions

v1.8.1

Compare Source

  • Update deps
  • replace deprecated hosts package (fixes compilation for FreeBSD)

v1.8.0

Compare Source

Upgraded to lego v4

v1.7.7

Compare Source

Don't fatal in simplecert.Init to allow users to recover from errors

v1.7.6

Compare Source

  • added certReloader.ReloadNow() to programmatically force a cert reload from disk

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 renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch 2 times, most recently from b3432bb to 791a3e0 Compare April 21, 2024 14:42
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from 791a3e0 to 683f331 Compare May 10, 2024 20:59
Copy link
Author

renovate bot commented Jun 5, 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):

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9 -> v1.0.1
github.com/gorilla/mux v1.7.4 -> v1.8.0
github.com/prometheus/client_golang v1.1.0 -> v1.23.2
github.com/sirupsen/logrus v1.6.0 -> v1.9.3
github.com/spf13/cobra v1.0.0 -> v1.7.0
github.com/spf13/viper v1.6.3 -> v1.16.0
github.com/stretchr/testify v1.8.1 -> v1.11.1
golang.org/x/crypto v0.4.0 -> v0.42.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d -> v0.31.0
google.golang.org/grpc v1.28.1 -> v1.75.1
gopkg.in/yaml.v2 v2.3.0 -> v2.4.0
cloud.google.com/go v0.56.0 -> v0.122.0
github.com/Azure/azure-sdk-for-go v41.3.0+incompatible -> v68.0.0+incompatible
github.com/Azure/go-autorest/logger v0.1.0 -> v0.2.1
github.com/Azure/go-autorest/tracing v0.5.0 -> v0.6.0
github.com/akamai/AkamaiOPEN-edgegrid-golang v0.9.11 -> v1.2.2
github.com/cenkalti/backoff/v4 v4.0.2 -> v4.3.0
github.com/dimchansky/utfbom v1.1.0 -> v1.1.1
github.com/dnsimple/dnsimple-go v0.60.0 -> v1.7.0
github.com/exoscale/egoscale v0.18.1 -> v0.102.3
github.com/go-errors/errors v1.0.2 -> v1.5.1
github.com/gofrs/uuid v3.2.0+incompatible -> v4.4.0+incompatible
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e -> v0.0.0-20241129210726-2c02b8208cf8
github.com/golang/protobuf v1.4.2 -> v1.5.4
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c -> v0.0.0-20231222211730-1d6d20845b47
github.com/inconshreveable/mousetrap v1.0.0 -> v1.1.0
github.com/jmespath/go-jmespath v0.3.0 -> v0.4.0
github.com/json-iterator/go v1.1.9 -> v1.1.12
github.com/linode/linodego v0.14.0 -> v1.31.0
github.com/liquidweb/liquidweb-go v1.6.1 -> v1.6.4
github.com/mitchellh/mapstructure v1.2.2 -> v1.5.0
github.com/modern-go/reflect2 v1.0.1 -> v1.0.2
github.com/nrdcg/auroradns v1.0.1 -> v1.1.0
github.com/pelletier/go-toml v1.7.0 -> v1.8.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 -> v0.6.2
github.com/prometheus/common v0.6.0 -> v0.66.1
github.com/subosito/gotenv v1.2.0 -> v1.4.2
github.com/tdewolff/minify/v2 v2.12.4 -> v2.20.19
github.com/transip/gotransip/v6 v6.0.2 -> v6.23.0
go.opencensus.io v0.22.3 -> v0.24.0
go.uber.org/ratelimit v0.1.0 -> v0.3.1
gopkg.in/ini.v1 v1.55.0 -> v1.67.0
gopkg.in/ns1/ns1-go.v2 v2.3.0 -> v2.9.0

@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from 683f331 to 799cb58 Compare June 5, 2024 06:00
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from 799cb58 to c1df98b Compare June 17, 2024 21:20
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from c1df98b to b4b4f7a Compare July 14, 2024 23:46
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from b4b4f7a to bdc19ff Compare September 12, 2024 05:50
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from bdc19ff to e64459c Compare November 18, 2024 03:02
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from e64459c to e468844 Compare December 23, 2024 09:01
@renovate renovate bot changed the title fix(deps): update module github.com/foomo/simplecert to v1.8.8 Update module github.com/foomo/simplecert to v1.8.8 Jan 15, 2025
@renovate renovate bot changed the title Update module github.com/foomo/simplecert to v1.8.8 fix(deps): update module github.com/foomo/simplecert to v1.8.8 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from e468844 to ad4cf69 Compare March 4, 2025 08:06
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch 2 times, most recently from e6a2de3 to b772280 Compare March 18, 2025 00:17
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from b772280 to e9e984a Compare April 10, 2025 20:15
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from e9e984a to b11a43e Compare April 26, 2025 00:13
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from b11a43e to 4b2f3a6 Compare May 9, 2025 04:21
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch 2 times, most recently from 45b228d to ba9b2b6 Compare August 15, 2025 23:31
@renovate renovate bot force-pushed the renovate/github.com-foomo-simplecert-1.x branch from ba9b2b6 to 1c5377e Compare October 10, 2025 11:55
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.

0 participants