Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Jan 8, 2025
1 parent e1030c3 commit dea63ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions lib/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ module Permission
USER_ASSIGN = "user:assign"
USER_SUSPEND = "user:suspend"
USER_SET_PASSWORD = "user:set_password"
DEMO_PROVISIONING_REQUEST_CREATE = "demoprovisioningrequest:create"
DEMO_PROVISIONING_REQUEST_LIST = "demoprovisioningrequest:list"
ROLE_LIST = "role:list"
ROLE_CREATE = "role:create"
ROLE_DELETE = "role:delete"
Expand Down Expand Up @@ -399,18 +397,10 @@ module Permission
ORG_AUDIT_POLICIES = "audit:policies"
WORKFLOW_LIST = "workflow:list"
WORKFLOW_EDIT = "workflow:edit"
ACCESS_REQUEST_EDIT = "accessrequest:edit"
ACCESS_REQUEST_LIST = "accessrequest:list"
ACCESS_REQUEST_REQUESTER = "accessrequest:requester"
APPROVAL_FLOW_EDIT = "approvalflow:edit"
APPROVAL_FLOW_LIST = "approvalflow:list"
GLOBAL_RDP_RENDER = "rdp:render"
GLOBAL_QUERY_BUCKET_TRACKER = "query:bucket_tracker"
GLOBAL_ASSETS_GET_LATEST_VERSION_COMMIT_HASH = "assets:get_latest_version_commit_hash"
GLOBAL_SDMOS_SERVICE = "sdmos:service"
GLOBAL_SDMOS_DEPLOYMENT = "sdmos:deployment"
GLOBAL_SDMOS_RELEASE = "sdmos:release"
GLOBAL_DEMO_PROVISIONER = "demo:provision"
INSTALLATION_BLESS = "installation:bless"
INSTALLATION_CREATE = "installation:create"
INSTALLATION_REVOKE = "installation:revoke"
Expand Down
2 changes: 1 addition & 1 deletion lib/strongdm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Client
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
API_VERSION = "2024-03-28"
USER_AGENT = "strongdm-sdk-ruby/11.23.0"
USER_AGENT = "strongdm-sdk-ruby/12.0.0"
private_constant :DEFAULT_MAX_RETRIES, :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :API_VERSION, :USER_AGENT

# Creates a new strongDM API client.
Expand Down
2 changes: 1 addition & 1 deletion lib/version
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
#
module SDM
VERSION = "11.23.0"
VERSION = "12.0.0"
end
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
#
module SDM
VERSION = "11.23.0"
VERSION = "12.0.0"
end

0 comments on commit dea63ed

Please sign in to comment.