-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version to 0.13.14 (#5111)
- Loading branch information
1 parent
26dac83
commit fb1297b
Showing
25 changed files
with
53 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/garden-io/garden.git" | ||
}, | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden", | ||
|
@@ -101,4 +101,4 @@ | |
"plugins/*", | ||
"sdk" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-conftest-container", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "Auto-generator for the conftest plugin and Garden container modules", | ||
"main": "index.js", | ||
"dependencies": { | ||
|
@@ -28,4 +28,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-conftest-kubernetes", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "Auto-generator for the conftest plugin and Garden kubernetes/helm modules", | ||
"main": "index.js", | ||
"private": true, | ||
|
@@ -28,4 +28,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-conftest", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "conftest plugin for Garden", | ||
"main": "index.js", | ||
"private": true, | ||
|
@@ -27,4 +27,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-jib", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "Jib container plugin for Garden", | ||
"main": "index.js", | ||
"dependencies": { | ||
|
@@ -32,4 +32,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-pulumi", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "Pulumi plugin for Garden", | ||
"main": "index.js", | ||
"dependencies": { | ||
|
@@ -28,4 +28,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@garden-io/garden-terraform", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"description": "Terraform plugin for Garden", | ||
"main": "index.js", | ||
"dependencies": { | ||
|
@@ -29,4 +29,4 @@ | |
"author": "Garden Technologies, Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"homepage": "https://github.com/garden-io/garden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters