Tags: overmindtech/cli
Tags
feat, adding signal settings to sdp and api-server (#2195) also does https://linear.app/overmind/issue/ENG-934/implement-signals-settings I was not around when the KV store was done for account config, it looks weird how is uses atlas/sqlc So my outstanding questions is how do you want to handle default values. 1. what are the default values i took them from the ticket 2. do we want to set the default values for all accounts in the DB, or do what we currently do which is, unless the value is set in the DB, we just give the system defaults. 3. when retrieving the signal settings if they dont exist, i save them to the account. (mimicking the HCP behaviour) GitOrigin-RevId: 7d528add288ffd489774a808dc5c4effe1e1ec74
feat, initial commit of signals to SDP. simple storage, aggregation o… …f signals and caching (#2181) and https://linear.app/overmind/issue/ENG-931/create-full-signal-aggregation-function GitOrigin-RevId: 22c367522912192bacfe9b8cdfa151d01e0cf6de
(fix) cli get change waits on 'in progress' and 'unspecified' (#1042) re #1041  with the changes in where we do processing for a change. when we first ask the status of the risk analysis, each step will be 0, ie unknown. We should wait on this status of ChangeAnalysisStatus_STATUS_UNSPECIFIED similar to ChangeAnalysisStatus_STATUS_INPROGRESS. longer term GetChangeRisks will be removed, and we will ask the change_timeline_v2 what is happening and this logic will be different. GitOrigin-RevId: 295095de4be0675e8abfaab9006797f2e6163ca4
chore(deps): update terraform aws to v5.93.0 (#970) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.92.0` -> `5.93.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.93.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5930-March-27-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.92.0...v5.93.0) FEATURES: - **New Resource:** `aws_api_gateway_rest_api_put` ([#​41375](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41375)) ENHANCEMENTS: - data-source/aws_ecr_pull_through_cache_rule: Add `custom_role_arn` and `upstream_repository_prefix` attributes ([#​41933](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41933)) - resource/aws_codepipeline: Adds `trigger_all` attribute ([#​42008](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42008)) - resource/aws_codepipeline: Removal of `trigger` argument now properly removes custom trigger definitions ([#​42008](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42008)) - resource/aws_cognitoidp_user_pool: Mark the `username_configuration` and `username_configuration.case_sensitive` arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. ([#​35439](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35439)) - resource/aws_datasync_task: Add `task_mode` argument ([#​39979](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39979)) - resource/aws_ecr_pull_through_cache_rule: Add `custom_role_arn` and `upstream_repository_prefix` arguments ([#​41933](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41933)) - resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of `ecr_repository_prefix` to support a value of `"ROOT"` ([#​41933](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41933)) - resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations ([#​41940](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41940)) - resource/aws_kinesisanalyticsv2\_application: Allow `runtime_environment` to be updated in-place ([#​41935](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41935)) - resource/aws_verified_access_endpoint: Add `cidr_options`, `load_balancer.port_range`, `network_interface_options.port_range`, and `rds_options` arguments ([#​41957](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41957)) - resource/aws_verified_access_endpoint: Mark `application_domain`, `domain_certificate_arn` and `endpoint_domain_prefix` as Optional ([#​41957](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41957)) - resource/aws_verified_access_endpoint: Support `cidr` and `rds` as valid values for `endpoint_type` ([#​41957](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41957)) - resource/aws_verified_access_instance: Add `cidr_endpoint_custom_subdomain` argument and `name_servers` attribute ([#​41957](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41957)) - resource/aws_verified_access_trust_provider: Add `native_application_oidc_options` and `sse_specification` arguments ([#​41957](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41957)) BUG FIXES: - resource/aws_db_instance: Fix `InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days` errors when enabling `database_insights_mode` on existing instances ([#​41960](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41960)) - resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions ([#​41920](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41920)) - resource/aws_elasticache_replication_group: Retry `InvalidReplicationGroupState` exceptions during tagging operations ([#​41954](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41954)) - resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations ([#​40320](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40320)) - resource/aws_iot_domain_configuration: Change `domain_name` to Computed ([#​41985](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41985)) - resource/aws_lakeformation_opt_in: Fix error when expanding `resource_data.table_wildcard` attribute ([#​41939](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41939)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/overmindtech/workspace). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0ZXJyYWZvcm0iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: c994b4f1f82d34f29b1ae442278764938cc8e428
PreviousNext