Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 #280

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.0.0: Release

- refactor: rename containers (#272) @hardillb
- feat: Helm chart v2 (#279) @ppawlowski
- Add support for using cert manager to issue TLS certs (#267) @hardillb
- chore: Update GitHub Actions workflows to use v0.4.1 (#277) @ppawlowski
- chore: Bump reusable workflows version to `v0.4.0` (#271) @ppawlowski
- feat: Deploy to stage from main branch only (#273) @ppawlowski
- Introduce helm chart automatic release workflow (#269) @ppawlowski

#### 1.15.0: Release

- Update for new flowfuse npm package (#244) @knolleary
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
2.0.0
4 changes: 2 additions & 2 deletions file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flowfuse/file-server-container",
"version": "1.15.0",
"version": "2.0.0",
"private": true,
"dependencies": {
"@flowfuse/file-server": "^1.15.0"
"@flowfuse/file-server": "^2.0.0"
},
"license": "Apache-2.0"
}
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": "@flowfuse/flowfuse-k8s",
"version": "1.15.0",
"version": "2.0.0",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^1.15.0",
"@flowfuse/driver-kubernetes": "^1.15.0",
"@flowfuse/flowfuse": "^2.0.0",
"@flowfuse/driver-kubernetes": "^2.0.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.15.0"
version: "2.0.0"
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.15.0"
appVersion: "2.0.0"
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": "1.15.0",
"version": "2.0.0",
"private": true,
"dependencies": {}
}
Loading