Skip to content

Commit 641c771

Browse files
authored
Merge pull request #144 from udx/worker-upgrade
Worker upgrade
2 parents 3f8daee + 5ad2012 commit 641c771

File tree

5 files changed

+3424
-3372
lines changed

5 files changed

+3424
-3372
lines changed

.github/workflows/docker-ops.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
image_name: docker-sftp
1919
release_branch: master
2020
docker_login: ${{ vars.DOCKER_LOGIN }}
21-
docker_org: ${{ vars.DOCKER_ORG }}
22-
docker_repo: ${{ vars.DOCKER_REPO }}
21+
# docker_org: ${{ vars.DOCKER_ORG }}
22+
# docker_repo: ${{ vars.DOCKER_REPO }}
2323
gcp_region: ${{ vars.GCP_REGION }}
2424
gcp_project_id: ${{ vars.GCP_PROJECT_ID }}
2525
gcp_repo: ${{ vars.GCP_REPO }}

changes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.10.0
2+
* Upgrade to `axios:1.13.6`
3+
* Upgrade to `firebase-admin:13.7.0`
4+
* Upgrade to `lodash:4.17.23`
5+
6+
7+
### 0.9.0
8+
* Upgrade to `udx-worker-nodejs:0.30.0`
9+
* Upgrade `libssl-dev=3.5.3-1ubuntu3`
10+
* Upgrade `openssl=3.5.3-1ubuntu3`
11+
* Added Makefile
12+
* Migrated build and release to docker-ops workflow
13+
114
### 0.8.0
215
* Fixed critical bug in the SSH key generation logic where the first container's configuration was being hardcoded and incorrectly applied to all containers. The fix restructures the loop order to iterate over containers first, then users, ensuring each container gets its correct configuration.
316
* Updated parent image Worker NodeJS to version 0.24.0

context7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"url": "https://context7.com/udx/worker-nodejs",
2+
"url": "https://context7.com/udx/docker-sftp",
33
"public_key": "pk_tqqni3hp1kYeoqIpnEaIp"
44
}

0 commit comments

Comments
 (0)