Changelog
- 1bf430f Add AWS EKS support to toolset, including new schemas and functionalities for managing EKS clusters, nodegroups, and addons. Updated go.mod and go.sum for AWS SDK dependencies. Enhanced documentation in TOOLS.md to reflect new EKS commands.
- 200d1d3 Add AWS IAM support for retrieving instance profiles and enhance documentation. Introduced
aws.iam.get_instance_profiletool with corresponding schema and handler. Updated TOOLS.md to include new safety allowlist feature for managing destructive tools and added relevant examples. Enhanced VPC toolset with tag filtering capabilities for listing subnets and security groups. - 472bdbd Add AWS toolset support with EC2, IAM, and VPC functionalities. Updated configuration to include AWS in toolsets and enhanced README with AWS credentials setup. Introduced new AWS-related schemas and tools for managing resources, including EC2 instances and IAM roles. Updated go.mod and go.sum for AWS SDK dependencies.
- 487cdbb Add installation script and update README with installation instructions. The new
install.shscript automates the download and installation of binaries for the RootCause project, supporting various platforms. README now includes Homebrew, Curl, and Go installation methods. - 57a940a Enhance documentation and add new debugging flow for Kubernetes. Updated CONTRIBUTING.md to recommend metrics-server for resource usage and added a new Quick Tool Picker section in README. Introduced a debug flow toolset for guided troubleshooting of common scenarios like traffic issues, pending pods, and crash loops. Updated toolset descriptions for clarity and added new schema for debug flow parameters.