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 b21427b commit 5cfa9de
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
13 changes: 7 additions & 6 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 Expand Up @@ -61,7 +62,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 Expand Up @@ -160,7 +161,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 Expand Up @@ -256,7 +257,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 Expand Up @@ -391,7 +392,7 @@ jobs:
with:
lfs: true
- 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 Expand Up @@ -445,7 +446,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 Expand Up @@ -523,7 +524,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
12 changes: 6 additions & 6 deletions .github/workflows/prerelease.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 Expand Up @@ -152,7 +152,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 Expand Up @@ -247,7 +247,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 Expand Up @@ -382,7 +382,7 @@ jobs:
with:
lfs: true
- 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 Expand Up @@ -436,7 +436,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 Expand Up @@ -514,7 +514,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
12 changes: 6 additions & 6 deletions .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 Expand Up @@ -152,7 +152,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 Expand Up @@ -247,7 +247,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 Expand Up @@ -382,7 +382,7 @@ jobs:
with:
lfs: true
- 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 Expand Up @@ -435,7 +435,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 Expand Up @@ -513,7 +513,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
7 changes: 4 additions & 3 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 Expand Up @@ -78,7 +79,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 Expand Up @@ -180,7 +181,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 Expand Up @@ -279,7 +280,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
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
lfs: true
- 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
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)
- Fix Helm Chart resource lookup key handling for objects in default namespace (https://github.com/pulumi/pulumi-kubernetes/pull/2655)
- Fix panic when using `PULUMI_KUBERNETES_MANAGED_BY_LABEL` env var with SSA created objects (https://github.com/pulumi/pulumi-kubernetes/pull/2711)
Expand Down

0 comments on commit 5cfa9de

Please sign in to comment.