Skip to content

Commit

Permalink
chore: 4.2.0 release (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-ci authored Dec 5, 2024
1 parent 8790af1 commit 8eca034
Show file tree
Hide file tree
Showing 17 changed files with 716 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/reference/api/load-time-series-data.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Load time series data."
sidebar_label: "Load time series data."
hide_title: true
hide_table_of_contents: true
api: {"parameters":[{"name":"timeseries","description":"The name of the time series.","in":"path","required":true,"schema":{"type":"string","example":"some_name"}}],"requestBody":{"description":"Parameters of the time series request.","content":{"application/json":{"schema":{"type":"object","properties":{"start":{"type":"string","format":"date-time","description":"The start of the time series. If not defined 7 days from now into the past."},"end":{"type":"string","format":"date-time","description":"The end of the time series. If not defined now."},"group":{"type":"array","items":{"type":"string"},"description":"Reduce the available groups to the set of defined ones."},"filter":{"type":"array","items":{"type":"string"},"description":"Filter available group members by predicate.\nOnly time series values with matching group criteria will be selected.\n","example":"group_var_foo == \"bla\""},"granularity":{"type":"string","format":"duration","description":"The granularity of the time series.\nThis can be either a duration or the number of items for the time window that is selected.\nThe granularity can not go below one hour.\nIt defaults to (end-start) / 20.\n"}}}}}},"tags":["timeseries"],"responses":{"400":{"description":"A required property is missing or the request can not be read.","content":{"text/plain":{"schema":{"type":"string"}}}},"default":{"description":"The time series data","content":{"application/json":{"schema":{"type":"object","additionalProperties":true},"example":"{\n \"time\": \"2021-01-01T00:00:00Z\",\n \"value\": 1\n}\n"}}}},"description":"Load time series data.","method":"post","path":"/timeseries/{timeseries}","servers":[{"url":"https://{host}:{port}","variables":{"host":{"default":"localhost"},"port":{"default":"8900"}}}],"jsonRequestBodyExample":{"start":"2024-12-05T16:52:09.277Z","end":"2024-12-05T16:52:09.277Z","group":["string"],"filter":"group_var_foo == \"bla\"","granularity":"string"},"info":{"title":"Fix Inventory Core REST API","version":"V1"},"postman":{"name":"Load time series data.","description":{"type":"text/plain"},"url":{"path":["timeseries",":timeseries"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The name of the time series.","type":"text/plain"},"type":"any","value":"","key":"timeseries"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}}
api: {"parameters":[{"name":"timeseries","description":"The name of the time series.","in":"path","required":true,"schema":{"type":"string","example":"some_name"}}],"requestBody":{"description":"Parameters of the time series request.","content":{"application/json":{"schema":{"type":"object","properties":{"start":{"type":"string","format":"date-time","description":"The start of the time series. If not defined 7 days from now into the past."},"end":{"type":"string","format":"date-time","description":"The end of the time series. If not defined now."},"group":{"type":"array","items":{"type":"string"},"description":"Reduce the available groups to the set of defined ones."},"filter":{"type":"array","items":{"type":"string"},"description":"Filter available group members by predicate.\nOnly time series values with matching group criteria will be selected.\n","example":"group_var_foo == \"bla\""},"granularity":{"type":"string","format":"duration","description":"The granularity of the time series.\nThis can be either a duration or the number of items for the time window that is selected.\nThe granularity can not go below one hour.\nIt defaults to (end-start) / 20.\n"}}}}}},"tags":["timeseries"],"responses":{"400":{"description":"A required property is missing or the request can not be read.","content":{"text/plain":{"schema":{"type":"string"}}}},"default":{"description":"The time series data","content":{"application/json":{"schema":{"type":"object","additionalProperties":true},"example":"{\n \"time\": \"2021-01-01T00:00:00Z\",\n \"value\": 1\n}\n"}}}},"description":"Load time series data.","method":"post","path":"/timeseries/{timeseries}","servers":[{"url":"https://{host}:{port}","variables":{"host":{"default":"localhost"},"port":{"default":"8900"}}}],"jsonRequestBodyExample":{"start":"2024-12-05T17:24:43.057Z","end":"2024-12-05T17:24:43.057Z","group":["string"],"filter":"group_var_foo == \"bla\"","granularity":"string"},"info":{"title":"Fix Inventory Core REST API","version":"V1"},"postman":{"name":"Load time series data.","description":{"type":"text/plain"},"url":{"path":["timeseries",":timeseries"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The name of the time series.","type":"text/plain"},"type":"any","value":"","key":"timeseries"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: reference/api/fix-inventory-core-rest-api
custom_edit_url: null
Expand Down
44 changes: 44 additions & 0 deletions iam/aws/4.X/FixCollect.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"athena:ListTagsForResource",
"athena:ListWorkGroups",
"autoscaling:DescribeAutoScalingGroups",
"backup:GetBackupVaultAccessPolicy",
"backup:ListBackupJobs",
"backup:ListBackupPlans",
"backup:ListBackupVaults",
Expand All @@ -26,6 +27,27 @@
"backup:ListRestoreJobs",
"backup:ListRestoreTestingPlans",
"backup:ListTags",
"bedrock-agent:GetAgent",
"bedrock-agent:GetFlow",
"bedrock-agent:GetFlowVersion",
"bedrock-agent:GetKnowledgeBase",
"bedrock-agent:GetPrompt",
"bedrock-agent:ListAgents",
"bedrock-agent:ListFlows",
"bedrock-agent:ListKnowledgeBases",
"bedrock-agent:ListPrompts",
"bedrock-agent:ListTagsForResource",
"bedrock:GetCustomModel",
"bedrock:GetEvaluationJob",
"bedrock:GetGuardrail",
"bedrock:GetModelCustomizationJob",
"bedrock:ListCustomModels",
"bedrock:ListEvaluationJobs",
"bedrock:ListFoundationModels",
"bedrock:ListGuardrails",
"bedrock:ListModelCustomizationJobs",
"bedrock:ListProvisionedModelThroughputs",
"bedrock:ListTagsForResource",
"cloudformation:DescribeStacks",
"cloudformation:ListStackInstances",
"cloudformation:ListStackResources",
Expand All @@ -51,6 +73,7 @@
"cloudtrail:ListTags",
"cloudtrail:ListTrails",
"cloudwatch:DescribeAlarms",
"cloudwatch:DescribeResourcePolicies",
"cloudwatch:GetMetricData",
"cognito-idp:ListGroups",
"cognito-idp:ListTagsForResource",
Expand All @@ -61,6 +84,7 @@
"dynamodb:DescribeContinuousBackups",
"dynamodb:DescribeGlobalTable",
"dynamodb:DescribeTable",
"dynamodb:GetResourcePolicy",
"dynamodb:ListGlobalTables",
"dynamodb:ListTables",
"dynamodb:ListTagsOfResource",
Expand Down Expand Up @@ -89,6 +113,7 @@
"ecr-public:DescribeRepositories",
"ecr:DescribeRepositories",
"ecr:GetLifecyclePolicy",
"ecr:GetRepositoryPolicy",
"ecs:DescribeCapacityProviders",
"ecs:DescribeClusters",
"ecs:DescribeContainerInstances",
Expand Down Expand Up @@ -134,7 +159,9 @@
"iam:ListAccountAliases",
"iam:ListInstanceProfiles",
"iam:ListServerCertificates",
"inspector2:ListFindings",
"kinesis:DescribeStream",
"kinesis:GetResourcePolicy",
"kinesis:ListStreams",
"kinesis:ListTagsForStream",
"kms:DescribeKey",
Expand All @@ -152,6 +179,20 @@
"opensearch:ListDomainNames",
"organizations:ListAccounts",
"pricing:GetProducts",
"qapps:ListLibraryItems",
"qapps:ListQApps",
"qapps:ListTagsForResource",
"qbusiness:ListApplications",
"qbusiness:ListConversations",
"qbusiness:ListDataSourceSyncJobs",
"qbusiness:ListDataSources",
"qbusiness:ListDocuments",
"qbusiness:ListIndices",
"qbusiness:ListMessages",
"qbusiness:ListPlugins",
"qbusiness:ListRetrievers",
"qbusiness:ListTagsForResource",
"qbusiness:ListWebExperiences",
"rds:DescribeDbClusterSnapshots",
"rds:DescribeDbClusters",
"rds:DescribeDbInstances",
Expand All @@ -164,6 +205,7 @@
"route53:ListTagsForResource",
"s3:GetAccountPublicAccessBlock",
"s3:GetBucketAcl",
"s3:GetBucketLifecycleConfiguration",
"s3:GetBucketLocation",
"s3:GetBucketLogging",
"s3:GetBucketPolicy",
Expand Down Expand Up @@ -213,6 +255,7 @@
"sagemaker:ListTrials",
"sagemaker:ListUserProfiles",
"sagemaker:ListWorkteams",
"secretsmanager:GetResourcePolicy",
"secretsmanager:ListSecrets",
"servicequotas:ListServiceQuotas",
"sns:GetPlatformApplicationAttributes",
Expand All @@ -229,6 +272,7 @@
"ssm:DescribeDocument",
"ssm:DescribeInstanceInformation",
"ssm:GetDocument",
"ssm:ListComplianceItems",
"ssm:ListDocuments",
"ssm:ListResourceComplianceSummaries",
"wafv2:GetLoggingConfiguration",
Expand Down
24 changes: 24 additions & 0 deletions iam/aws/4.X/FixMutate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
"backup:DeleteRestoreTestingPlan",
"backup:TagResource",
"backup:UntagResource",
"bedrock-agent:DeleteAgent",
"bedrock-agent:DeleteFlow",
"bedrock-agent:DeleteFlowVersion",
"bedrock-agent:DeleteKnowledgeBase",
"bedrock-agent:DeletePrompt",
"bedrock-agent:TagResource",
"bedrock-agent:UntagResource",
"bedrock:DeleteCustomModel",
"bedrock:DeleteGuardrail",
"bedrock:DeleteProvisionedModelThroughput",
"bedrock:TagResource",
"bedrock:UntagResource",
"cloudformation:DeleteStack",
"cloudformation:DeleteStackSet",
"cloudformation:UpdateStack",
Expand Down Expand Up @@ -155,6 +167,18 @@
"logs:DeleteLogGroup",
"logs:TagResource",
"logs:UntagResource",
"qapps:DeleteLibraryItem",
"qapps:DeleteQApp",
"qapps:TagResource",
"qapps:UntagResource",
"qbusiness:DeleteApplication",
"qbusiness:DeleteDataSource",
"qbusiness:DeleteIndex",
"qbusiness:DeletePlugin",
"qbusiness:DeleteRetriever",
"qbusiness:DeleteWebExperience",
"qbusiness:TagResource",
"qbusiness:UntagResource",
"rds:AddTagsToResource",
"rds:DeleteDbCluster",
"rds:DeleteDbInstance",
Expand Down
29 changes: 27 additions & 2 deletions iam/gcp/4.X/fix_access.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
"description": "Permissions required to collect resources.",
"stage": "GA",
"includedPermissions": [
"aiplatform.projects.locations.batchPredictionJobs.list",
"aiplatform.projects.locations.customJobs.list",
"aiplatform.projects.locations.datasets.list",
"aiplatform.projects.locations.endpoints.list",
"aiplatform.projects.locations.featureGroups.list",
"aiplatform.projects.locations.featurestores.list",
"aiplatform.projects.locations.hyperparameterTuningJobs.list",
"aiplatform.projects.locations.indexEndpoints.list",
"aiplatform.projects.locations.indexes.list",
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.list",
"aiplatform.projects.locations.models.list",
"aiplatform.projects.locations.pipelineJobs.list",
"aiplatform.projects.locations.schedules.list",
"aiplatform.projects.locations.tensorboards.list",
"aiplatform.projects.locations.trainingPipelines.list",
"aiplatform.projects.locations.tuningJobs.list",
"cloudfunctions.projects.locations.functions.list",
"cloudsql.backupRuns.list",
"cloudsql.databases.list",
"cloudsql.instances.get",
Expand Down Expand Up @@ -33,14 +50,12 @@
"compute.interconnects.list",
"compute.licenses.list",
"compute.machineImages.list",
"compute.machineTypes.get",
"compute.machineTypes.list",
"compute.networkEdgeSecurityServices.list",
"compute.networkEndpointGroups.list",
"compute.networks.list",
"compute.nodeGroups.list",
"compute.nodeTemplates.list",
"compute.nodeTypes.list",
"compute.packetMirrorings.list",
"compute.publicAdvertisedPrefixes.list",
"compute.publicDelegatedPrefixes.list",
Expand Down Expand Up @@ -68,6 +83,16 @@
"compute.vpnTunnels.list",
"container.clusters.list",
"container.operations.list",
"file.projects.locations.backups.list",
"file.projects.locations.instances.list",
"file.projects.locations.instances.snapshots.list",
"firestore.projects.databases.documents.list",
"firestore.projects.databases.list",
"firestore.projects.locations.backups.list",
"pubsub.projects.snapshots.list",
"pubsub.projects.subscriptions.list",
"pubsub.projects.topics.list",
"securitycenter.projects.sources.findings.list",
"storage.buckets.list"
]
}
50 changes: 50 additions & 0 deletions iam/gcp/4.X/fix_mutate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
"description": "Permissions required to mutate resources.",
"stage": "GA",
"includedPermissions": [
"aiplatform.projects.locations.batchPredictionJobs.delete",
"aiplatform.projects.locations.batchPredictionJobs.setLabels",
"aiplatform.projects.locations.customJobs.delete",
"aiplatform.projects.locations.customJobs.setLabels",
"aiplatform.projects.locations.datasets.delete",
"aiplatform.projects.locations.datasets.setLabels",
"aiplatform.projects.locations.endpoints.delete",
"aiplatform.projects.locations.endpoints.setLabels",
"aiplatform.projects.locations.featureGroups.delete",
"aiplatform.projects.locations.featureGroups.setLabels",
"aiplatform.projects.locations.featurestores.delete",
"aiplatform.projects.locations.featurestores.setLabels",
"aiplatform.projects.locations.hyperparameterTuningJobs.delete",
"aiplatform.projects.locations.hyperparameterTuningJobs.setLabels",
"aiplatform.projects.locations.indexEndpoints.delete",
"aiplatform.projects.locations.indexEndpoints.setLabels",
"aiplatform.projects.locations.indexes.delete",
"aiplatform.projects.locations.indexes.setLabels",
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.delete",
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.setLabels",
"aiplatform.projects.locations.models.delete",
"aiplatform.projects.locations.models.setLabels",
"aiplatform.projects.locations.pipelineJobs.delete",
"aiplatform.projects.locations.pipelineJobs.setLabels",
"aiplatform.projects.locations.schedules.delete",
"aiplatform.projects.locations.schedules.setLabels",
"aiplatform.projects.locations.tensorboards.delete",
"aiplatform.projects.locations.tensorboards.setLabels",
"aiplatform.projects.locations.trainingPipelines.delete",
"aiplatform.projects.locations.trainingPipelines.setLabels",
"aiplatform.projects.locations.tuningJobs.delete",
"aiplatform.projects.locations.tuningJobs.setLabels",
"cloudfunctions.projects.locations.functions.delete",
"cloudfunctions.projects.locations.functions.setLabels",
"cloudsql.instances.delete",
"cloudsql.instances.update",
"compute.addresses.delete",
Expand Down Expand Up @@ -92,6 +126,22 @@
"compute.vpnTunnels.delete",
"container.clusters.delete",
"container.clusters.update",
"file.projects.locations.backups.delete",
"file.projects.locations.backups.setLabels",
"file.projects.locations.instances.delete",
"file.projects.locations.instances.setLabels",
"firestore.projects.databases.delete",
"firestore.projects.databases.setLabels",
"firestore.projects.locations.backups.delete",
"firestore.projects.locations.backups.setLabels",
"pubsub.projects.snapshots.delete",
"pubsub.projects.snapshots.setLabels",
"pubsub.projects.subscriptions.delete",
"pubsub.projects.subscriptions.setLabels",
"pubsub.projects.topics.delete",
"pubsub.projects.topics.setLabels",
"securitycenter.projects.sources.findings.delete",
"securitycenter.projects.sources.findings.setLabels",
"storage.buckets.delete",
"storage.buckets.update"
]
Expand Down
2 changes: 1 addition & 1 deletion latestRelease.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "4.X": "4.1.0" }
{ "4.X": "4.2.0" }
Loading

0 comments on commit 8eca034

Please sign in to comment.