feat: prepare for v1 release #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "release-prep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactored the recipe in preparation for a v1 release.
Changes:
Tested this out by deploying it on my own server and pointing it at mealie, which seemed to work: coop-cloud/mealie#2
After merging and running again, it created a dependency dashboard, showing it detected some deps automatically: coop-cloud/mealie#3
c786b29226toe23a715a40e23a715a40todcf08cb12eamazing, tysm!
@ -0,0 +15,4 @@## If not using autodiscover, you can supply a space-separated list of repos.## Ex: "coop-cloud/renovate coop-cloud/keycloak"RENOVATE_REPOSITORIES=""RENOVATE_TOKEN="token for your git forge"I know it's tempting to ditch the secrets but this will force every operator to make their renovate configurations private because they have tokens in their env configuration. i think we should keep them and use an entrypoint to expose the secret, using our usual age-old hack, e.g.
Hmm I see that
SECRET_SMTP_PASSWORD_VERSIONis not inabra.sh. Is that the solution for having an optional secret?Ah I see now,
abra.shis only for config versions.The only way I could see to create optional secrets is to have each secret be in its own COMPOSE_FILE, which is what I've now implemented.
@ -5,4 +0,0 @@logLevel: "error",unicodeEmoji: false,onboarding: true,assignees: [],Can we configure also the
assigneesvia env var? I really would like to have that for when we implement maintainers and we can ping specific handles. that would be ideal. otherwise, pretty good with ditching this file if possible!Yep!
RENOVATE_ASSIGNEES: https://docs.renovatebot.com/configuration-options/#assigneesPretty sure it's a space-separated list as well. Will add a commented-out field since it's a common need.
Okay it's fixed now! Secrets implemented and tested 🫡
Incredible, thanks so much @cyrnel 👏 Merge away!