Skip to content

Commit

Permalink
Merge pull request #43 from flowforge/release-0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
hardillb authored Jun 9, 2022
2 parents 84686c5 + d4436c8 commit c6c2c67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.6.0: Release

- Map FlowForge logout to nodered auth/revoke (#39) @Steve-Mcl
- Throw proper errors when actions performed on unknown project (#40) @knolleary
- Add FORGE_NR_SECRET env if project has credSecret set (#38) @knolleary
- Add description to stack properties (#36) @hardillb

#### 0.5.0: Release

- Ensure latest version of contianer is always pulled (#33) @hardillb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/kubernetes",
"version": "0.5.0",
"version": "0.6.0",
"description": "Kubernetes driver for FlowForge",
"main": "kubernetes.js",
"scripts": {
Expand Down

0 comments on commit c6c2c67

Please sign in to comment.