Skip to content

Staging 0.11.4#2094

Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main
Aug 14, 2025
Merged

Staging 0.11.4#2094
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main

Conversation

@seokho-son
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Seokho Son <shsongist@gmail.com>
Copilot AI review requested due to automatic review settings August 14, 2025 06:18
@seokho-son seokho-son requested a review from yunkon-kim as a code owner August 14, 2025 06:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR prepares for the 0.11.4 staging release by updating Docker image versions across the compose file and modifying CSP (Cloud Service Provider) configuration for NCP support in the label synchronization system.

  • Updates Docker images to newer versions across multiple services (cb-tumblebug, cb-spider, cb-mapui, and traefik)
  • Modifies NCP configuration in the CSP sync skip configuration - adds general NCP skip flag while commenting out resource-specific skip rules

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docker-compose.yaml Updates container image versions for traefik, cb-tumblebug, cb-spider, and cb-mapui services
src/core/common/label/label.go Adds NCP to general CSP skip list and comments out NCP-specific resource skip configurations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

// csp.NCP: true,
csp.NHNCloud: true,
csp.GCP: true, // GCP supports tags, but there are some restrictions on naming conventions
csp.NCP: true, // Not supported by CB-Spider
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

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

Adding NCP to the general skip list while commenting out its specific resource configurations creates inconsistent behavior. If NCP is not supported by CB-Spider, the commented-out resource-specific configurations should either be removed entirely or the general skip flag should be reconsidered to maintain configuration clarity.

Copilot uses AI. Check for mistakes.
@seokho-son
Copy link
Copy Markdown
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Aug 14, 2025
@cb-github-robot cb-github-robot merged commit ea36873 into cloud-barista:main Aug 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved This PR is approved and will be merged soon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants