Skip to content
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

Fix for lab GSP1078 (Cloud Run Canary Deployments) #46

Open
wants to merge 50 commits into
base: cloud-builder-gke-continuous-deploy
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
55087b5
folder restructure
cgrant Mar 3, 2021
0f41f9b
folder rename
cgrant Mar 3, 2021
f7d1791
folder restructure
cgrant Mar 3, 2021
cf0f55e
Fix typos (gcme -> gceme) (#2)
dmelliot Mar 30, 2021
813d066
Cloudrun progression (#3)
cgrant Mar 30, 2021
87ff3e6
Cloudrun progression
cgrant Mar 30, 2021
3162279
Software Delivery Workshop
cgrant Jun 30, 2021
53a6cbf
Software Delivery Workshop
cgrant Jul 1, 2021
d65d54a
update lab 1.2
xiangshen-dk Jul 1, 2021
fad7fb6
update lab docs
xiangshen-dk Jul 1, 2021
7b6b911
Update README.md
cgrant Jul 2, 2021
a0d4bb3
Update README.md
cgrant Jul 2, 2021
9a99747
Updates to lab 1.2
cgrant Jul 2, 2021
52e60a5
Update README.md
cgrant Jul 2, 2021
fe380ef
Multiple lab updates
cgrant Jul 7, 2021
3e8c01e
Bump Terraform version, fix dependencies (#13)
henrybell Aug 10, 2021
21c4c20
v1
cgrant Aug 30, 2021
2333e8b
Cleanup extra file
cgrant Aug 30, 2021
64c5048
v1
cgrant Aug 31, 2021
597a0ee
Webhook update & GitHub Client retry
cgrant Aug 31, 2021
c8edc9c
Webhook update & GitHub Client retry
cgrant Aug 31, 2021
2129d0b
Webhook update & GitHub Client retry
cgrant Aug 31, 2021
e1052df
Incorporate Clouddeploy as CD platform and add an user option to run …
gushob21 Sep 7, 2021
80c95e6
Including images (#15)
cgrant Sep 16, 2021
d8c63cd
remove java sample (#16)
cgrant Sep 16, 2021
177f51f
Add steps for explaining clouddeploy flow in 3.2release-progression.m…
gushob21 Sep 20, 2021
df64176
Simplifying value replacement (#18)
cgrant Sep 24, 2021
459463d
remove check for API_KEY in gh.sh (#19)
cgrant Sep 24, 2021
4ccbf0a
Kustomize lab (#20)
cgrant Sep 27, 2021
038cdc3
Cloud code lab (#21)
cgrant Sep 27, 2021
127d8cb
App onboarding (#22)
cgrant Oct 1, 2021
1fb9d7b
Adding standalone files for cloud-deploy (#24)
gushob21 Oct 11, 2021
79f0a56
build file cleanup (#26)
cgrant Oct 12, 2021
1fadb2f
Cloud Deploy Tutorial (#27)
cgrant Oct 13, 2021
775bd67
Initial commit (#25)
henrybell Oct 13, 2021
b354136
Cloudrun lab (#29)
cgrant Oct 14, 2021
7c821e0
Update README.md
cgrant Oct 14, 2021
2e70d5a
Update README.md
cgrant Oct 14, 2021
aa18b93
moving context rename up to provision script (#30)
cgrant Oct 14, 2021
1d56821
Update README.md
cgrant Nov 10, 2021
6f6d3ab
Cleanup directory before checkout (#31)
cgrant Nov 12, 2021
0532c26
Clarify app.sh call
cgrant Nov 12, 2021
6dbd04e
Clarify app.sh call
cgrant Nov 12, 2021
3c10b2e
GKE progression lab refresh
cgrant Feb 25, 2022
039b97b
Gke progression refresh (#34)
cgrant Feb 28, 2022
71a2396
Scheduled builds (#36)
cgrant Dec 5, 2022
287f9d2
Pushing image to Artifact Registry (#37)
gitrey Dec 8, 2022
f837a3d
Cloud deploy lab - cluster name change and fixing github repo link (…
gushob21 Dec 15, 2022
74b22c4
Updating lab to use GitHub (#43)
cgrant Apr 19, 2023
ef2fb0c
Fix for Lab GSP1078 (Cloud Run Canary Deployments)
daniilmorzhevskiy May 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "crg-sdw-imgs"
}
}
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
build_assets/
TODO.md
TODO.md
workdir/
_local/

terraform.tfvars
backend.tf
.terraform/
.talismanrc
.DS_Store

.firebase/
Loading