Releases: AzBuilder/terrakube
Releases · AzBuilder/terrakube
1.5.0-rc.1
1.5.0-beta.2
What's Changed
- Terraform login protocol by @alfespa17 in #82
Full Changelog: 1.5.0-beta.1...1.5.0-beta.2
1.5.0-beta.1
What's Changed
- Terrakube Configuration Language by @alfespa17 in #79
Full Changelog: 1.4.2...1.5.0-beta.1
1.4.2
What's Changed
- [Snyk] Security upgrade com.azure:azure-storage-blob from 12.11.1 to 12.14.1 by @snyk-bot in #77
- Fix reference in pending jobs by @alfespa17 in #78
Full Changelog: 1.4.1...1.4.2
1.4.1
1.4.1-beta.1
Fix some issue with refresh token inside Module endpoint.
1.4.0
- Add endpoint VCS to handle connection to private git repositories.
- Add VCS OAuth2 Application support.
- Add Git private repository support for:
- modules
- workspaces
- Update Job to support Git private repositories.
- Update Registry to support private repositories.
- Supported VCS providers:
- GitHub
- Bitbucket
- GitLab
- Azure DevOps
- Add field manageVcs in Teams Security.
- Fix issues with authentication for Azure AD guest users.
- Update Azure Dependencies.
For information about to setup VCS providers please refer to:
https://docs.terrakube.org/vcs-integration/vcs-providers/azure-devops
https://docs.terrakube.org/vcs-integration/vcs-providers/bitbucket.com
https://docs.terrakube.org/vcs-integration/vcs-providers/github.com
https://docs.terrakube.org/vcs-integration/vcs-providers/gitlab.com
1.4.0-beta.2
- Add new endpoint VCS
- Add GitHub/Bitbucket OAuth2 App callback
- Add GitHub/Bitbucket private repository support in modules and workspaces
- Update Job to support GitHub/Bitbucket private repositories
- Update Registry to support GitHub/Bitbucket private repositories
- Update test cases for VCS
- Remove sourceSample field in Module
- Add field manageVcs in Teams Security
- Upgrade liquibase scripts
- Small rebranding to Terrakube (WIP)
1.4.0-beta.1
- Add new endpoint VCS
- Add GitHub OAuth2 App callback
- Add GitHub private repository support in modules and workspaces
- Update Job to support GitHub private repositories
- Update Registry to support GitHub private repositories
- Update test cases for VCS
- Remove sourceSample field in Module
- Add field manageVcs in Teams Security
- Upgrade liquibase scripts
- Small rebranding to Terrakube (WIP)
1.3.0
- Adding new endpoint "team" to handle access based on Azure AD Groups on different endpoints.
- Supported access:
- Manage Workspace
- Manage Module
- Manage Provider
- Supported access:
- Support to handle special accounts:
- Admin User
- Service Accounts
- Refactor variable endpoint logic:
- Adding field HCL, sensitive, description and category (terraform/env).
- Delete endpoint for secret and environment variables.
- Adding local authentication (for testing only)
- Enable Spring Cache to improved Azure AD Groups and Users validations
- Database support PostgreSQL/MySQL
- Update to Spring Boot 2.4.11