Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Nov 15, 2024
1 parent d965f46 commit 0ef6226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,6 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
cache-dependency-path: "**/*.sum"
- name: Touch empty generated files to ensure provider compiles
run: touch provider/cmd/pulumi-resource-kubernetes/{terraform-mapping,schema}-embed.json
- name: golangci-lint provider pkg
uses: golangci/golangci-lint-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Changed

- [nodejs] Updated `node-fetch` dependency and removed `tmp` dependency.
- [nodejs] Resolves `punycode` deprecation warnings by using native `fetch` instead of `node-fetch`.
(https://github.com/pulumi/pulumi-kubernetes/issues/3301)

## 4.18.3 (October 31, 2024)
Expand Down

0 comments on commit 0ef6226

Please sign in to comment.