Skip to content

Commit

Permalink
Merge pull request #199 from FlowFuse/1.12.5-release
Browse files Browse the repository at this point in the history
Update for 1.12.5 release
  • Loading branch information
hardillb authored Oct 19, 2023
2 parents 8ea9c07 + da017c0 commit 64155b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.12.5: Release

- Set NODE_ENV (#198) @hardillb
- Fix Sentry env values (#197) @flecoufle

#### 1.12.4: Release

- Update to FlowFuse v1.12.4
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.4
1.12.5
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.12.3",
"version": "1.12.5",
"description": "FlowForge in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.12.4",
"@flowforge/kubernetes": "^1.12.0",
"@flowforge/flowforge": "^1.12.5",
"@flowforge/kubernetes": "^1.12.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.12.4"
version: "1.12.5"
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.12.4"
appVersion: "1.12.5"

0 comments on commit 64155b9

Please sign in to comment.