Skip to content

Releases: fwdcloudsec/granted

v0.39.0

28 Mar 19:16
Immutable release. Only release title and notes can be modified.
25a104c

Choose a tag to compare

Granted v0.39.0 is the first release published under the fwdcloudsec organization. This release includes new features, bug fixes, and updates to the release infrastructure.

Release Infrastructure Changes

Starting with v0.39.0, Granted releases are published to new infrastructure under the granted.dev domain:

  • Binary downloads are now hosted at releases.granted.dev
  • Linux APT repository has moved to apt.releases.granted.dev — see the installation docs for updated setup instructions
  • Homebrew (brew install fwdcloudsec/granted/granted) now builds from source via the fwdcloudsec/homebrew-granted tap. Prebuilt macOS binaries are not currently available — if you need them, please open a discussion
  • GPG signing key has been updated (fwdcloudsec/granted-docs#4). The APT repository signing key has been updated too — see the installation docs for the new key

Previous releases remain available at releases.commonfate.io.

Features

  • OAuth Authorization Code + PKCE flow for SSO login — adds a more secure SSO authentication method (#923) by @dgilmanuni
  • Hierarchical RoleSessionName resolution — role session names are now resolved hierarchically when assuming roles (#884) by @FredPerr
  • GRANTED_BROWSER_PROFILE env var — override the browser profile used for console sessions via an environment variable (#914) by @billyjbryant
  • Zen browser support — native support for the Zen browser (#930) by @meyerjrr

Bug Fixes

Console Service Map

Added support for: AWS Control Tower, CloudFront, ElastiCache, SQS, Cognito, and Global Accelerator (#871, #877, #893)

Housekeeping

  • Upgraded to Go 1.25 and renamed module to github.com/fwdcloudsec/granted (#913)
  • Removed legacy Common Fate integrations and plugins (#855, #861)
  • Cleaned up registry package (#805) by @EloyTolosaDev
  • Dependency updates (#922) by @ericofusco

New Contributors

Thank you to everyone who contributed to this release!

Full Changelog: v0.38.0...v0.39.0

v0.38.0

28 Feb 04:43
e1f1b5a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.0...v0.38.0

v0.37.0

28 Feb 04:38
91e5e76

Choose a tag to compare

Changelog

  • 91e5e76 Josh/cf 3767 add cli flag to attach jira ticket in assume (#808)
  • e047104 Service flag support for AWS Backup (#804)

Download this release by following our getting started guide.

v0.36.3

12 Nov 06:23
8547465

Choose a tag to compare

Changelog

  • 8785167 Revert additional stream closed polling on proxy command (#802)
  • 8547465 use sso role name from grant output for eks and rds access (#803)

Download this release by following our getting started guide.

v0.36.2

12 Nov 06:23
eeec10e

Choose a tag to compare

Changelog

  • eeccfba Add Vivaldi browser support (#797)
  • eeec10e Fix the proxy command not detecting that the stream had closed remotely (#799)
  • 062ec34 Re authenticate with common fate during registry sync if token is expired (#798)
  • b165600 Service flag support for AWS Organizations (#800)
  • cc23acc fix: pass external_id for credential process and IAM (#790)

Download this release by following our getting started guide.

v0.36.1

12 Nov 06:23
fd86607

Choose a tag to compare

Changelog

  • fd86607 Switch out huh for survey with a custom renderer template (#794)

Download this release by following our getting started guide.

v0.36.0

04 Nov 06:57
cebcab0

Choose a tag to compare

What's Changed

Full Changelog: v0.35.2...v0.36.0

v0.35.2

21 Oct 10:03
4c2fac9

Choose a tag to compare

What's Changed

  • Changes waf shortcut to use v2 home page, rather than WAF classic home. by @CodyDunlap in #775
  • Fix service map comma and formatting by @chrnorm in #776
  • update asdf tool-versions golang to 1.22 by @chrnorm in #774
  • tidy unused packages and variables by @chrnorm in #773
  • RDS proxy command should be filterable by @JoshuaWilkes in #777
  • feat: sort service map and add aws bedrock as a recognized service. by @felipewnp in #784

New Contributors

Full Changelog: v0.35.1...v0.35.2

v0.35.1

09 Oct 10:42
230f6e0

Choose a tag to compare

This release includes bug fixes for the RDS plugin.

What's Changed

  • Remove Grant is activated message, use new Grant Output API by @JoshuaWilkes in #769
  • Improve how RDS proxy command handles grant expiry and proxy connection errors by @JoshuaWilkes in #770

Full Changelog: v0.35.0...v0.35.1

v0.35.0

04 Oct 10:29
c0c1387

Choose a tag to compare

AWS IAM Identity Center phishing protection

Frame 13

This release adds support for the new Granted browser extension for Chrome, which confirms the user code automatically when logging in to AWS IAM Identity Center. This makes authenticating faster and protects against being phished for your AWS credentials. Read more in our announcement blog post here..

Follow our install guide here to get set up with Granted.

What's Changed

  • add fixes to setting custom browser by @meyerjrr in #760
  • Fix the version output when running assume -v by @chrnorm in #762
  • Added support for manual setting of PassDir to avoid pass password pollution in default location by @VigneshSelvaraj96 in #761
  • Add apigw -> apigateway service shortcut by @alexjurkiewicz in #763
  • Add AWS IAM Identity Center device code flow automation by @chrnorm in #765

New Contributors

Full Changelog: v0.34.2...v0.35.0