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

core: bump aws-cdk-lib from 2.174.1 to 2.175.1 #12649

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps aws-cdk-lib from 2.174.1 to 2.175.1.

Release notes

Sourced from aws-cdk-lib's releases.

v2.175.1

Bug Fixes


Alpha modules (2.175.1-alpha.0)

v2.175.0

Features

Bug Fixes


Alpha modules (2.175.0-alpha.0)

Features

Bug Fixes

  • apprunner: the Service class does not implement IService (#32771) (3d56efa), closes #32745
  • integ-runner: ENOENT no such file or directory 'recommended-feature-flags.json' (#32750) (f809b94)
Changelog

Sourced from aws-cdk-lib's changelog.

2.175.1 (2025-01-10)

Bug Fixes

2.175.0 (2025-01-09)

Features

Bug Fixes

Commits
  • afe6e87 chore(release): v2.175.1 (#32842)
  • 703e81f chore(release): 2.175.0 (#32818)
  • 7d44bc5 chore(release): 2.175.0
  • bb59b5a chore(tools): update lambda runtime tests github action (#32788)
  • f2ade56 chore(example-library): update example resource (#32802)
  • 8a96454 chore(eks-v2-alpha): remove nested stack (#32692)
  • d82f214 chore(cx-api): only include v1 feature flags in the `Flags with a different d...
  • c393481 fix(cloudwatch): render region and accountId when directly set on metrics (#3...
  • bbdd42c fix(ecs): outdated linux commands for canContainersAccessInstanceRole=false...
  • 3d56efa fix(apprunner): the Service class does not implement IService (#32771)
  • Additional commits viewable 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.174.1 to 2.175.1.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.174.1...v2.175.1)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 04:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 8d73c0a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/678528c82df5e700089d2ad1

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8d73c0a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/678528c8c236850008c70b54

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (0ffaf03) to head (8d73c0a).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12649      +/-   ##
==========================================
- Coverage   92.75%   92.75%   -0.01%     
==========================================
  Files         769      769              
  Lines       38850    38850              
==========================================
- Hits        36037    36036       -1     
- Misses       2813     2814       +1     
Flag Coverage Δ
e2e 48.59% <ø> (ø)
integration 24.63% <ø> (ø)
unit 90.39% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rissson rissson enabled auto-merge (squash) January 13, 2025 15:04
@rissson rissson merged commit ac0a708 into main Jan 13, 2025
64 of 66 checks passed
@rissson rissson deleted the dependabot/pip/aws-cdk-lib-2.175.1 branch January 13, 2025 15:18
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-8d73c0abd24bcf827700c8b279e8cfe0c5bddec4
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-8d73c0abd24bcf827700c8b279e8cfe0c5bddec4-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-8d73c0abd24bcf827700c8b279e8cfe0c5bddec4

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-8d73c0abd24bcf827700c8b279e8cfe0c5bddec4-arm64

Afterwards, run the upgrade commands from the latest release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant