M10 PKI: add 6 cmdlets (Get-/Search-/ConvertTo-/Install-/Uninstall-/Export-InfisicalCertificate), BouncyCastle-backed PemCertificateBuilder, formatting/type metadata for PKI models, and cert-manager <-> pki route alias fallback via InvokeWithCandidateF… #4

Merged
gsadmin merged 2 commits from dev into main 2026-06-04 01:31:39 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit a2f2b601c3 - Show all commits
+3 -3
View File
@@ -41,7 +41,7 @@ jobs:
Write-Host "Manifest OK: $($manifest.Name) $($manifest.Version)" Write-Host "Manifest OK: $($manifest.Name) $($manifest.Version)"
- name: Upload module artifact - name: Upload module artifact
uses: actions/upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: PSInfisicalAPI-module name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI path: Module/PSInfisicalAPI
@@ -71,7 +71,7 @@ jobs:
Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()')) Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()'))
- name: Download module artifact - name: Download module artifact
uses: actions/download-artifact@v4 uses: christopherhx/gitea-download-artifact@v4
with: with:
name: PSInfisicalAPI-module name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI path: Module/PSInfisicalAPI
@@ -213,7 +213,7 @@ jobs:
Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()')) Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()'))
- name: Download module artifact - name: Download module artifact
uses: actions/download-artifact@v4 uses: christopherhx/gitea-download-artifact@v4
with: with:
name: PSInfisicalAPI-module name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI path: Module/PSInfisicalAPI
+3 -1
View File
@@ -6,11 +6,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) loos
## Unreleased ## Unreleased
- **CI — Gitea artifact upload fix**: Replaced `actions/upload-artifact@v4` and `actions/download-artifact@v4` with the Gitea-compatible forks `christopherhx/gitea-upload-artifact@v4` and `christopherhx/gitea-download-artifact@v4` in `.gitea/workflows/publish-psgallery.yml`. The upstream v4 actions abort on Gitea because Gitea is detected as GHES, which the upstream v4 actions do not support (see [go-gitea/gitea#28853](https://github.com/go-gitea/gitea/issues/28853)).
## 2026.06.04.0123 ## 2026.06.04.0123
- Build produced from commit 2cbd5c2008f5. - Build produced from commit 2cbd5c2008f5.
## Unreleased (carried forward) ## Unreleased (carried forward)
- **M10 polish — formatting, type metadata, and PKI route aliases**: - **M10 polish — formatting, type metadata, and PKI route aliases**:
- Added default table views and `DefaultDisplayPropertySet` entries for `InfisicalCertificateAuthority`, `InfisicalCertificate`, and `InfisicalCertificateBundle` in the module `Format.ps1xml` / `Types.ps1xml`. - Added default table views and `DefaultDisplayPropertySet` entries for `InfisicalCertificateAuthority`, `InfisicalCertificate`, and `InfisicalCertificateBundle` in the module `Format.ps1xml` / `Types.ps1xml`.