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

feat: migrate namespace to TIM #2

Merged
merged 9 commits into from
Feb 8, 2024
Merged

feat: migrate namespace to TIM #2

merged 9 commits into from
Feb 8, 2024

Conversation

iamar7
Copy link
Member

@iamar7 iamar7 commented Feb 5, 2024

Description

Migration of namespace module to public

https://github.ibm.com/GoldenEye/issues/issues/6992

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (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:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@iamar7
Copy link
Member Author

iamar7 commented Feb 5, 2024

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Feb 5, 2024

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Feb 5, 2024

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Feb 6, 2024

/run pipeline

@ocofaigh
Copy link
Member

ocofaigh commented Feb 6, 2024

FYI, repo has to be renamed. PR -> #3

Copy link
Member

@ocofaigh ocofaigh left a 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


# 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."
Copy link
Member

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
Copy link
Member

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)
Copy link
Member

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.
Copy link
Member

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
Copy link
Member

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"
Copy link
Member

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

@@ -1,11 +1,11 @@
# Basic example
# Basic Example
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basic Example -> Basic example


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"
Copy link
Member

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

@iamar7
Copy link
Member Author

iamar7 commented Feb 6, 2024

/run pipeline

@iamar7 iamar7 requested a review from ocofaigh February 7, 2024 12:39
Copy link
Member

@ocofaigh ocofaigh left a 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

@@ -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
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the topics.

@iamar7
Copy link
Member Author

iamar7 commented Feb 8, 2024

/run pipeline

@ocofaigh ocofaigh merged commit 9d02ed4 into main Feb 8, 2024
2 checks passed
@ocofaigh ocofaigh deleted the 6992-mg branch February 8, 2024 14:43
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants