Skip to content

Commit c21c2e7

Browse files
committed
chore: Fix Actions failure
Signed-off-by: Matthew H. Irby <matt.irby@outlook.com>
1 parent d5aa46e commit c21c2e7

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
1313

14-
# Setup dotnet 6.0
14+
# Setup dotnet 8.0
1515
# https://github.com/actions/setup-dotnet
1616
- uses: actions/setup-dotnet@v3
1717
with:
18-
dotnet-version: '6.x'
18+
dotnet-version: '8.x'
1919

2020
# Setup nuget
2121
- name: Setup build environment

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
- 1.0.0
2-
- First production release of the GoDaddy AnyCA Gateway REST plugin that implements:
3-
- CA Sync
4-
- Download all issued certificates
5-
- Certificate enrollment for all published GoDaddy Certificate SKUs
6-
- Support certificate enrollment (new keys/certificate)
7-
- Support certificate renewal (extend the life of a previously issued certificate with the same or different domain names)
8-
- Support certificate re-issuance (new public/private keys with the same or different domain names)
9-
- Certificate revocation
10-
- Request revocation of a previously issued certificate
1+
# v1.2.0
2+
- Add special condition to handle status 409 when downloading certificates from GoDaddy. 409 indicates that the certificate state does not allow download.
113

12-
- 1.1.0
4+
# v1.1.0
135
- chore(docs): Upgrade GitHub Actions to use Bootstrap Workflow v3 to support Doctool
146

15-
- 1.2.0
16-
- Add special condition to handle status 409 when downloading certificates from GoDaddy. 409 indicates that the certificate state does not allow download.
7+
# v1.0.0
8+
- First production release of the GoDaddy AnyCA Gateway REST plugin that implements:
9+
- CA Sync
10+
- Download all issued certificates
11+
- Certificate enrollment for all published GoDaddy Certificate SKUs
12+
- Support certificate enrollment (new keys/certificate)
13+
- Support certificate renewal (extend the life of a previously issued certificate with the same or different domain names)
14+
- Support certificate re-issuance (new public/private keys with the same or different domain names)
15+
- Certificate revocation
16+
- Request revocation of a previously issued certificate

integration-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"update_catalog": true,
1010
"gateway_framework": "24.2",
1111
"release_dir": "GoDaddy/bin/Release/net6.0",
12+
"release_project": "GoDaddy/GoDaddy.csproj",
1213
"about": {
1314
"carest": {
1415
"ca_plugin_config": [

0 commit comments

Comments
 (0)