Skip to content

Commit

Permalink
Bump for 2.1.1 release (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 28, 2024
2 parents 50b6458 + f469a49 commit 381494a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 2.1.1: Release

- ci: Wait for forge app public image to become available (#329) @ppawlowski
- ci: Update containers build/deploy reusable workflows to `v0.5.1` (#328) @ppawlowski
- ci: Bump workflows to `v0.5.0` (#327) @ppawlowski
- ci: Test helm chart upgrade process against version in `main` branch (#325) @ppawlowski
- feat: Add possibility to configure unique annotations for each ingress object (#324) @ppawlowski
- fix: Removal of redundant service used for communication with database (#323) @ppawlowski
- fix: Keep e-mail password in secret object (#321) @ppawlowski
- refactor: Container rename 2 (#274) @hardillb

#### 2.1.0: Release

- fix: Update liveness and readiness probe timeout values for broker pod (#316) @ppawlowski
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
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": "@flowfuse/flowfuse-k8s",
"version": "2.1.0",
"version": "2.1.1",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^2.1.0",
"@flowfuse/flowfuse": "^2.1.1",
"@flowfuse/driver-kubernetes": "^2.1.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
Expand Down
12 changes: 6 additions & 6 deletions helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: "v2"
name: "flowforge"
version: "2.1.0"
description: "FlowForge"
version: "2.1.1"
description: "FlowFuse"
type: "application"
home: "https://flowforge.com"
icon: "https://flowforge.com/apple-touch-icon.png"
home: "https://flowfuse.com"
icon: "https://flowfuse.com/apple-touch-icon.png"
keywords:
- flowforge
- node-red
Expand All @@ -15,5 +15,5 @@ dependencies:
condition: forge.localPostgresql
maintainers:
- name: "FlowForge Inc"
url: "https://flowforge.com"
appVersion: "2.1.0"
url: "https://flowfuse.com"
appVersion: "2.1.1"
2 changes: 1 addition & 1 deletion node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"dependencies": {}
}

0 comments on commit 381494a

Please sign in to comment.