Skip to content

Commit

Permalink
Merge pull request #240 from FlowFuse/1.14.1-release
Browse files Browse the repository at this point in the history
Bump for 1.14.1 release
  • Loading branch information
knolleary authored Dec 7, 2023
2 parents d99e749 + b80e463 commit 7f678b9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ jobs:
eks_cluster_name: ${{ secrets.EKS_CLUSTER_NAME }}

build-310:
name: Build 3.1.0 container images
name: Build 3.1.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/[email protected]
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-3.1
image_tag_prefix: '3.1.0-'
image_tag_prefix: '3.1.x-'
package_dependencies: |
@flowforge/nr-project-nodes
build_context: 'node-red-container'
Expand All @@ -159,7 +159,7 @@ jobs:
uses: flowfuse/github-actions-workflows/.github/workflows/[email protected]
with:
image_name: 'node-red'
image_tag_prefix: '3.1.0-'
image_tag_prefix: '3.1.x-'
secrets:
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}
upload-310-stage:
Expand All @@ -173,7 +173,7 @@ jobs:
container_name: 'node-red'
deploy: false
image: ${{ needs.build-310-multi-architecture.outputs.image }}
image_tag_prefix: '3.1.0-'
image_tag_prefix: '3.1.x-'
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_ACCESS_KEY_SECRET }}
Expand All @@ -191,7 +191,7 @@ jobs:
container_name: 'node-red'
deploy: false
image: ${{ needs.build-310-multi-architecture.outputs.image }}
image_tag_prefix: '3.1.0-'
image_tag_prefix: '3.1.x-'
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_ACCESS_KEY_SECRET }}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 1.14.1: Release

- Update NR to 3.1.2 (#239) @knolleary
- Remove `postgresql.global.storageClass` from default chart values (#231) @ppawlowski
- Add possibility to customise clusterrole name (#237) @ppawlowski
- Run 3.1.1 NR on NodeJS 18 (#236) @hardillb
- Update k8s driver package scope (#235) @knolleary
- Update file server to new npm scope (#234) @knolleary
- Use environment-scoped AWS credentials in pipelines (#233) @ppawlowski

#### 1.14.0: Release

- Update NR containers to pull in @flowfuse/nr-launcher (#230) @knolleary
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.14.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": "1.14.0",
"version": "1.14.1",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.14.0",
"@flowforge/flowforge": "^1.14.1",
"@flowfuse/driver-kubernetes": "^1.14.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.14.0"
version: "1.14.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.14.0"
appVersion: "1.14.1"

0 comments on commit 7f678b9

Please sign in to comment.