Skip to content

Commit 04a69d4

Browse files
mbevc1claude
andcommitted
Release: fix: wire up Node 24 + setup-node for npm trusted publishing (#845)
The previous commit removed .npmrc files and NPM_TOKEN expecting OIDC-based passwordless auth, but npm trusted publishing requires Node >=22.14.0, npm >=11.5.1, and actions/setup-node to configure the registry. Without setup-node the runner had no registry config at all, causing ENEEDAUTH on every npm publish attempt. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e386693 commit 04a69d4

84 files changed

Lines changed: 220 additions & 91 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"currentversion": "v2.17.3"}
1+
{"currentversion": "v2.17.4"}

docs.kosli.com/content/legacy_ref/v2.15.3/_index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v2.16.0
33
bookCollapseSection: true
4-
weight: 603
4+
weight: 604
55
---
66

77
# v2.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v2.17.0
33
bookCollapseSection: true
4-
weight: 602
4+
weight: 603
55
---
66

77
# v2.17.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v2.17.1
33
bookCollapseSection: true
4-
weight: 601
4+
weight: 602
55
---
66

77
# v2.17.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v2.17.2
33
bookCollapseSection: true
4-
weight: 600
4+
weight: 601
55
---
66

77
# v2.17.2
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: v2.17.3
3+
bookCollapseSection: true
4+
weight: 600
5+
---
6+
7+
# v2.17.3
File renamed without changes.

docs.kosli.com/content/legacy_ref/v2.15.3/kosli_allow_artifact.md renamed to docs.kosli.com/content/legacy_ref/v2.17.3/kosli_allow_artifact.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ kosli allow artifact [IMAGE-NAME | FILE-PATH | DIR-PATH] [flags]
1515

1616
Add an artifact to an environment's allowlist.
1717

18-
The artifact fingerprint can be provided directly with the `--fingerprint` flag, or
18+
The artifact fingerprint can be provided directly with the `--fingerprint` flag, or
1919
calculated based on `--artifact-type` flag.
2020

2121
Artifact type can be one of: "file" for files, "dir" for directories, "oci" for container
2222
images in registries or "docker" for local docker images.
2323

24+
Note: `--artifact-type=docker` reads the image's repo digest via the local Docker daemon.
25+
The image must have been pushed to or pulled from a registry for a repo digest to exist;
26+
a freshly built image (just `docker build`) will not have one. If the image is already in
27+
a registry, prefer `--artifact-type=oci`, which fetches the digest directly from the
28+
registry without needing a local Docker daemon.
29+
2430

2531

2632
## Flags

docs.kosli.com/content/legacy_ref/v2.15.3/kosli_archive_attestation-type.md renamed to docs.kosli.com/content/legacy_ref/v2.17.3/kosli_archive_attestation-type.md

File renamed without changes.

0 commit comments

Comments
 (0)