This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
fix(deps): update dependency @socialgouv/kosko-charts to v9 #505
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.
This PR contains the following updates:
^8.0.3
->^9.0.0
Release Notes
SocialGouv/kosko-charts
v9.0.0
Compare Source
BREAKING CHANGES
Previously our
@socialgouv/kosko-charts/components/azure-pg
component was creating one database per commit. As it happen to be a rare need at @SocialGouv, we now switch to one database per branch.pg.ts
component use under the same functionPreviously our
@socialgouv/kosko-charts/components/azure-pg
component was only handling the "dev"/"review" use case where we have to create the database and the user ourself. This ends up putting on the user land the responsibility of manually loading a sealedsecret in other case. As it happen to be a common need at @SocialGouv, we now deal with loading the file our creating the database as before if the named file does not exist.The new
create
function of@socialgouv/kosko-charts/components/azure-pg
takes aname
as fist argument used to "guest" the file to load${name}.sealed-secret.yaml
is the given env (as before)v8.1.1
Compare Source
Bug Fixes
v8.1.0
Compare Source
Features
8.0.3 (2021-07-24)
Bug Fixes
Reverts
8.0.2 (2021-07-16)
Bug Fixes
8.0.1 (2021-07-15)
Bug Fixes
Configuration
📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.
🚦 Automerge: Enabled.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.