Skip to content

Commit 59a581f

Browse files
committed
docs: update documents
1 parent baee284 commit 59a581f

File tree

7 files changed

+11
-859
lines changed

7 files changed

+11
-859
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this terraform-argocd-module will be documented in this f
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2025-08-12
8+
## [1.0.0] - 2025-08-12
99

1010
### 🚀 Major Features Added
1111

@@ -145,13 +145,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145145
- **Monitoring Systems**: Status outputs for alerting
146146
- **CI/CD Pipelines**: Validation and deployment status
147147
- **Documentation Systems**: Automatic documentation generation
148-
- **Audit Systems**: Comprehensive configuration tracking
149-
150-
## [1.0.0] - 2025-08-01
151-
152-
### Initial Release
153-
- Basic ArgoCD application creation
154-
- SSH authentication support
155-
- Simple Kustomize configuration
156-
- Basic sync policy support
157-
- Single repository per project
148+
- **Audit Systems**: Comprehensive configuration tracking

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Terraform ArgoCD Module
22

3-
A comprehensive Terraform module for creating and managing ArgoCD applications, projects, and repositories with support for multiple authentication methods and advanced configuration options.
3+
A Terraform module for creating and managing ArgoCD applications, projects, and repositories with support for multiple authentication methods and advanced configuration options.
44

5-
## Features
5+
***Note: This module is used to manage ArgoCD, not deploy ArgoCD***
66

7-
-**Multiple Authentication Types**: SSH, HTTPS, GitHub App, and Token-based authentication
8-
-**Comprehensive Project Management**: Create scoped ArgoCD projects with advanced RBAC
9-
-**Advanced Kustomize Support**: Full Kustomize configuration including patches, images, and labels
10-
-**Flexible Sync Policies**: Automated and manual sync with retry mechanisms
11-
-**Security Best Practices**: Secure defaults with validation and proper secret handling
12-
-**Enterprise Ready**: Support for GitHub Enterprise and advanced organizational features
13-
-**Observability**: Comprehensive outputs for monitoring and integration
7+
## Features
148

15-
## Requirements
9+
- **Multiple Authentication Types**: SSH, HTTPS, GitHub App, and Token-based authentication
10+
- **Project Management**: Create scoped ArgoCD projects with advanced RBAC
11+
- **Advanced Kustomize Support**: Full Kustomize configuration including patches, images, and labels
12+
- **Flexible Sync Policies**: Automated and manual sync with retry mechanisms
13+
- **Security Best Practices**: Secure defaults with validation and proper secret handling
14+
- **Enterprise Ready**: Support for GitHub Enterprise and advanced organizational features
1615

1716

1817

0 commit comments

Comments
 (0)