Skip to content

Commit

Permalink
Merge pull request #223 from jfrog/GH-217-fix-user-token-refresh
Browse files Browse the repository at this point in the history
Fix user token refresh not working after token expired
  • Loading branch information
alexhung authored Nov 8, 2024
2 parents fee665d + 6d57bd4 commit 7b4c087
Show file tree
Hide file tree
Showing 16 changed files with 410 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: Install Helm
uses: azure/setup-helm@v4.2.0
- name: Install GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds:
goarch: '386'
binary: artifactory-secrets-plugin
snapshot:
name_template: '{{ .Version }}'
version_template: '{{ .Version }}'
archives:
- format: binary
checksum:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.8.1 (November 8, 2024). Tested on Artifactory 7.98.8 with Vault v1.18.1 and OpenBao v2.0.0

BUG FIXES:

* Fix error when reading `config/user_token` with expired access token and failed to refresh. Issue: [#217](https://github.com/jfrog/artifactory-secrets-plugin/issues/217) PR: [#223](https://github.com/jfrog/artifactory-secrets-plugin/pull/223)

## 1.8.0 (June 7, 2024)

IMPROVEMENTS:
Expand Down
Loading

0 comments on commit 7b4c087

Please sign in to comment.