Skip to content

release-17.6.0 - #1206

Merged
gastonyelmini merged 2 commits into
mainfrom
release-17.6.0
Aug 18, 2026
Merged

release-17.6.0#1206
gastonyelmini merged 2 commits into
mainfrom
release-17.6.0

Conversation

@gastonyelmini

Copy link
Copy Markdown
Contributor

Releases 17.6.0 for all @jupiterone/integration-sdk-* packages.

What ships

  • runtime: agent configurations from the environment (feat(runtime): always expose caCertificate and disableTlsVerification… #1203, INT-13165) — caCertificate and disableTlsVerification are set by the customer through the global agent-configuration form, not declared per integration, so loadConfigFromEnvironmentVariables now merges them in as implicit optional fields. Without this, every integration that does not re-declare them receives undefined at runtime even though the platform wrote CA_CERTIFICATE / DISABLE_TLS_VERIFICATION into the environment.
  • runtime: exit 77 when the volume is full (fix(runtime): exit 77 when collected data cannot be written for lack of disk #1205) — an integration that fills its disk used to exit 0, so the ECS state machine never reached HandleTaskFailure and the task was never retried on a larger volume. writeFileToPath and symlink now detect ENOSPC and exit with the code handleTaskFailure already reads as "retry with a bigger disk".

Note on 17.5.0

v17.5.0 was tagged (#1204) but never merged or published — npm is still on 17.4.0. Its change is included here, so this release goes 17.4.017.6.0 and #1204 should be closed as superseded rather than merged.

Merge instructions

Merge with a merge commit, not squash or rebase. The release job in build.yml only publishes when HEAD^2 of the merge commit is exactly a vX.Y.Z tag, which is the case for 5204135a on this branch.

Folds in the 17.5.0 entry, which was tagged but never published, and the
out-of-disk exit code from #1205.
@gastonyelmini
gastonyelmini requested a review from a team as a code owner August 18, 2026 15:39
@socket-security

Copy link
Copy Markdown

@gastonyelmini
gastonyelmini merged commit d3204c8 into main Aug 18, 2026
5 checks passed
@gastonyelmini
gastonyelmini deleted the release-17.6.0 branch August 18, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants