-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend valid resources for project-scoped role policy (#207)
* build(deps): bump argo-cd to v2.4.12 from v2.3.0 Support for `ksonnet` was dropped in ArgoCD 2.4. As such, this has been removed from the `argocd_application` resource in this provider as well. * tests: bump default Kubernetes version to `1.23.12` `1.19` is long past EOL so we should upgrade the default cluster version. I did consider `1.22` but as this is approaching EOL in 1 month (https://kubernetes.io/releases/), I figured we may as well jump straight to `1.23`. * tests: bump default ArgoCD version to `2.1.10` Aligns with the minimum version run by the GitHub Actions. * feat: extend valid resources for project-scope role policy Ensures that role policy can be provisioned for clusters, repositories, exec and logs. * build(deps): bump `go` to `1.17` from `1.16` Resolves following build error resulting from dependency updates: ``` ../../../go/pkg/mod/github.com/argoproj/argo-cd/[email protected]/pkg/apiclient/apiclient.go:53:2: //go:build comment without // +build comment ``` * build: bump `codeql` actions to `v2` Spotted a warning at https://github.com/oboukili/terraform-provider-argocd/actions/runs/3151063925/jobs/5124563560 and have upgraded as per https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/ * build: drop tests for ArgoCD `2.1` and `2.2` Minimum supported version is now `2.3.x` as per ArgoCD itself. * tests: add tests for migration of application schema to v2 * chore: update scripts/testacc_prepare_env.sh Co-authored-by: Olivier Boukili <[email protected]> * refactor: use `rbacpolicy` for policy action/resource names Co-authored-by: Olivier Boukili <[email protected]>
- Loading branch information
1 parent
8d03743
commit 2dbefb5
Showing
16 changed files
with
1,111 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.