terraform-registry icon indicating copy to clipboard operation
terraform-registry copied to clipboard

A private Terraform registry with modular store backends.

Results 18 terraform-registry issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.2 to 1.53.3. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.53.3 (2024-05-15) Service Client Updates service/bedrock-agent-runtime: Updates service documentation service/codebuild: Updates service API and documentation CodeBuild Reserved...

dependencies
go

Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 4.1.0 to 4.1.1. Release notes Sourced from google-github-actions/release-please-action's releases. v4.1.1 4.1.1 (2024-05-13) Bug Fixes add deprecation warning to workflow run (#1) (edb78cf) Changelog Sourced from google-github-actions/release-please-action's changelog....

dependencies
github_actions

Bumps golang from 1.21-bookworm to 1.22-bookworm. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.21-bookworm&new-version=1.22-bookworm)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker
donotmerge

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.19.0 to 0.20.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.20.0 What's Changed Make 'hide-progress' input working again by @​uridium in aquasecurity/trivy-action#323 feat(image): add --docker-host option for GH...

dependencies
github_actions

AWS SDK has a new release almost daily. This is too much of a spam factor right now. Hopefully we can mitigate this in another way some day, but for...

A bit hard to know when the store is ready for action now. A log message of when the cache is refreshed and ready to serve would be helpful.

github-store

If the GitHub credentials are invalid, the API will be spammed with requests until it will succeed again. That will probably never happen. ``` s {"err": [{"error": "GET https://api.github.com/rate_limit: 401...

bug
github-store

Test it as early as possible and log the status of the attempt(s). One should be able to know if the registry is properly working by looking at the logs...

enhancement
github-store

It would be helpful to expose some metrics for the app's internals. Especially how many GitHub API requests we have made, so we can keep track of how far away...

enhancement