diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index 3a2a5d3..dab7d18 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -9,9 +9,9 @@ We primarily use GitHub as an issue tracker. If however you're encountering an i --- -Please make sure you have read our [main Readme](https://github.com/numerique-gouv/oidc2fer). +Please make sure you have read our [main Readme](https://github.com/proconnect-gouv/oidc2fer). -Also make sure it was not already answered in [an open or close issue](https://github.com/numerique-gouv/oidc2fer/issues). +Also make sure it was not already answered in [an open or close issue](https://github.com/proconnect-gouv/oidc2fer/issues). If your question was not covered, and you feel like it should be, fire away! We'd love to improve our docs! 👌 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4eaf7..e159800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +- fix secrets submodule path following move to `proconnect-gouv` organization +- update other references to `numerique-gouv` organization +- publish Docker images at ghcr.io/proconnect-gouv/oidc2fer + ## [1.0.7] - 2025-05-07 - remove unused APT dependencies - upgrade to gunicorn 23.0.0 diff --git a/README.md b/README.md index 4ac64a2..ea0548a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ number and date. ## Deploying a release to production (DINUM instance) 1. Make sure the release you want to deploy has been built and appears on - https://hub.docker.com/r/lasuite/oidc2fer/tags . + https://github.com/proconnect-gouv/oidc2fer/pkgs/container/oidc2fer 2. Edit `image/tag` at the top of `src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl`. 3. Commit and push to `main`. diff --git a/src/satosa/pyproject.toml b/src/satosa/pyproject.toml index fabe804..593c0a0 100644 --- a/src/satosa/pyproject.toml +++ b/src/satosa/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ ] [project.urls] -"Bug Tracker" = "https://github.com/numerique-gouv/oidc2fer/issues/new" -"Changelog" = "https://github.com/numerique-gouv/oidc2fer/blob/main/CHANGELOG.md" -"Homepage" = "https://github.com/numerique-gouv/oidc2fer" -"Repository" = "https://github.com/numerique-gouv/oidc2fer" +"Bug Tracker" = "https://github.com/proconnect-gouv/oidc2fer/issues/new" +"Changelog" = "https://github.com/proconnect-gouv/oidc2fer/blob/main/CHANGELOG.md" +"Homepage" = "https://github.com/proconnect-gouv/oidc2fer" +"Repository" = "https://github.com/proconnect-gouv/oidc2fer" [project.optional-dependencies] dev = [