Skip to content

Commit

Permalink
chore(release): bump version to 0.12.55-0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Apr 24, 2023
1 parent 016c5ea commit 9af5cd9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a name="0.12.55-0"></a>
## [0.12.55-0](https://github.com/garden-io/garden/compare/0.12.54...0.12.55-0) (2023-04-24)

### Features

* retry k8s api calls on ECONNREFUSED and 500 errors ([64cdeabdb](https://github.com/garden-io/garden/commit/64cdeabdb))

<a name="0.12.54"></a>
## [0.12.54](https://github.com/garden-io/garden/compare/0.12.53...0.12.54) (2023-04-19)

Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/cli",
"version": "0.12.54",
"version": "0.12.55",
"description": "Cloud native testing platform for testing and developing container applications on Kubernetes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/core",
"version": "0.12.54",
"version": "0.12.55",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/dashboard",
"version": "0.12.54",
"version": "0.12.55",
"private": true,
"devDependencies": {
"@garden-io/cli": "*",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/e2e",
"version": "0.12.54",
"version": "0.12.55",
"description": "End-to-end tests for the Garden CLI",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/garden-io/garden.git"
},
"version": "0.12.54",
"version": "0.12.55-0",
"author": "Garden Technologies, Inc. <[email protected]>",
"license": "MPL-2.0",
"homepage": "https://github.com/garden-io/garden",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest-container",
"version": "0.12.54",
"version": "0.12.55",
"description": "Auto-generator for the conftest plugin and Garden container modules",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest-kubernetes",
"version": "0.12.54",
"version": "0.12.55",
"description": "Auto-generator for the conftest plugin and Garden kubernetes/helm modules",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest",
"version": "0.12.54",
"version": "0.12.55",
"description": "conftest plugin for Garden",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/jib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-jib",
"version": "0.12.54",
"version": "0.12.55",
"description": "Jib container plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-maven-container",
"version": "0.12.54",
"version": "0.12.55",
"description": "maven-container plugin for Garden (DEPRECATED)",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pulumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-pulumi",
"version": "0.12.54",
"version": "0.12.55",
"description": "Pulumi plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-terraform",
"version": "0.12.54",
"version": "0.12.55",
"description": "Terraform plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/sdk",
"version": "0.12.54",
"version": "0.12.55",
"description": "TypeScript plugin SDK for Garden",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9af5cd9

Please sign in to comment.