Skip to content

Commit 8e1f8f7

Browse files
committed
v0.0.5: Locking down registry for breaking changes
v0.1.0 will have breaking changes making modules nolonger compatible this release we will lock down the repo to specific tag for the stack
1 parent 7c3a230 commit 8e1f8f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

internal/registry/registry.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ func GetRegistry(path string) Registry {
1212
{
1313
"EKS + Go + React + Gatsby",
1414
[]string{
15-
path + "/zero-aws-eks-stack",
16-
path + "/zero-deployable-landing-page",
17-
path + "/zero-deployable-backend",
18-
path + "/zero-deployable-react-frontend",
15+
path + "/zero-aws-eks-stack?ref=v0.0.5",
16+
path + "/zero-deployable-landing-page?ref=v0.0.5",
17+
path + "/zero-deployable-backend?ref=v0.0.5",
18+
path + "/zero-deployable-react-frontend?ref=v0.0.5",
1919
},
2020
},
2121
{
2222
"EKS + NodeJS + React + Gatsby",
2323
[]string{
24-
path + "/zero-aws-eks-stack",
25-
path + "/zero-deployable-landing-page",
26-
path + "/zero-deployable-node-backend",
27-
path + "/zero-deployable-react-frontend",
24+
path + "/zero-aws-eks-stack?ref=v0.0.5",
25+
path + "/zero-deployable-landing-page?ref=v0.0.5",
26+
path + "/zero-deployable-node-backend?ref=v0.0.5",
27+
path + "/zero-deployable-react-frontend?ref=v0.0.5",
2828
},
2929
},
3030
{

0 commit comments

Comments
 (0)