Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update release notes #5574

Merged
merged 4 commits into from
Mar 4, 2025
Merged

docs: Update release notes #5574

merged 4 commits into from
Mar 4, 2025

Conversation

Dan-Heath
Copy link
Contributor

@Dan-Heath Dan-Heath commented Mar 3, 2025

This PR updates the release notes:

  • New features - added new support for Azure scale sets
  • Known issues - added fix for issue with reauthentication after a user's auth tokens are deleted

Updates the Azure DHC topic to mention support for scale sets.

@Dan-Heath Dan-Heath added this to the 0.19.x milestone Mar 3, 2025
@Dan-Heath Dan-Heath self-assigned this Mar 3, 2025
@Dan-Heath Dan-Heath marked this pull request as ready for review March 4, 2025 13:03
@Dan-Heath Dan-Heath requested review from a team as code owners March 4, 2025 13:03
@Dan-Heath Dan-Heath requested a review from benemon March 4, 2025 13:08
@@ -7,6 +7,9 @@ description: >-
# Azure dynamic host catalogs
Boundary uses dynamic host catalogs to automatically discover Azure resources available through Azure Resource Manager (ARM) and add them as hosts.

The Azure plugin supports Azure Virtual Machine Scale Sets in both Flexible and Uniform orchestration modes.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't want folks to think we only support VMSS.

The Azure plugin supports Azure Virtual Machines, and Azure Virtual Machine Scale Sets in both Flexible and Uniform orchestration modes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great point, thank you! I updated this line.

Comment on lines 226 to 230
In previous versions, when the auth tokens associated with a user were deleted, Boundary deleted the user as well. When the user logged in later, Boundary would have to reload the user's resources before they could access them.
<br/><br />
Version 0.19.1 introduces a soft delete for when a cached user's auth tokens are deleted and there is a valid refresh token that is less than 20 days old. Boundary marks the user as deleted, so they do not show up in lists and searches. But it keeps their user information in the cache.
<br /><br />
When the user logs in again, Boundary changes the user's status to active and there is no need to reload the resources. When the refresh token is older than 20 days, Boundary deletes the user and their resources from the cache.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's some rewording needed here for accuracy?

Version 0.19.0 introduced the concept of a "soft delete" in the client cache, but there was an issue where "soft deleted" users weren't being restored when the user logs back in again. Version 0.19.1 addresses that issue. This was causing search functionality to break.

cc: @johanbrandhorst

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @moduli ! I reread the comments on #5549, and I think you are correct. I just pushed an updated version of this entry.

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@Dan-Heath Dan-Heath added the backport/website Backport changes to `stable-website` and the latest release-branch label Mar 4, 2025
@Dan-Heath Dan-Heath merged commit 252e44f into main Mar 4, 2025
8 checks passed
@Dan-Heath Dan-Heath deleted the dheath-0.19.1-update branch March 4, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/website Backport changes to `stable-website` and the latest release-branch docs/concepts website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants