Skip to content

Commit ac1b5aa

Browse files
authored
Merge branch 'chore/extract-device-editor-nested-routes' into chore/extract-immersive-editor-components-into-a-global-namespace
2 parents cab8d05 + f8f06dc commit ac1b5aa

7 files changed

Lines changed: 133 additions & 80 deletions

File tree

.github/workflows/branch-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
mask-password: true
263263

264264
- name: Login to GHCR
265-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
265+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
266266
with:
267267
registry: ghcr.io
268268
username: ${{ github.actor }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: 'blueprint-library'
5050
token: ${{ steps.generate_token.outputs.token }}
5151
- name: Cache image pipeline output
52-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
52+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5353
with:
5454
key: img-pipeline-cache
5555
path: website/_site/img

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install Dependencies
141141
run: npm ci
142142
- name: Run UI E2E (Cypress) Tests - OS
143-
uses: cypress-io/github-action@8a35f965fbd13e3b18d9fb3bdc5f50ae2f4a5e76 # v7.1.0
143+
uses: cypress-io/github-action@0f330ebf0d60f87608ed72f1d6232e5644aa3171 # v7.1.1
144144
with:
145145
install: false
146146
config-file: config/cypress-os.config.js
@@ -180,7 +180,7 @@ jobs:
180180
- name: Install Dependencies
181181
run: npm ci
182182
- name: Run UI E2E (Cypress) Tests - EE
183-
uses: cypress-io/github-action@8a35f965fbd13e3b18d9fb3bdc5f50ae2f4a5e76 # v7.1.0
183+
uses: cypress-io/github-action@0f330ebf0d60f87608ed72f1d6232e5644aa3171 # v7.1.1
184184
with:
185185
install: false
186186
config-file: config/cypress-ee.config.js

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
#### 2.26.2: Release
2+
3+
- Bump cypress-io/github-action from 7.1.0 to 7.1.1 (#6616)
4+
- Bump docker/login-action from 3.6.0 to 3.7.0 (#6617)
5+
- Bump actions/cache from 5.0.2 to 5.0.3 (#6615)
6+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml (#6574)
7+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#6575)
8+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#6576)
9+
- Bump fastify from 5.6.2 to 5.7.4 (#6620) @app/dependabot
10+
- chore: Update features for teams on pre-staging (#6595) @ppawlowski
11+
- Add issues and suggestions display to `ExpertChatMessage` component with icon support (#6607) @cstns
12+
- Allow team owners to edit their application roles (#6555) @cstns
13+
- Update Assistant Link (#6596) @sumitshinde-84
14+
- Rename FlowFuse Assistant and related references to FlowFuse Expert (#6571) @sumitshinde-84
15+
- Alter the expert's chat input (#6581) @cstns
16+
- Create UI component to include selected flows (#6580) @cstns
17+
- Add confirmation dialog for administrator privilege grant (#6548) @dimitrieh
18+
- Fix Device based MCP error log in app log (#6587) @Steve-Mcl
19+
- Fix Expert errors when device are present in MCPRegistrations (#6584) @cstns
20+
- docs: add hosted vs remote instance comparison table (#6481) @dgatti0213
21+
- Bump jsonwebtoken from 9.0.2 to 9.0.3 (#6469) @app/dependabot
22+
- Bump @node-red/util from 4.0.2 to 4.1.2 (#6468) @app/dependabot
23+
- Bump nodemailer from 7.0.11 to 7.0.12 (#6467) @app/dependabot
24+
- Bump lodash from 4.17.21 to 4.17.23 (#6550) @app/dependabot
25+
126
#### 2.26.1: Release
227

328
- Bump cypress-io/github-action from 6.10.8 to 7.1.0 (#6577)

docs/install/kubernetes/aws.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,13 @@ controller:
125125
configNameSpace: $(POD_NAMESPACE)/udp-services
126126
config:
127127
proxy-body-size: "0"
128+
annotations-risk-level: "Critical"
129+
use-gzip: true
128130
use-proxy-protocol: true
131+
enable-real-ip: true
132+
use-forwarded-headers: true
133+
server-snippet: |
134+
real_ip_header X-Forwarded-For;
129135
service:
130136
# AWS Annotations for LoadBalaner with Certificate ARN
131137
annotations:
@@ -141,6 +147,7 @@ controller:
141147
externalTrafficPolicy: Cluster
142148
ingressClassResource:
143149
default: true
150+
allowSnippetAnnotations: true
144151
```
145152

146153
> The `proxy-body-size: "0"` removes the `1m` nginx default limit, you can set this to a

0 commit comments

Comments
 (0)