From eefa22af2693be0309f455ed7f6e5da9c82437c4 Mon Sep 17 00:00:00 2001 From: Felicia Rosemond Date: Mon, 22 Jul 2024 16:20:00 -0400 Subject: [PATCH 1/2] IAM-1207 updated readme and infra markdown files --- Cargo.lock | 10 +++++----- README.md | 1 + terraform/INFRA.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c6e2ed..2ed8ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "dino-park-packs" -version = "0.5.6" +version = "0.5.12" dependencies = [ "actix-http", "actix-multipart", @@ -921,8 +921,8 @@ dependencies = [ [[package]] name = "dino_park_gate" -version = "0.8.5" -source = "git+https://github.com/mozilla-iam/dino-park-gate?tag=0.8.5#5b4a64f7a42b0de956f55ccc9ab384ca38556c80" +version = "0.8.7" +source = "git+https://github.com/mozilla-iam/dino-park-gate?tag=0.8.7#257e8afda14088c789cdefee7fea84fd84825d39" dependencies = [ "actix-service", "actix-web", @@ -946,8 +946,8 @@ dependencies = [ [[package]] name = "dino_park_guard" -version = "0.3.3" -source = "git+https://github.com/mozilla-iam/dino-park-guard?tag=0.3.3#bda3e391803dc86bbe84199f4b66b48291551b7c" +version = "0.3.5" +source = "git+https://github.com/mozilla-iam/dino-park-guard?tag=0.3.5#5b8c6f885d2685c0529cffa20e3eb0738124ac6d" dependencies = [ "dino_park_gate", "dino_park_trust", diff --git a/README.md b/README.md index a8cb819..cf34ea0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # DinoPark Packs (packing Dinos since 2019) +Documentation site - https://github.com/mozilla-iam/dino-park/blob/master/Introduction.md ## DinoPark Packs is the group management service of Mozilla's IAM system diff --git a/terraform/INFRA.md b/terraform/INFRA.md index f9c826f..f9fa54f 100644 --- a/terraform/INFRA.md +++ b/terraform/INFRA.md @@ -1,4 +1,4 @@ -### Set up data base after terraform apply +### Set up database after terraform apply ``` kubectl run -i -t --rm --image=postgres --command debug1 -- /bin/bash From efc93e571bb6165a727584a547304d9ff126003b Mon Sep 17 00:00:00 2001 From: Felicia Rosemond Date: Tue, 23 Jul 2024 14:21:28 -0400 Subject: [PATCH 2/2] IAM-1207 updated version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ed8ced..d106f9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "dino-park-packs" -version = "0.5.12" +version = "0.5.13" dependencies = [ "actix-http", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index ec7a31e..08a9826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dino-park-packs" -version = "0.5.12" +version = "0.5.13" authors = ["Florian Merz "] edition = "2018"