Skip to content

Commit

Permalink
Merge pull request #220 from FlowFuse/v1.13.3-release
Browse files Browse the repository at this point in the history
Bump to v1.13.3
  • Loading branch information
hardillb authored Nov 16, 2023
2 parents d121c4c + 3306ee8 commit 8bf1615
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 1.13.3: Release

- Add affinity info to readme (#218) @ppawlowski
- Add affinity configuration for broker and flowforge deployments (#217) @ppawlowski
- Add support for setting Content Security Policy (#212) @hardillb
- FIX: Allow to handle multiline ingress annotations (#215) @ppawlowski
- Node 18 containers (#213) @hardillb
- FIX: typo in upload step name (#211) @ppawlowski
- FIX: typo in environment name in Node-Red container pipeline (#210) @ppawlowski
- Push Node-RED images to production ECR (#209) @ppawlowski

#### 1.13.2: Release

- Bump to FlowFuse v1.13.2 @hardillb
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.2
1.13.3
4 changes: 2 additions & 2 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@flowforge/flowforge-k8s",
"version": "1.13.2",
"version": "1.13.3",
"description": "FlowForge in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.13.2",
"@flowforge/flowforge": "^1.13.3",
"@flowforge/kubernetes": "^1.13.0",
"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.13.2"
version: "1.13.3"
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.13.2"
appVersion: "1.13.3"

0 comments on commit 8bf1615

Please sign in to comment.