Skip to content

Commit 963498e

Browse files
authored
Merge pull request #44 from Keyfactor/ab#60649_sq
* Ab#60649 (#43) * fix(management): Management jobs for `K8STLSSecret` and `K8SSecret` types handle ECC keys. * chore(docs): Update screenshots for `K8SCluster` and `K8SNS` store types custom fields.
2 parents 4d60b7f + ac4d207 commit 963498e

15 files changed

+229
-330
lines changed
Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
name: Starter Workflow
2-
on: [workflow_dispatch, push, pull_request]
1+
name: Keyfactor Bootstrap Workflow
32

4-
jobs:
5-
call-create-github-release-workflow:
6-
uses: Keyfactor/actions/.github/workflows/github-release.yml@main
7-
8-
call-dotnet-build-and-release-workflow:
9-
needs: [call-create-github-release-workflow]
10-
uses: Keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@main
11-
with:
12-
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
13-
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
14-
release_dir: kubernetes-orchestrator-extension\bin\Release
15-
secrets:
16-
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, closed, synchronize, edited, reopened]
7+
push:
8+
create:
9+
branches:
10+
- 'release-*.*'
1711

18-
call-generate-readme-workflow:
19-
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
20-
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@main
21-
secrets:
22-
token: ${{ secrets.APPROVE_README_PUSH }}
23-
24-
call-update-catalog-workflow:
25-
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
26-
uses: Keyfactor/actions/.github/workflows/update-catalog.yml@main
12+
jobs:
13+
call-starter-workflow:
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v2
2715
secrets:
28-
token: ${{ secrets.SDK_SYNC_PAT }}
16+
token: ${{ secrets.V2BUILDTOKEN}}
17+
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
18+
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
19+
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.1.2
2+
3+
## Bug Fixes
4+
- fix(management): Management jobs for `K8STLSSecret` and `K8SSecret` types handle ECC keys.
5+
- fix(manifest): Update store-type definitions to include params `IncludeCertChain` and `SeparateChain`
6+
- fix(docs): Update screenshots for `K8SCluster` and `K8SNS` store types custom fields.
7+
8+
19
# 1.1.1
210

311
## Features

README.md

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.
-5.14 KB
Loading
36.3 KB
Loading
27.1 KB
Loading
-29.2 KB
Loading
-62.1 KB
Loading
-43.2 KB
Loading
-70.6 KB
Loading

0 commit comments

Comments
 (0)