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

chore(deps): update terraform-module #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Dec 22, 2024

This PR contains the following updates:

Package Type Update Change
terraform-ibm-modules/secrets-manager-secret/ibm (source) module minor 1.4.0 -> 1.7.0
terraform-ibm-modules/secrets-manager/ibm (source) module minor 1.19.6 -> 1.25.1

Release Notes

terraform-ibm-modules/terraform-ibm-secrets-manager-secret (terraform-ibm-modules/secrets-manager-secret/ibm)

v1.7.0

Compare Source

Features
  • added support to add custom metadata to a secret using new input custom_metadata (#​251) (faffa4f)

v1.6.0

Compare Source

(#​250) (f6ca9fc)

Features
  • The service_credentials_source_service_role input has now been replaced by service_credentials_source_service_role_crn to allow consumers to create service specific roles. For example:

    service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectReader"
    

v1.5.0

Compare Source

(#​221) (a485039)

Features
  • added support to create service credentials using existing service ID with new input service_credentials_existing_serviceid_crn
  • added support to pass a a list of custom parameters to the service credential creation using new input service_credentials_parameters
    • Example: service_credentials_parameters = { "service-endpoints" : "public" }
terraform-ibm-modules/terraform-ibm-secrets-manager (terraform-ibm-modules/secrets-manager/ibm)

v1.25.1

Compare Source

Bug Fixes

v1.25.0

Compare Source

Features
  • Added new input skip_iam_authorization_policy which defaults to false, meaning by default the module will now create the IAM authorization policies required to enable the IAM credentials engine by creating policies that grants the Secrets Manager instance 'Operator' access to the IAM identity service, and 'Groups Service Member Manage' access to the IAM groups service (#​237) (e5d4806)

v1.24.3

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/event-notifications/ibm to v1.18.8 (#​298) (9249319)

v1.24.2

Compare Source

Bug Fixes

v1.24.1

Compare Source

Bug Fixes

v1.24.0

Compare Source

(#​290) (fef71c3)

Features
  • updated DA input variable names:
    • secret_manager_tags --> secrets_manager_tags
    • public_engine_enabled --> public_cert_engine_enabled
    • cis_id --> public_cert_engine_internet_services_crn
    • dns_provider_name --> public_cert_engine_dns_provider_config_name
    • ca_name --> public_cert_engine_lets_encrypt_config_ca_name
    • private_engine_enabled --> private_cert_engine_enabled
    • root_ca_name --> private_cert_engine_config_root_ca_name
    • root_ca_common_name --> private_cert_engine_config_root_ca_common_name
    • root_ca_max_ttl --> private_cert_engine_config_root_ca_max_ttl
    • intermediate_ca_name --> private_cert_engine_config_intermediate_ca_name
    • certificate_template_name --> private_cert_engine_config_template_name
    • enable_event_notification --> enable_event_notifications
    • existing_event_notification_instance_crn --> existing_event_notifications_instance_crn
    • skip_event_notification_iam_authorization_policy --> skip_event_notifications_iam_authorization_policy
    • sm_en_email_list --> event_notifications_email_list
    • sm_en_from_email --> event_notifications_from_email
    • sm_en_reply_to_email --> event_notifications_reply_to_email
  • The default value of kms_key_ring_name has been changed from "sm-cos-key-ring" --> "secrets-manager-key-ring"
  • The default value of kms_key_name has been changed from "sm-cos-key" --> "secrets-manager-key"
  • The default value of iam_engine_name has been changed from "base-sm-iam-engine" --> "iam-engine"
  • The default value of secrets_manager_instance_name has been changed from "base-security-services-sm" --> "secrets-manager"

NOTE: If upgrading from a previous release, to prevent infrastructure being destroyed and recreated, you can override the defaults back to their original values.

v1.23.9

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.19.8 (#​292) (db0da54)

v1.23.8

Compare Source

Bug Fixes

v1.23.7

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​287) (d45e59b)

v1.23.6

Compare Source

Bug Fixes

v1.23.5

Compare Source

Bug Fixes

v1.23.4

Compare Source

Bug Fixes
  • stop enforcing hpcs encryption for fscloud module (#​286)
    - you can now supply key-protect or hyper-protect keys to the fscloud module for encryption (007f829)

v1.23.3

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​267) (52a278d)

v1.23.2

Compare Source

Bug Fixes

v1.23.1

Compare Source

Bug Fixes

v1.23.0

Compare Source

Features
  • The DA has been locked down to only support private only instances. So the existing_secrets_endpoint_type and allowed_network inputs have been removed. (#​259) (cc1ef7f)

v1.22.0

Compare Source

(#​273) (8899dc0)

Features
  • updated the schema of the secrets input variable:
    • The secrets.service_credentials_source_service_role attribute has been updated to secrets.service_credentials_source_service_role_crn meaning it now requires the full CRN of the role. This change means the module is now able to create service specific roles.
    • updated the IBM terraform provider version to 1.74.0 in the DA.

v1.21.0

Compare Source

Features
  • enables the ability to use CBR rules in DA
  • adds a new variable cbr_rules in DA variables
  • updates cbr_rule variable in module to include operations (#​263) (b6c49cc)

v1.20.0

Compare Source

Features
  • allow secrets created in secrets sub-module to be marked as hmac (#​247) (e5d03a2)

v1.19.10

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/event-notifications/ibm to v1.15.9 (#​264) (8e9e1c5)

v1.19.9

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/event-notifications/ibm to v1.15.8 (#​260) (60b2496)

v1.19.8

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/event-notifications/ibm to v1.15.7 (#​258) (af11cdb)

v1.19.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.7 chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.8 Dec 22, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.8 chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.9 Dec 28, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.9 chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.10 Jan 4, 2025
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.10 chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.20.0 Jan 10, 2025
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update terraform terraform-ibm-modules/secrets-manager/ibm to v1.20.0 chore(deps): update terraform-module Feb 7, 2025
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants