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

fix(deps): update module flamingo.me/flamingo/v3 to v3.11.0 #22

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flamingo.me/flamingo/v3 v3.8.1 -> 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)

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.

Copy link
Contributor Author

renovate bot commented Jul 18, 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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/cockroachdb/apd/v2 v2.0.1 -> v2.0.2
github.com/gorilla/sessions v1.2.2 -> v1.3.0
github.com/redis/go-redis/v9 v9.5.1 -> v9.6.1
golang.org/x/net v0.23.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.10.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 -> v0.0.0-20231012003039-104605ab7028

@renovate renovate bot changed the title fix(deps): update module flamingo.me/flamingo/v3 to v3.9.0 fix(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 2 times, most recently from 8134ffd to 983039c Compare September 5, 2024 15:50
@renovate renovate bot changed the title fix(deps): update module flamingo.me/flamingo/v3 to v3.10.0 fix(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 983039c to b02ec4e Compare September 19, 2024 17:34
@renovate renovate bot changed the title fix(deps): update module flamingo.me/flamingo/v3 to v3.10.1 fix(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 b02ec4e to e4e722f Compare October 30, 2024 16:45
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-v3-3.x branch from e4e722f to 164bb8d Compare October 30, 2024 16:46
Copy link
Contributor

Code Coverage

Package Line Rate Health
github.com/tessig/flamingo-mysql/db 48%
github.com/tessig/flamingo-mysql/migration/application 0%
github.com/tessig/flamingo-mysql/migration 31%
Summary 24% (58 / 242)

@tessig tessig merged commit 22ec749 into master Oct 30, 2024
3 checks passed
@github-actions github-actions bot mentioned this pull request Oct 30, 2024
@renovate renovate bot deleted the renovate/flamingo.me-flamingo-v3-3.x branch October 30, 2024 17:00
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