-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: migrate namespace to TIM #2
Conversation
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
FYI, repo has to be renamed. PR -> #3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few small comments
.github/settings.yml
Outdated
|
||
# The description is displayed under the repository name on the | ||
# organization page and in the 'About' section of the repository. | ||
|
||
# Uncomment this description property | ||
# and update the description to the current repo description. | ||
# description: "" | ||
description: "Creates Kubernetes namespaces with custom metadata." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configures a Kubernetes namespace or Openshift project
README.md
Outdated
@@ -1,28 +1,31 @@ | |||
<!-- Update the title --> | |||
# Terraform Modules Template Project | |||
# Namespace Modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Namespace module
README.md
Outdated
[![Incubating (Not yet consumable)](https://img.shields.io/badge/status-Incubating%20(Not%20yet%20consumable)-red)](https://terraform-ibm-modules.github.io/documentation/#/badge-status) | ||
[![latest release](https://img.shields.io/github/v/release/terraform-ibm-modules/terraform-ibm-module-template?logo=GitHub&sort=semver)](https://github.com/terraform-ibm-modules/terraform-ibm-module-template/releases/latest) | ||
[![Graduated (Supported)](https://img.shields.io/badge/Status-Graduated%20(Supported)-brightgreen)](https://terraform-ibm-modules.github.io/documentation/#/badge-status) | ||
[![latest release](https://img.shields.io/github/v/release/terraform-ibm-modules/terraform-ibm-namespace-module?logo=GitHub&sort=semver)](https://github.com/terraform-ibm-modules/terraform-ibm-namespace-module/releases/latest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repo was renamed, so this needs to be updated
README.md
Outdated
|
||
## Compliance and security | ||
|
||
NIST controls do not apply to this module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Compliance and security
section - We don't add it for TIM repos
README.md
Outdated
# Namespace Module | ||
############################################################################## | ||
|
||
# Replace "main" with a GIT release version to lock into a specific release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this comment
README.md
Outdated
|
||
# Replace "main" with a GIT release version to lock into a specific release | ||
module "namespace" { | ||
source = "terraform-ibm-modules/namespace-module/ibm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repo was renamed, so update this
examples/basic/README.md
Outdated
@@ -1,11 +1,11 @@ | |||
# Basic example | |||
# Basic Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basic Example -> Basic example
examples/basic/main.tf
Outdated
|
||
module "resource_group" { | ||
source = "terraform-ibm-modules/resource-group/ibm" | ||
version = "1.1.4" | ||
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.1.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use terraform-ibm-modules/resource-group/ibm
/run pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 1 comment to update topics
.github/settings.yml
Outdated
@@ -22,7 +22,7 @@ repository: | |||
|
|||
# Uncomment this description property | |||
# and update the description to the current repo description. | |||
# description: "" | |||
description: "Configures a Kubernetes namespace or Openshift project." | |||
|
|||
# Use a comma-separated list of topics to set on the repo (ensure not to use any caps in the topic string). | |||
topics: terraform, ibm-cloud, terraform-module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add these topics too: core-team, supported, graduated, namspace, project, kubernetes, openshift
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the topics.
/run pipeline |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Migration of namespace module to public
https://github.ibm.com/GoldenEye/issues/issues/6992
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers