Skip to content

website/blogs: blog to celebrate hackathon#6457

Merged
tanberry merged 9 commits intomainfrom
blog-posthack
Aug 3, 2023
Merged

website/blogs: blog to celebrate hackathon#6457
tanberry merged 9 commits intomainfrom
blog-posthack

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 2, 2023

first draft for review

@tanberry tanberry requested a review from a team as a code owner August 2, 2023 18:19
@tanberry tanberry requested review from rissson and removed request for a team August 2, 2023 18:19
@netlify
Copy link

netlify bot commented Aug 2, 2023

Deploy Preview for authentik-storybook canceled.

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

@tanberry tanberry requested review from BeryJu and removed request for rissson August 2, 2023 18:20
@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 48.8%, saving 56.35 KB.

Filename Before After Improvement Visual comparison
website/blog/2023-08-02-we-had-an-authentik-hackathon/image1.jpg 115.36 KB 59.01 KB -48.8% View diff

171 images did not require optimisation.

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c7537f9) 92.48% compared to head (b2d36b2) 92.47%.
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6457      +/-   ##
==========================================
- Coverage   92.48%   92.47%   -0.00%     
==========================================
  Files         561      561              
  Lines       27075    27075              
==========================================
- Hits        25037    25036       -1     
- Misses       2038     2039       +1     
Flag Coverage Δ
e2e 51.61% <ø> (-0.08%) ⬇️
integration 26.56% <ø> (ø)
unit 89.27% <ø> (ø)

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

see 1 file with indirect coverage changes

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

@tanberry tanberry marked this pull request as draft August 3, 2023 12:52
@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 39.5%, saving 57.68 KB.

Filename Before After Improvement Visual comparison
website/blog/2023-08-02-we-had-an-authentik-hackathon/beta.png 6.87 KB 4.36 KB -36.6% View diff
website/blog/2023-08-02-we-had-an-authentik-hackathon/dog-ring.png 39.45 KB 31.92 KB -19.1% View diff
website/blog/2023-08-02-we-had-an-authentik-hackathon/image1.jpg 99.84 KB 52.21 KB -47.7% View diff

172 images did not require optimisation.

@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit b2d36b2
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64cbdf1d090de600075dde2a
😎 Deploy Preview https://deploy-preview-6457--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.

@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-posthack-1691083227-0bfc9a6
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-posthack-1691083227-0bfc9a6-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-posthack-1691083227-0bfc9a6

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-posthack-1691083227-0bfc9a6-arm64

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

@tanberry tanberry marked this pull request as ready for review August 3, 2023 16:09
BeryJu added 2 commits August 3, 2023 19:05
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@tanberry tanberry merged commit 5755a9a into main Aug 3, 2023
@tanberry tanberry deleted the blog-posthack branch August 3, 2023 17:22
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