Skip to content

Commit

Permalink
Prepare for v4.5.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Dec 15, 2023
1 parent 1989b62 commit c7c7da8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- main
- feature-**
- release/**
paths-ignore:
- CHANGELOG.md
tags-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: ci-scripts
repository: pulumi/scripts
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags --force
- name: Install Go
uses: actions/setup-go@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- master
- main
- v4
- release/**
paths-ignore:
- CHANGELOG.md
workflow_dispatch: {}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased

## 4.5.6 (December 15, 2023)
- Fix: Refine URN lookup by using its core type for more accurate resource identification (https://github.com/pulumi/pulumi-kubernetes/issues/2719)

## 4.5.5 (November 28, 2023)
Expand Down

0 comments on commit c7c7da8

Please sign in to comment.