Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 15:54
· 1353 commits to main since this release
7c8c64d

Highlights

Templates

  • gitops create template receives many enhancements
    • --config allows you to read command line flags from a config file
    • profile support
    • --output-dir allows you to write files out to a directory instead of just stdout
  • Profiles now support specifying paths
  • Choose which Git Repository to open a PR against

OIDC

  • Allows customising the requested scopes via config.oidc.customScopes: "email,groups,something_else"
  • Token refreshing is now supported

Dependency versions

  • weave-gitops v0.15.0
  • cluster-controller v1.4.1
  • cluster-bootstrap-controller v0.3.0
  • (optional) pipeline-controller v0.14.0
  • (optional) policy-agent v2.2.0

🚀 Enhancements

  • PR: #2235 - Use viper to read create template params from a config
  • PR: #2248 - Bump weave-gitops to released version v0.15.0
  • PR: #2225 - Support for specifying path for profiles in templates
  • PR: #2244 - Profiles support for gitops create template

🔥 UI

  • PR: #2221 - Add Dependency Graph for Terraform objects
  • PR: #2207 - Display and Colorize Terraform Plan
  • PR: #2239 - Add dependencies tests to terraform

🐛 Bugs

  • PR: #2237 - Switch to secure join.
Uncategorized
  • PR: #2208 - Improve the tilt dev flow a bit
  • PR: #2212 - Bump weave-gitops to latest
  • PR: #2226 - Adds the gitopss-controller to WGE helm-chart
  • PR: #2103 - Updated acceptance doc
  • PR: #2236 - Revert "Support enabling verbose client-go logging"
  • PR: #2242 - Add examples for --config in create template command