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

ci: fix missing output on composite action #8741

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 28, 2024

Details

closes #8736


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 28, 2024 21:59
Copy link

netlify bot commented Feb 28, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 31c48df
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65dfacc6a40ccb0008213d6f

Copy link

netlify bot commented Feb 28, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 31c48df
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65dfacc6cae02e000834a865

@BeryJu
Copy link
Member Author

BeryJu commented Feb 28, 2024

/cherry-pick version-2024.2

@BeryJu BeryJu merged commit 0f57dde into main Feb 28, 2024
60 checks passed
@BeryJu BeryJu deleted the ci/actually-fix-build branch February 28, 2024 22:13
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Feb 28, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Feb 28, 2024
ci: fix missing output on composite action (#8741)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <jens@goauthentik.io>
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-ghcr.io/goauthentik/dev-server:gh-31c48dff3124df2c55989e6a2532c5f93c6296ba
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-ghcr.io/goauthentik/dev-server:gh-31c48dff3124df2c55989e6a2532c5f93c6296ba-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-31c48dff3124df2c55989e6a2532c5f93c6296ba

For arm64, use these values:

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

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

kensternberg-authentik added a commit that referenced this pull request Feb 29, 2024
* main:
  web: bump API Client version (#8753)
  sources/oauth: add gitlab type [AUTH-323] (#8195)
  web: bump the babel group in /web with 4 updates (#8744)
  web: bump @types/grecaptcha from 3.0.7 to 3.0.8 in /web (#8745)
  web: bump chart.js from 4.4.1 to 4.4.2 in /web (#8746)
  web: bump chromedriver from 122.0.3 to 122.0.4 in /tests/wdio (#8747)
  core, web: update translations (#8743)
  ci: fix missing output on composite action (#8741)
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