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 flamingo.me/flamingo/v3 to v3.11.0 #23

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flamingo.me/flamingo/v3 v3.7.0 -> v3.11.0 age adoption passing confidence

Release Notes

i-love-flamingo/flamingo (flamingo.me/flamingo/v3)

v3.11.0

Compare Source

Features
Fixes
  • cache: pass deadline to context in load function (#​440) (41c5fe2)
Chores and tidying
  • deps: update quay.io/keycloak/keycloak docker tag to v25.0.5 (#​439) (634092b)
  • deps: update dependency go to v1.23.1 (#​437) (e9e669e)
  • deps: update module github.com/vektra/mockery/v2 to v2.46.0 (#​438) (39733f6)

v3.10.1

Compare Source

Fixes
  • fix file session store creation, if directory exists (#​433) (6469f20)
Chores and tidying
  • deps: update module golang.org/x/oauth2 to v0.23.0 (#​435) (c4a1fe5)

v3.10.0

Compare Source

Features
  • flamingo: add optional attribute to configure a session key prefix for REDIS (flamingo.session.redis.keyPrefix) (#​424) (70a7375)
Fixes
  • framework: fix attachment content disposition typo (#​431) (e78acf0)
Chores and tidying
  • bump minimum Go version to 1.22 (#​429) (5d6d1a0)
  • deps: update quay.io/keycloak/keycloak docker tag to v25.0.4 (#​427) (8cb9ebe)
  • deps: update module github.com/vektra/mockery/v2 to v2.45.0 (#​426) (9f959d7)
  • deps: update module golang.org/x/oauth2 to v0.22.0 (#​422) (727144f)
  • deps: update module github.com/vektra/mockery/v2 to v2.44.1 (#​421) (651a4b7)
  • deps: update module golang.org/x/sync to v0.8.0 (#​423) (b9d1a7b)
  • deps: update module github.com/redis/go-redis/v9 to v9.6.1 (#​419) (2554e11)

v3.9.0

Compare Source

Features
  • log: Introduce Trace log level (#​412) (9946e28)
  • auth/oidc: Use BadRequest response for state mismatches, enhance logging with context (#​403) (85bcd6f)
Fixes
  • opencensus: rename to takeParentDecision (78fd979)
Documentation
Chores and tidying
  • testutil: deprecate PACT support (#​417) (5fd3f2c)
  • deps: update quay.io/keycloak/keycloak docker tag to v25.0.2 (#​416) (7afaa6a)
  • deps: update module github.com/openzipkin/zipkin-go to v0.4.3 (#​401) (6c78092)
  • disable mockery version string (#​415) (e26c5f0)
  • deps: update module github.com/vektra/mockery/v2 to v2.43.2 (#​402) (cd8f56a)
  • deps: update module github.com/redis/go-redis/v9 to v9.5.2 (#​408) (bf44c97)
  • deps: update quay.io/keycloak/keycloak docker tag to v25 (#​409) (ec72db7)
  • deps: update module github.com/gorilla/sessions to v1.3.0 (#​411) (9574cf7)
  • deps: update module github.com/coreos/go-oidc/v3 to v3.11.0 (#​413) (585ad1f)
  • deps: update module golang.org/x/oauth2 to v0.21.0 (#​405) (e3c774f)
  • deps: update module github.com/spf13/cobra to v1.8.1 (#​410) (87a97fc)
  • deps: update golangci/golangci-lint-action action to v6 (#​406) (3840ede)

v3.8.1

Compare Source

Ops and CI/CD
Chores and tidying
  • deps: update quay.io/keycloak/keycloak docker tag to v24 (#​397) (e769812)
  • deps: update module github.com/vektra/mockery/v2 to v2.42.3 (#​399) (ca1ae56)
  • deps: update golangci/golangci-lint-action action to v5 (#​400) (9b17e2f)
  • deps: update module github.com/coreos/go-oidc/v3 to v3.10.0 (#​393) (b00c814)
  • dep: update go to 1.22.0 (#​379) (64cddb8)
  • deps: update module golang.org/x/sync to v0.7.0 (#​396) (ed02827)
  • deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#​395) (4cb8006)
  • deps: update module golang.org/x/oauth2 to v0.19.0 (#​394) (bcc5316)
  • deps: update module github.com/golang-jwt/jwt/v5 to v5.2.1 (#​390) (9037a18)
  • deps: update quay.io/keycloak/keycloak docker tag to v23.0.7 (#​388) (157b02d)
  • deps: update module go.uber.org/zap to v1.27.0 (#​387) (6f7f4ff)
  • deps: update module github.com/redis/go-redis/v9 to v9.5.1 (#​386) (4f32b25)
  • deps: update module github.com/vektra/mockery/v2 to v2.42.2 (#​384) (81b575b)
  • deps: update golangci/golangci-lint-action action to v4 (#​385) (2830416)
  • deps: update module golang.org/x/oauth2 to v0.18.0 (#​383) (b2a64b4)
  • deps: bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#​391) (268a07b)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#​392) (0533567)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#​389) (352dec7)
  • fix linter errors (#​381) (f2405d3)

v3.8.0

Compare Source

Features
  • oidc: Make state timeout duration configurable to support long taking sign ins (#​362) (f410758)
Chores and tidying
  • dep: update go to 1.21 (#​380) (65f3f92)
  • deps: update module github.com/golang-jwt/jwt/v4 to v5 (#​377) (f9ef815)
  • deps: update quay.io/keycloak/keycloak docker tag to v23 (#​378) (7907459)
  • deps: update module golang.org/x/sync to v0.6.0 (#​375) (72d07ff)
  • deps: update actions/setup-go action to v5 (#​376) (0955289)
  • deps: update module go.uber.org/zap to v1.26.0 (#​374) (ffa968e)
  • deps: update module github.com/vektra/mockery/v2 to v2.40.1 (#​354) (1acc174)
  • deps: update module github.com/google/go-cmp to v0.6.0 (#​372) (7f0687d)
  • deps: update module github.com/spf13/cobra to v1.8.0 (#​373) (710a409)
  • deps: update module github.com/golang-jwt/jwt/v4 to v5 (#​345) (867154a)
  • deps: update module github.com/redis/go-redis/v9 to v9.4.0 (#​351) (8271981)
  • deps: update module github.com/gofrs/uuid to v4.4.0+incompatible (#​317) (14bc558)
  • deps: update module github.com/coreos/go-oidc/v3 to v3.9.0 (#​371) (8f993a7)
  • deps: update module github.com/gorilla/sessions to v1.2.2 (#​370) (3e62d69)
  • deps: update module golang.org/x/oauth2 to v0.16.0 (#​358) (5162059)
  • deps: update quay.io/keycloak/keycloak docker tag to v22.0.5 (#​359) (5067e9a)
  • deps: update module github.com/hashicorp/golang-lru/v2 to v2.0.7 (#​360) (bf357e3)
  • deps: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#​363) (de2f713)
  • deps: bump golang.org/x/crypto from 0.12.0 to 0.17.0 (#​367) (f57d291)
  • docs: fix link to opentelemetry (#​366) (9e7dbb4)
  • docs: Small documentation updates for docs.flamingo.me (#​365) (9eb5e0f)
  • opencensus: deprecate opencensus module (#​364) (8a2b30c)
  • deps: update actions/checkout action to v4 (#​357) (258bd2d)
  • deps: update module github.com/hashicorp/golang-lru/v2 to v2.0.6 (#​356) (d56a090)
  • deps: update module github.com/hashicorp/golang-lru to v2 (#​314) (29db3cf)

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/flamingo.me-flamingo-v3-3.x branch 2 times, most recently from 1c67144 to 37ad9e4 Compare April 21, 2024 07:40
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from 37ad9e4 to d63d01f Compare April 26, 2024 16:11
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo/v3 to v3.8.0 chore(deps): update module flamingo.me/flamingo/v3 to v3.8.1 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from d63d01f to 0d505cb Compare May 9, 2024 11:04
Copy link
Contributor Author

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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/cockroachdb/apd/v2 v2.0.1 -> v2.0.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/gorilla/securecookie v1.1.1 -> v1.1.2
github.com/gorilla/sessions v1.2.1 -> v1.3.0
github.com/matttproud/golang_protobuf_extensions v1.0.1 -> v1.0.4
github.com/openzipkin/zipkin-go v0.4.2 -> v0.4.3
github.com/prometheus/client_golang v1.13.0 -> v1.17.0
github.com/prometheus/client_model v0.2.0 -> v0.5.0
github.com/prometheus/common v0.37.0 -> v0.44.0
github.com/prometheus/procfs v0.8.0 -> v0.12.0
github.com/redis/go-redis/v9 v9.0.5 -> v9.6.1
github.com/spf13/cobra v1.7.0 -> v1.8.1
github.com/stretchr/objx v0.5.0 -> v0.5.2
golang.org/x/net v0.14.0 -> v0.27.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 -> v0.8.0
golang.org/x/sys v0.11.0 -> v0.22.0
golang.org/x/text v0.12.0 -> v0.16.0
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f -> v0.0.0-20231012003039-104605ab7028
google.golang.org/protobuf v1.31.0 -> v1.33.0

@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from 0d505cb to 1d4590d Compare June 17, 2024 15:52
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch 2 times, most recently from a89e851 to 8f71ffe Compare July 18, 2024 10:56
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo/v3 to v3.8.1 chore(deps): update module flamingo.me/flamingo/v3 to v3.9.0 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch 2 times, most recently from 483d702 to 05ca087 Compare September 2, 2024 08:29
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo/v3 to v3.9.0 chore(deps): update module flamingo.me/flamingo/v3 to v3.10.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from 05ca087 to e6d3a76 Compare September 5, 2024 16:37
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo/v3 to v3.10.0 chore(deps): update module flamingo.me/flamingo/v3 to v3.10.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from e6d3a76 to d942d26 Compare September 19, 2024 15:09
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo/v3 to v3.10.1 chore(deps): update module flamingo.me/flamingo/v3 to v3.11.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from d942d26 to ba5a62a Compare October 1, 2024 15:42
Copy link
Contributor

github-actions bot commented Oct 1, 2024

Code Coverage

Package Line Rate Health
flamingo.me/csrf/application 68%
flamingo.me/csrf/interfaces 100%
flamingo.me/csrf/interfaces/templatefunctions 67%
flamingo.me/csrf 0%
Summary 68% (114 / 168)

@tessig tessig merged commit 35d739d into master Oct 1, 2024
5 checks passed
@tessig tessig deleted the renovate/flamingo.me-flamingo-v3-3.x branch October 1, 2024 15:56
@github-actions github-actions bot mentioned this pull request Oct 1, 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