Skip to content

Tags: pnoker/iot-dc3

Tags

dc3.develop.20250715.02

Toggle dc3.develop.20250715.02's commit message
feat: add example usage to Docker CI workflow output

Enhanced the Docker CI workflow by including an example usage line in the output, demonstrating how to pull a Docker image from the registry. This addition improves clarity and usability for users interacting with the generated documentation.

dc3.develop.20250715.01

Toggle dc3.develop.20250715.01's commit message
feat: feat: add release notes generation to Docker CI workflow

      Enhanced the Docker CI workflow by introducing a step to generate release notes. This includes collecting changes since the last tag, listing Docker images for both Docker Hub and Aliyun Container Registry, and providing usage instructions. The release notes are then used to create a GitHub release, improving documentation and visibility for each release.

dc3.develop.20250715.00

Toggle dc3.develop.20250715.00's commit message
feat: .

dc3.develop.20250609.00

Toggle dc3.develop.20250609.00's commit message
feat: 调整

dc3.develop.20250514.00

Toggle dc3.develop.20250514.00's commit message
feat: .

dc3.develop.20250512.01

Toggle dc3.develop.20250512.01's commit message
feat: .

dc3.develop.20250512.00

Toggle dc3.develop.20250512.00's commit message
feat: .

dc3.develop.20250508.01

Toggle dc3.develop.20250508.01's commit message
ci(docker): update tag trigger from dc3.release.* to dc3.develop.*

This change aligns the CI workflow with the current development branch naming convention, ensuring that the Docker image is built and pushed for development tags.

dc3.develop.20250508.00

Toggle dc3.develop.20250508.00's commit message
ci(docker): update tag trigger from dc3.release.* to dc3.develop.*

This change aligns the CI workflow with the current development branch naming convention, ensuring that the Docker image is built and pushed for development tags.

dc3.release.20250506.01

Toggle dc3.release.20250506.01's commit message
feat: 在Dockerfile和docker-compose文件中添加APM相关配置

为了支持应用性能监控(APM),在多个Dockerfile和docker-compose配置文件中添加了APM相关的环境变量,包括`APM_AGENT_ENABLE`和`APM_SERVICE`。同时,在docker-compose文件中新增了`dc3-apm`服务,以支持APM功能。