Skip to content

Commit

Permalink
Release: v1.1.0 (#297)
Browse files Browse the repository at this point in the history
## What's Changed
* fix: update doc versions by @verbanicm in
#240
* Only emit a warning if the envvar has changed by @sethvargo in
#245
* Update CI and deps by @sethvargo in
#248
* Document possible issues with org policies by @sethvargo in
#258
* Updated troubleshooting to add permissions example by @bseib in
#262
* Note that Firebase Admin Node.js SDK doesn't support WLIF by
@kevinthecheung in
#268
* chore: update dependencies (automated) by @verbanicm in
#274
* Document admission for all repos of an owner by @djbrown in
#279
* Switch to pull non-secret values from env by @sethvargo in
#288
* Emit a diff of each environment variable by @sethvargo in
#296
* Enable default retries of 3 retry attempts at 250ms backoff by
@sethvargo in #294

## New Contributors
* @bseib made their first contribution in
#262
* @kevinthecheung made their first contribution in
#268
* @djbrown made their first contribution in
#279

**Full Changelog**:
v1.0.0...41d8fa4
  • Loading branch information
google-github-actions-bot committed Apr 17, 2023
1 parent 41d8fa4 commit e8df18b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-github-actions/auth",
"version": "1.0.0",
"version": "1.1.0",
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
"main": "dist/main/index.js",
"scripts": {
Expand Down

0 comments on commit e8df18b

Please sign in to comment.