Skip to content

Commit 245b029

Browse files
committed
v2026.4.6-beta
1 parent 66eccc4 commit 245b029

83 files changed

Lines changed: 190 additions & 273 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docker-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
2525
# https://github.com/docker/metadata-action#tags-input
2626
# https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
2727

2828
- name: Docker meta
2929
id: meta
30-
uses: docker/metadata-action@v5
30+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
3131
with:
3232
images: |
3333
photostructure/server
@@ -59,31 +59,31 @@ jobs:
5959
type=semver,pattern=v{{major}}.{{minor}},enable=${{ !contains(github.ref_name, 'alpha') && !contains(github.ref_name, 'beta') }}
6060
6161
- name: Set up QEMU
62-
uses: docker/setup-qemu-action@v3
62+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
6363
with:
6464
platforms: arm64
6565

6666
- name: Set up Buildx
67-
uses: docker/setup-buildx-action@v3
67+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6868

6969
- name: Log in to Docker Hub
7070
if: github.event_name != 'pull_request'
71-
uses: docker/login-action@v3
71+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7272
with:
7373
registry: docker.io
7474
username: ${{ secrets.DOCKERHUB_USER }}
7575
password: ${{ secrets.DOCKERHUB_PASS }}
7676

7777
- name: Log in to GitHub Container Registry
7878
if: github.event_name != 'pull_request'
79-
uses: docker/login-action@v3
79+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.repository_owner }}
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Build and push
86-
uses: docker/build-push-action@v4
86+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8787
with:
8888
context: .
8989
platforms: linux/amd64,linux/arm64

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,17 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
# setup-node with registry-url is required for OIDC trusted publishing
1919
- name: Setup Node.js
20-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
20+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2121
with:
22-
node-version: 22
23-
cache: "npm"
22+
node-version: 24
2423
registry-url: "https://registry.npmjs.org"
2524

26-
- name: Update npm for provenance support
27-
run: |
28-
npm install -g npm@latest
29-
npm --version
30-
3125
- name: Install dependencies
32-
run: npm ci
26+
run: npm install
3327

3428
- name: Publish to npm with OIDC provenance
3529
run: |

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN apt-get update \
4848
passwd \
4949
perl \
5050
procps \
51+
ripgrep \
5152
tini \
5253
tzdata \
5354
wget \

VERSION.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "2026.4.4-beta",
2+
"version": "2026.4.6-beta",
33
"versionMajor": 2026,
44
"versionMinor": 4,
5-
"versionPatch": 4,
5+
"versionPatch": 6,
66
"versionPrerelease": [
77
"beta"
88
],
9-
"release": "2026.4.4-beta+20260403122906",
10-
"gitSha": "13add5ecc2149f11d74436bb19adc5b940664c14",
11-
"gitDate": "2026-04-03T19:29:06.000Z"
9+
"release": "2026.4.6-beta+20260409205036",
10+
"gitSha": "d2e9ed8079c5d16948fc4c0a0d46d377211efd82",
11+
"gitDate": "2026-04-10T03:50:36.000Z"
1212
}

bin/fix.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/info.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/list.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/logcat.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/logtail.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)