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: adapt for release candidates #8453

Merged
merged 10 commits into from
Feb 12, 2024
Merged

ci: adapt for release candidates #8453

merged 10 commits into from
Feb 12, 2024

Conversation

rissson
Copy link
Member

@rissson rissson commented Feb 8, 2024

Details

  • Edit bumpversion to allow for release candidates
    • Versions will now be of the form 2024.2.0 or 2024.2.0-rc0
  • Edit CI to publish RC images

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)

@rissson rissson self-assigned this Feb 8, 2024
Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for authentik-storybook canceled.

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

@rissson rissson marked this pull request as ready for review February 8, 2024 09:34
@rissson rissson requested review from a team as code owners February 8, 2024 09:34
@rissson rissson force-pushed the ci-release-candidate branch from 84d8674 to cba33e5 Compare February 8, 2024 09:57
@compgeniuses
Copy link

this i think is a wonderful approach, i wonderd how why authentic never had RC

Copy link
Contributor

github-actions bot commented Feb 8, 2024

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-aa33d398f05174be092e7eea0323e3207bff4efc
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-aa33d398f05174be092e7eea0323e3207bff4efc-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-aa33d398f05174be092e7eea0323e3207bff4efc

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-aa33d398f05174be092e7eea0323e3207bff4efc-arm64

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

@rissson
Copy link
Member Author

rissson commented Feb 8, 2024

this i think is a wonderful approach, i wonderd how why authentic never had RC

There used to be some! But now that we've moved over to having longer release-cycles, we want to provide our users with a way to try out changes more easily that with the current beta system to build more confidence in our releases.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson force-pushed the ci-release-candidate branch from cba33e5 to fad78dd Compare February 8, 2024 13:23
Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit fad78dd
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65c4d5cabe72630008cc037d
😎 Deploy Preview https://deploy-preview-8453--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.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson merged commit e0e7cc2 into main Feb 12, 2024
72 checks passed
@rissson rissson deleted the ci-release-candidate branch February 12, 2024 18:35
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.

3 participants