-
Notifications
You must be signed in to change notification settings - Fork 32
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
release 0.65.0 #3872
Draft
RenkuBot
wants to merge
11
commits into
master
Choose a base branch
from
release-0.65.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
release 0.65.0 #3872
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can access the deployment of this PR at https://ci-renku-3872.dev.renku.ch |
2f8d0d4
to
1b0c633
Compare
0402273
to
b20d7fc
Compare
b20d7fc
to
62c67b3
Compare
62c67b3
to
c4944cf
Compare
Co-authored-by: Lorenzo Cavazzi <[email protected]>
…3888) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3840) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rok Roškar <[email protected]> Co-authored-by: Lorenzo Cavazzi <[email protected]>
This commit continues on the topic of making the definition of the secrets in the values files optional, to simplify CI deployments. As previous similar commits this change supports: - Existing deployments where the secret is defined will keep working as usual - New deployments where the secret is defined will keep working as they did before this change - New deployments where the secret is NOT defined will get 2 random passwords which will be persisted across upgrades/redeployments The three scenarios have been manually tested.
These are the last two secrets that were needed to be generated out-of-bands before deploying Renkulab. Thus the `generate-values` script is not really necessary anymore and in its place there is a `minimal-deployment` values file that in a future commit will also be used as a base for CI deployments. The documentation has been updated to reflect the removal of the script. Further cleanup and simplification of the Helm chart will result in a smaller and simpler minimum-deployment file, with the ultimate goal of being able to issue `helm install renku/renku` resulting in a functioning development deployment.
27c9c84
to
e7ca6ed
Compare
Co-authored-by: Lorenzo Cavazzi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 0.65.0
This PR is auto-generated by actions/github-script.
/deploy