Skip to content

Commit

Permalink
Bump node version, update frontend packages, fix compat issues. (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoboomer committed Jul 28, 2023
1 parent 8dbde55 commit aee5cf2
Show file tree
Hide file tree
Showing 9 changed files with 562 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-bullseye as frontend
FROM node:20-bullseye as frontend

WORKDIR /app
COPY ./frontend/public/ ./public
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Need support or just want to chat with us? Join us on [Discord](https://discord.
- [Feedback](#feedback)
- [Contributing](#contributing)


Interacting with the bot is incredibly easy through the use of modals and simplified commands:

<img src="https://github.com/echoboomer/incident-bot/blob/main/assets/incident-bot-demo-1.gif" width="700" height="500" />
Expand Down Expand Up @@ -58,8 +57,8 @@ You have the option to download source from the latest release and build your ow

### Kubernetes

- You can use [kustomize](https://github.com/echoboomer/incident-bot/blob/main/deploy/kustomize/incident-bot/overlays/development/kustomization.yaml). More details available [here](https://incident-bot.readthedocs.io/en/latest/setup.html#kustomize).
- There's optionally a Helm chart - instructions are available [here](https://incident-bot.readthedocs.io/en/latest/setup.html#helm).
- You can use [kustomize](https://github.com/echoboomer/incident-bot/blob/main/deploy/kustomize/incident-bot/overlays/development/kustomization.yaml). More details available [here](https://docs.incidentbot.io/setup/#kustomize).
- There's optionally a Helm chart - instructions are available [here](https://docs.incidentbot.io/setup/#helm).

## Testing

Expand Down
2 changes: 1 addition & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dotenv import load_dotenv
from typing import Dict, List

__version__ = "v1.4.16"
__version__ = "v1.4.17"

# .env parse
dotenv_path = os.path.join(os.path.dirname(__file__), ".env")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:

images:
- name: eb129/incident-bot
newTag: v1.4.16
newTag: v1.4.17

configMapGenerator:
- name: incident-bot-config
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:

images:
- name: eb129/incident-bot-docs
newTag: v1.4.16
newTag: v1.4.17

generatorOptions:
disableNameSuffixHash: true
Loading

0 comments on commit aee5cf2

Please sign in to comment.