chore: fix helper CI scripts by adding node types#2558
Merged
Conversation
joelmccoy
approved these changes
Apr 2, 2026
emoskito
pushed a commit
that referenced
this pull request
Apr 14, 2026
🤖 I have created a release *beep* *boop* --- ## [1.2.0](v1.1.0...v1.2.0) (2026-04-14) ### Features * add upstream istio network policies ([#2564](#2564)) ([bd1f2e4](bd1f2e4)) * add user account disabled with inactivity ([#2566](#2566)) ([5e2d206](5e2d206)) * allow annotation/label overrides for keycloak waypoint pod ([#2565](#2565)) ([ad2b20e](ad2b20e)) * signed jwts for the uds operator ([#2580](#2580)) ([4305e80](4305e80)) ### Miscellaneous * **ci:** ensure minimal tool and cred usage in workflows ([#2572](#2572)) ([1bdb83e](1bdb83e)) * **deps-dev:** bump lodash from 4.17.23 to 4.18.1 in /test/vitest ([#2574](#2574)) ([d714fcc](d714fcc)) * **deps-dev:** bump vite from 7.1.12 to 8.0.5 in /scripts/renovate ([#2570](#2570)) ([5ee3fe7](5ee3fe7)) * **deps-dev:** bump vite from 7.1.12 to 8.0.5 in /test/vitest ([#2569](#2569)) ([11d333b](11d333b)) * **deps-dev:** bump vite from 7.2.2 to 8.0.5 in /scripts/root-ca-retriever ([#2571](#2571)) ([78cdd72](78cdd72)) * **deps-dev:** bump vite from 7.3.1 to 7.3.2 in /docs/.c4 ([#2573](#2573)) ([c880699](c880699)) * **deps:** bump identity config to v0.26.0 ([#2588](#2588)) ([3f375de](3f375de)) * **deps:** bump lodash from 4.17.23 to 4.18.1 ([#2575](#2575)) ([be72da8](be72da8)) * **deps:** bump vite from 8.0.3 to 8.0.5 ([#2568](#2568)) ([a385ff7](a385ff7)) * **deps:** update grafana from 12.4.1 to 12.4.2 ([#2517](#2517)) ([3c40a8a](3c40a8a)) * **deps:** update keycloak from 26.5.6 to 26.5.7 ([#2563](#2563)) ([43e8f11](43e8f11)) * **deps:** update support-deps ([#2559](#2559)) ([3d476e0](3d476e0)) * **docs:** add cloud specific guidance docs for IRSA config ([#2528](#2528)) ([b79df89](b79df89)) * **docs:** add release notes for 1.2.0 ([#2591](#2591)) ([79b69be](79b69be)) * **docs:** enable release branch versioned docs ([#2583](#2583)) ([421aad2](421aad2)) * **docs:** removed old uds common links ([#2557](#2557)) ([d1d69cf](d1d69cf)) * fix helper CI scripts by adding node types ([#2558](#2558)) ([4f98b44](4f98b44)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Noticed in https://github.com/defenseunicorns/uds-core/actions/runs/23805807046/job/69379018681?pr=2546 that the CI is failing due to missing module resolution and node types.