Skip to content

Commit

Permalink
Merge pull request #161 from flowforge/1.10.1-release
Browse files Browse the repository at this point in the history
Bump to v1.10.1
  • Loading branch information
Steve-Mcl committed Aug 10, 2023
2 parents ebb8569 + d569c7e commit ed18e85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.10.1: Release

- Bump to 1.10.1 FlowForge @hardillb

#### 1.10.0: Release

- Revert create-pod Role name (#159) @hardillb
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1
6 changes: 3 additions & 3 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowforge/flowforge-k8s",
"version": "1.10.0",
"version": "1.10.1",
"description": "FlowForge in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.10.0",
"@flowforge/kubernetes": "^1.10.0",
"@flowforge/flowforge": "^1.10.1",
"@flowforge/kubernetes": "^1.10.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v2"
name: "flowforge"
version: "1.10.0"
version: "1.10.1"
description: "FlowForge"
type: "application"
home: "https://flowforge.com"
Expand All @@ -16,4 +16,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowforge.com"
appVersion: "1.10.0"
appVersion: "1.10.1"

0 comments on commit ed18e85

Please sign in to comment.