Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/stale from v3.0.17 to v3.0.18 #371

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps actions/stale from v3.0.17 to v3.0.18.

Release notes

Sourced from actions/stale's releases.

v3.0.18

  • Add any-of-labels option
  • Add only-issue-labels, only-pr-labels
  • Clean up, testing and dependency version bumps
Commits
  • 3b3c3f0 build(deps-dev): bump typescript from 4.2.2 to 4.2.3 (#353)
  • 70f07a7 build(deps-dev): bump @typescript-eslint/parser from 4.15.2 to 4.16.1 (#344)
  • 6a2a520 build(deps): bump @octokit/rest from 18.3.2 to 18.3.3 (#354)
  • bea117b build(deps-dev): bump eslint-plugin-github from 4.1.1 to 4.1.2 (#356)
  • c181784 build(deps-dev): bump ts-jest from 26.5.2 to 26.5.3 (#355)
  • 93cc018 test: add more coverage for the stale label behaviour (#352)
  • b80d409 build(deps): bump @octokit/rest from 18.3.0 to 18.3.2 (#350)
  • 10e1968 build(deps-dev): bump @typescript-eslint/eslint-plugin (#342)
  • ba1c02f docs(only-labels): enhance the docs and fix duplicate (#341)
  • 419a53b feat(statistics): display some stats in the logs (#337)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](actions/stale@v3.0.17...3b3c3f0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies github_actions Pull requests that update Github_actions code labels Mar 8, 2021
@bogdanprodan-okta bogdanprodan-okta merged commit 6c2588c into master Mar 8, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/actions/stale-v3.0.18 branch March 8, 2021 09:03
eatplaysleep added a commit to eatplaysleep/terraform-provider-mgm_okta that referenced this pull request Mar 8, 2021
* Custom swa app (okta#328)

* Set AUTO_LOGIN as sign_on mode for predefined apps

* Force 'okta_app_user_schema' resource recreate when changing scope (okta#331)

* Fix 'terraform plan' in case delete_when_absent is set to 'false' (okta#332)

* Fixed validation for 'login_mode' and 'login_scopes' (okta#333)

* Add 5 second wait after create

* Added okta_auth_server_scopes datasource (okta#336)

* Added social IdP data source (okta#337)

* Fixed error handling (okta#338)

* Moved validation for okta_app_oauth out of CustomizeDiff (okta#340)

* Fixed group role when removing all the items from target_group_list (okta#341)

Fixed group role when removing all the items from target_group_list

* Added retry for role re-assignment

* Formating

* Improved retry logic

* Build fix

* Added extra code

* Added changelog

* Remove extra space

* Fixed okta_idp_oidc subject_match_attribute value setup

* use loop to perform multiple retries of find

* Use backoff lib per bogdanprodan-okta

* Update error messages

* Only set ID at end once search for user passes

* Bump actions/stale from v3.0.16 to v3.0.17

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.16 to v3.0.17.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](actions/stale@v3.0.16...996798e)

Signed-off-by: dependabot[bot] <support@github.com>

* Retain user group app assignments (okta#330)

Add option to retain `okta_app_group_assignment` and `okta_app_user` on destroy.

* Fixed validation for several resources (okta#348)

* Added 'target_app_list' to the 'okta_group_role' resource (okta#349)

Added 'target_app_list' to the 'okta_group_role' resource

* Added 'OVERRIDE' master property (okta#351)

* Fixed setup for default scope (okta#352)

* Fixed setup for deafult scope

* Fixed vet

* Updated CHANGELOG (okta#354)

Updated CHANGELOG

* Changelog (okta#355)

Updated CHANGELOG

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.3 to 2.4.4 (okta#357)

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/master/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.4.3...v2.4.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed redundant method (okta#358)

Removed redundant method

* Added new formatting tool, remove unused dep (okta#360)

* Add api scopes (okta#356)

Add resource okta_app_oauth_api_scope

* Removed 'ForceNew' in case policy name changes (okta#362)

Removed 'ForceNew' in case policy name changes

* Added hotp factor to the Okta MFA policy (okta#363)

Added hotp factor to the okta mfa policy

* Fixed error handler (okta#366)

* Fixed error handler

* Removed validation for 'single_logout_issuer'

* Bump actions/stale from v3.0.17 to v3.0.18 (okta#371)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](actions/stale@v3.0.17...3b3c3f0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: bogdanprodan-okta <71279414+bogdanprodan-okta@users.noreply.github.com>
Co-authored-by: Tom Goodsell <ymylei@users.noreply.github.com>
Co-authored-by: Bogdan Prodan <bogdan.prodan@okta.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Zoetewey <brian.zoetewey@cru.org>
Co-authored-by: Marius Sturm <marius@graylog.com>
eatplaysleep added a commit to eatplaysleep/terraform-provider-mgm_okta that referenced this pull request Mar 8, 2021
* Custom swa app (okta#328)

* Set AUTO_LOGIN as sign_on mode for predefined apps

* Force 'okta_app_user_schema' resource recreate when changing scope (okta#331)

* Fix 'terraform plan' in case delete_when_absent is set to 'false' (okta#332)

* Fixed validation for 'login_mode' and 'login_scopes' (okta#333)

* Add 5 second wait after create

* Added okta_auth_server_scopes datasource (okta#336)

* Added social IdP data source (okta#337)

* Fixed error handling (okta#338)

* Moved validation for okta_app_oauth out of CustomizeDiff (okta#340)

* Fixed group role when removing all the items from target_group_list (okta#341)

Fixed group role when removing all the items from target_group_list

* Added retry for role re-assignment

* Formating

* Improved retry logic

* Build fix

* Added extra code

* Added changelog

* Remove extra space

* Fixed okta_idp_oidc subject_match_attribute value setup

* use loop to perform multiple retries of find

* Use backoff lib per bogdanprodan-okta

* Update error messages

* Only set ID at end once search for user passes

* Bump actions/stale from v3.0.16 to v3.0.17

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.16 to v3.0.17.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](actions/stale@v3.0.16...996798e)

Signed-off-by: dependabot[bot] <support@github.com>

* Retain user group app assignments (okta#330)

Add option to retain `okta_app_group_assignment` and `okta_app_user` on destroy.

* Fixed validation for several resources (okta#348)

* Added 'target_app_list' to the 'okta_group_role' resource (okta#349)

Added 'target_app_list' to the 'okta_group_role' resource

* Added 'OVERRIDE' master property (okta#351)

* Fixed setup for default scope (okta#352)

* Fixed setup for deafult scope

* Fixed vet

* Updated CHANGELOG (okta#354)

Updated CHANGELOG

* Changelog (okta#355)

Updated CHANGELOG

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.3 to 2.4.4 (okta#357)

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/master/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.4.3...v2.4.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed redundant method (okta#358)

Removed redundant method

* Added new formatting tool, remove unused dep (okta#360)

* Add api scopes (okta#356)

Add resource okta_app_oauth_api_scope

* Removed 'ForceNew' in case policy name changes (okta#362)

Removed 'ForceNew' in case policy name changes

* Added hotp factor to the Okta MFA policy (okta#363)

Added hotp factor to the okta mfa policy

* Fixed error handler (okta#366)

* Fixed error handler

* Removed validation for 'single_logout_issuer'

* Bump actions/stale from v3.0.17 to v3.0.18 (okta#371)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](actions/stale@v3.0.17...3b3c3f0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: bogdanprodan-okta <71279414+bogdanprodan-okta@users.noreply.github.com>
Co-authored-by: Tom Goodsell <ymylei@users.noreply.github.com>
Co-authored-by: Bogdan Prodan <bogdan.prodan@okta.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Zoetewey <brian.zoetewey@cru.org>
Co-authored-by: Marius Sturm <marius@graylog.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant