Skip to content

Commit

Permalink
added support for Google Artifact Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ssickles committed Dec 8, 2024
1 parent 2e5fa9a commit 3d34736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.0.132 (Dec 08, 2024)
* Added support for pushing and deploying using Google Artifact Registry.

# 0.0.131 (Nov 21, 2024)
* Added "Deployment completed." message after streaming deployment logs.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/go-git/go-git/v5 v5.4.2
github.com/gosuri/uilive v0.0.4
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/nullstone-io/deployment-sdk v0.0.0-20240704122950-a55160b619cd
github.com/nullstone-io/deployment-sdk v0.0.0-20241208205741-c4ccf3b24991
github.com/nullstone-io/iac v0.0.0-20241105141304-4427f5e31e88
github.com/nullstone-io/module v0.2.9
github.com/ryanuber/columnize v2.1.2+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nullstone-io/deployment-sdk v0.0.0-20240704122950-a55160b619cd h1:3DWDfyQ9UGUfkfrK0PshA43fCp7PZuC/BjqYUBTZhi8=
github.com/nullstone-io/deployment-sdk v0.0.0-20240704122950-a55160b619cd/go.mod h1:7wc/0tmIELFoBTjNB5+hsyvTQD60mnt+BJ9/AU2/Cb8=
github.com/nullstone-io/deployment-sdk v0.0.0-20241208205741-c4ccf3b24991 h1:hELLZr5oERVlbFSNjUQG0z7Cgovsgfw5FZlEEgQuS84=
github.com/nullstone-io/deployment-sdk v0.0.0-20241208205741-c4ccf3b24991/go.mod h1:hv87UAHR0uTAvzVqXQBqrWYKxm18iWZLq9+Xfbk104o=
github.com/nullstone-io/iac v0.0.0-20241105141304-4427f5e31e88 h1:/mXYlqXFwPf0lqBGosvYzregrSL8N0FPaS5dG/Jzar4=
github.com/nullstone-io/iac v0.0.0-20241105141304-4427f5e31e88/go.mod h1:tRZPp425TN0XVAkrkICbZ1EAkmmhNb7ueq7xBLX2goM=
github.com/nullstone-io/module v0.2.9 h1:PcYhPEemBbc+RdP+Q/DF0+XlwJkkNb5R17Hfv8qaYyc=
Expand Down

0 comments on commit 3d34736

Please sign in to comment.