Skip to content

website/blog: add github user name links#6468

Merged
tanberry merged 2 commits intomainfrom
blog-fix
Aug 3, 2023
Merged

website/blog: add github user name links#6468
tanberry merged 2 commits intomainfrom
blog-fix

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 3, 2023

added missing links to GitHub usernames

@tanberry tanberry requested a review from a team as a code owner August 3, 2023 18:00
@tanberry tanberry requested review from BeryJu and removed request for a team August 3, 2023 18:00
@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit eff8ef7
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64cbedc6edc6a40008f9d187

@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit eff8ef7
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64cbedc620fd80000893fb32
😎 Deploy Preview https://deploy-preview-6468--authentik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.08% 🎉

Comparison is base (5755a9a) 92.33% compared to head (eff8ef7) 92.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6468      +/-   ##
==========================================
+ Coverage   92.33%   92.40%   +0.08%     
==========================================
  Files         561      561              
  Lines       27075    27075              
==========================================
+ Hits        24996    25017      +21     
+ Misses       2079     2058      -21     
Flag Coverage Δ
e2e 51.07% <ø> (+0.26%) ⬆️
integration 26.56% <ø> (ø)
unit 89.27% <ø> (ø)

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

see 7 files with indirect coverage changes

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2023

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-blog-fix-1691087055-eff8ef7
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-blog-fix-1691087055-eff8ef7-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-blog-fix-1691087055-eff8ef7

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-blog-fix-1691087055-eff8ef7-arm64

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

@tanberry tanberry merged commit 9e34a74 into main Aug 3, 2023
@tanberry tanberry deleted the blog-fix branch August 3, 2023 18:42
kensternberg-authentik added a commit that referenced this pull request Aug 7, 2023
* main: (36 commits)
  website/blog: add github user name links (#6468)
  website/developer-docs: add new template for procedures (#6390)
  website/blogs: blog to celebrate hackathon (#6457)
  web/flows: add more stories (#6444)
  web: bump prettier from 3.0.0 to 3.0.1 in /web (#6465)
  core: bump debugpy from 1.6.7 to 1.6.8 (#6458)
  ci: bump peter-evans/create-pull-request from 4 to 5 (#6459)
  web: bump lit from 2.7.6 to 2.8.0 in /web (#6460)
  web: bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 in /web (#6461)
  web: bump chart.js from 4.3.2 to 4.3.3 in /web (#6462)
  web: bump @lit-labs/task from 2.1.2 to 3.0.0 in /web (#6463)
  web, website: compress images (#6121)
  core: bump cryptography from 41.0.2 to 41.0.3 (#6456)
  root: replace builtin psycopg libpq binary implementation with distro… (#6448)
  website: fix broken links in NewsBar
  core: bump github.com/getsentry/sentry-go from 0.22.0 to 0.23.0 (#6449)
  core: bump goauthentik.io/api/v3 from 3.2023061.6 to 3.2023061.7 (#6450)
  web: bump pyright from 1.1.319 to 1.1.320 in /web (#6451)
  core: bump ruff from 0.0.281 to 0.0.282 (#6453)
  core: bump golang from 1.20.6-bullseye to 1.20.7-bullseye (#6454)
  ...
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.

2 participants