Skip to content

Commit 112a6f4

Browse files
authored
Merge branch 'main' into change/options
2 parents afe2a4f + e5a4539 commit 112a6f4

File tree

8 files changed

+23
-18
lines changed

8 files changed

+23
-18
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: ["1.19", "1.20", "1.21"]
3535
steps:
3636
- name: Checkout Repository
37-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
37+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
3838

3939
- name: Setup Golang Environment
4040
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
@@ -51,7 +51,7 @@ jobs:
5151
if: ${{ github.event.repository.fork == false }}
5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
54+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
5555

5656
- name: Switch Repository (Nightly)
5757
if: (github.event_name == 'schedule')
@@ -63,10 +63,10 @@ jobs:
6363
sed -i 's|\${NGINX_PLUS_VERSION}/||g' docker/Dockerfile
6464
6565
- name: Set up Docker Buildx
66-
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1
66+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
6767

6868
- name: Build Plus Docker Image
69-
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
69+
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7070
with:
7171
file: docker/Dockerfile
7272
tags: nginx-plus
@@ -83,7 +83,7 @@ jobs:
8383
docker compose logs -f test test-no-stream
8484
8585
- name: Create/Update Draft
86-
uses: lucacome/draft-release@f6dc37dcdf44be100a649b72c62c628776750190 # v0.2.2
86+
uses: lucacome/draft-release@3ed3808cb75e4398e021a19a171ce62f4943f2f7 # v1.0.0
8787
id: release-notes
8888
with:
8989
minor-label: "enhancement"
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ github.event_name == 'push' }}
9494

9595
- name: Run GoReleaser
96-
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
96+
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
9797
with:
9898
version: latest
9999
args: release --clean

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
pull-requests: write # for actions/dependency-review-action to post comments
2020
steps:
2121
- name: "Checkout Repository"
22-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
2323

2424
- name: "Dependency Review"
25-
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8
25+
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
2626
with:
2727
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.event.repository.fork == false }}
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
2525

2626
- name: Scan
2727
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
2525

2626
- name: Setup Golang Environment
2727
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
@@ -36,9 +36,9 @@ jobs:
3636
runs-on: ubuntu-22.04
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
39+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
4040

41-
- uses: reviewdog/action-actionlint@7485c2136bd093d2317a854c72910eebaee35238 # v1.37.1
41+
- uses: reviewdog/action-actionlint@67ec075cacebd361442f6e3ef7671f74c6548909 # v1.38.0
4242
with:
4343
actionlint_flags: -shellcheck ""
4444

@@ -47,9 +47,9 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Checkout Repository
50-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
50+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
5151

52-
- uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11.0.0
52+
- uses: DavidAnson/markdownlint-cli2-action@3aaa38e446fbd2c288af4291aa0f55d64651050f # v12.0.0
5353
with:
5454
config: .markdownlint-cli2.yaml
5555
globs: "**/*.md"

.github/workflows/scorecard.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
analysis:
1515
name: Scorecard analysis
1616
runs-on: ubuntu-latest
17+
if: ${{ github.event.repository.fork == false }}
1718
permissions:
1819
# Needed to upload the results to code-scanning dashboard.
1920
security-events: write
@@ -25,7 +26,7 @@ jobs:
2526

2627
steps:
2728
- name: "Checkout code"
28-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
2930
with:
3031
persist-credentials: false
3132

@@ -48,7 +49,7 @@ jobs:
4849
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4950
# format to the repository Actions tab.
5051
- name: "Upload artifact"
51-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
52+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5253
with:
5354
name: SARIF file
5455
path: results.sarif

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.0 (Aug 29, 2023)
4+
5+
An automatically generated list of changes can be found on GitHub at: [0.10.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.10.0)
6+
37
## 0.10.0 (Jul 19, 2022)
48

59
An automatically generated list of changes can be found on GitHub at: [0.10.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.10.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ functions.
2020

2121
## Compatibility
2222

23-
This Client works against versions 4 to 8 of the NGINX Plus API. The table below shows the version of NGINX Plus where
23+
This Client works against versions 4 to 9 of the NGINX Plus API. The table below shows the version of NGINX Plus where
2424
the API was first introduced.
2525

2626
| API version | NGINX Plus version |

0 commit comments

Comments
 (0)