Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: grafana/shared-workflows/actions/get-vault-secrets@main
with:
repo_secrets: |
NPM_TOKEN=npm-release.npm_token
NPM_TOKEN=npm-release:npm_token

- name: Publish package to NPM
if: steps.version_check.outputs.changed == 'true'
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## v0.7.1

- Chore: Use vault to get npm token in [#145](https://github.com/grafana/grafana-aws-sdk-react/pull/145)
- add zizmor ignore rule in #[144](https://github.com/grafana/grafana-aws-sdk-react/pull/144)
- Use vault to generate token in [#143](https://github.com/grafana/grafana-aws-sdk-react/pull/143)
- Cleanup github actions files in [#141](https://github.com/grafana/grafana-aws-sdk-react/pull/141)
- Bump the all-dependencies group across 1 directory with 29 updates in [#140](https://github.com/grafana/grafana-aws-sdk-react/pull/140)

## v0.7.0

- Allow hiding assume role inputs in https://github.com/grafana/grafana-aws-sdk-react/pull/126
Expand Down
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"gofmt",
"hmac",
"grabpl",
"spellcheck"
"spellcheck",
"zizmor"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/aws-sdk",
"version": "0.7.0",
"version": "0.7.1",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down