Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #308

Merged
merged 18 commits into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7d51197
Bump express from 4.18.3 to 4.19.2 in /orchestrator
dependabot[bot] Apr 19, 2024
08c5418
Bump express from 4.18.3 to 4.19.2 in /worker/app
dependabot[bot] Apr 19, 2024
3abdd29
Bump prom-client from 15.1.0 to 15.1.2 in /orchestrator
dependabot[bot] Apr 19, 2024
de41445
Bump azure/setup-helm from 3 to 4
dependabot[bot] Apr 19, 2024
3dce78e
Bump docker/setup-buildx-action from 2 to 3
dependabot[bot] Apr 19, 2024
f0e309b
Bump peter-evans/dockerhub-description from 3 to 4
dependabot[bot] Apr 19, 2024
0bb02fd
Bump fountainhead/action-wait-for-check from 1.1.0 to 1.2.0
dependabot[bot] Apr 19, 2024
829d4f0
Bump stefanzweifel/git-auto-commit-action from 4 to 5
dependabot[bot] Apr 19, 2024
7019450
Merge pull request #291 from pabloromeo/dependabot/npm_and_yarn/orche…
pabloromeo May 1, 2024
fd05331
Merge pull request #292 from pabloromeo/dependabot/npm_and_yarn/worke…
pabloromeo May 1, 2024
12b7d5d
Merge pull request #295 from pabloromeo/dependabot/npm_and_yarn/orche…
pabloromeo May 1, 2024
4e3788e
Merge pull request #298 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 1, 2024
0f8beb8
Merge pull request #299 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 1, 2024
a19ccc7
Merge pull request #297 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 1, 2024
0ca538a
Merge pull request #301 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 1, 2024
eab3215
Bump actions/stale from 8 to 9
dependabot[bot] May 1, 2024
906cb8f
Merge pull request #307 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 2, 2024
a8a0767
Merge pull request #300 from pabloromeo/dependabot/github_actions/dev…
pabloromeo May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: 3.12.0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -56,15 +56,15 @@ jobs:
helm repo index --url https://pabloromeo.github.io/clusterplex --merge index.yaml .

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit
with:
repository: dest
branch: gh-pages
file_pattern: "index.yaml *.tgz *.md"

- name: Wait for deploy
uses: fountainhead/action-wait-for-check@v1.1.0
uses: fountainhead/action-wait-for-check@v1.2.0
if: ${{ steps.auto-commit.outputs.changes_detected }}
id: wait-for-deploy
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-issue-stale: 30
days-before-issue-close: 14
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
labels: ${{ steps.meta_pms_dockermod.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -98,7 +98,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
labels: ${{ steps.meta_worker_dockermod.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
labels: ${{ steps.meta_pms.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -109,7 +109,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
labels: ${{ steps.meta_worker.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -177,7 +177,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
labels: ${{ steps.meta_orchestrator.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
40 changes: 20 additions & 20 deletions orchestrator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions worker/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.