Skip to content

Commit 46d84a5

Browse files
authored
feat: remove beta tag + cleanup offering docs (#38)
BREAKING CHANGE: initial fully supported release
1 parent 4676a7a commit 46d84a5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ offerings:
77
offering_id: 0294f96e-7314-48d1-a710-c08a541b2119
88
variations:
99
- name: standard
10-
mark_ready: true
10+
mark_ready: false
1111
install_type: fullstack
1212
format_kind: stack
1313
validation_type: projects

catalogValidationValues.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"prefix": $PREFIX,
44
"existing_resource_group_name": $RG_NAME,
5-
"sm_service_plan": "trial",
65
"enable_platform_logs_metrics": false
76
}

ibm_catalog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"solution",
99
"support_ibm",
1010
"target_terraform",
11-
"ibm_beta",
1211
"security"
1312
],
1413
"keywords": [
@@ -51,6 +50,10 @@
5150
"title": "Creates an IBM Cloud Object Storage instance",
5251
"description": "Creates and configures an IBM Cloud Object Storage instance and multiple Object Storage buckets that is encrypted by Key Protect."
5352
},
53+
{
54+
"title": "Creates an IBM Cloud Event Notifications instance",
55+
"description": "Creates and configures an IBM Cloud Event Notifications instance with topics for Secrets Manager and Security and Compliance Center events."
56+
},
5457
{
5558
"title": "Creates service-to-service authorizations",
5659
"description": "Creates and configures service-to-service authorizations for the following services: KMS, Event Notifications, Object Storage, Secrets Manager, and Security and Compliance Center."
@@ -97,6 +100,14 @@
97100
"crn:v1:bluemix:public:iam::::role:Operator",
98101
"crn:v1:bluemix:public:iam::::role:Editor"
99102
]
103+
},
104+
{
105+
"service_name": "event-notifications",
106+
"role_crns": [
107+
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
108+
"crn:v1:bluemix:public:iam::::role:Operator",
109+
"crn:v1:bluemix:public:iam::::role:Editor"
110+
]
100111
}
101112
],
102113
"architecture": {

0 commit comments

Comments
 (0)