Skip to content

Commit

Permalink
Boards on-prem release Aug 29
Browse files Browse the repository at this point in the history
  • Loading branch information
andylwelch committed Aug 29, 2024
1 parent 319ca96 commit f6c4d97
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/assets/config/kubernetes/boards-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
# setup authentication by following https://docs.huddo.com/boards/images/
imagePullSecret: quay-username-pull-secret
# find the latest release date https://docs.huddo.com/boards/releases/
imageTag: 2024-08-07
imageTag: 2024-08-29
env:
APP_URI: https://connections.example.com/boards
API_GATEWAY: https://connections.example.com/api-boards
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/config/kubernetes/boards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ global:
# setup authentication by following https://docs.huddo.com/boards/images/
imagePullSecret: quay-username-pull-secret
# find the latest release date https://docs.huddo.com/boards/releases/
imageTag: 2024-08-07
imageTag: 2024-08-29
env:
APP_URI: https://example.com/boards
API_GATEWAY: https://example.com/api-boards
Expand Down
2 changes: 1 addition & 1 deletion docs/boards/aio/existing-domain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Update the following variables in the `.env` file:

| Variable | Example | Description |
| ------------------- | --------------------- | --------------------------------------------------------------- |
| `imageTag` | `2024-08-07` | [Date of our latest release](../../releases.md) |
| `imageTag` | `2024-08-29` | [Date of our latest release](../../releases.md) |
| `domain` | `company.example.com` | URL of your environment |
| `smtpHost` | `smtp.example.com` | Email server |
| `smtpUsername` | `user123` | Email server username |
Expand Down
2 changes: 1 addition & 1 deletion docs/boards/aio/subdomains/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Update the following variables in the `.env` file:

| Variable | Example | Description |
| ------------------- | ------------------------ | --------------------------------------------------------------- |
| `imageTag` | `2024-08-07` | [Date of our latest release](../../releases.md) |
| `imageTag` | `2024-08-29` | [Date of our latest release](../../releases.md) |
| `appURI` | `boards.company.com` | URL of Boards UI |
| `apiGateway` | `boards-api.company.com` | URL of Boards API |
| `smtpHost` | `smtp.example.com` | Email server |
Expand Down
3 changes: 3 additions & 0 deletions docs/boards/cloud/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Improvements:
Features:

- Dark mode!

![dark mode](../howto/dark-mode.png)

- Welcome Tours in

- Bulgarian (bg)
Expand Down
Binary file added docs/boards/howto/dark-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docs/boards/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,34 @@ Please use the appropriate update command with the latest [helm chart](helm-char
### 2024
#### 2024-08-29
Build #1112
Features:
- Dark mode!
![dark mode](./howto/dark-mode.png)
Improvements:
- Board tile grid auto-sizing
- Create a Card button spans full width of list
- Organisation content administration.
- Delete functionality for Boards which user is not an owner of
- Search by board name - case insensitive
- Sort by Archive column
- Select all only selects visible
Fixes:
- Issue with webhooks
- Issue moving cards by DnD in Kanban in Firefox with Linux OS
- Content Admin - scrolling issues (wobbling and while filtered)
- MindMap - dont show edit option on hover while creating new card
#### 2024-08-07
Build #1092
Expand Down

0 comments on commit f6c4d97

Please sign in to comment.