Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.17.0
Choose a base ref
...
head repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.18.0
Choose a head ref
  • 11 commits
  • 518 files changed
  • 8 contributors

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    75be5d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    dc16a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge pull request #1527 from X-Guardian/attribute-descriptions-repos…

    …itory
    
    Add Schema Attribute Descriptions For Repository Resources
    nickfloyd authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    61fe425 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1543)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7d0ca5f View commit details
    Browse the repository at this point in the history
  2. docs: fix erroneous github_repository_file docs (#1540)

    - Updates the docs with the correct default set for the branch argument
    
    Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    3 people authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ab4070a View commit details
    Browse the repository at this point in the history
  3. Dependency updates to fix broken builds (#1547)

    * Switch to Go 1.20 in normal CI
    
    * Get latest version of golangci-lint
    
    * Remove outdated linters
    
    * Use explicit version of client9/misspell
    kfcampbell authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9cf65a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. build(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 (#…

    …1554)
    
    Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.2 to 1.7.0.
    - [Release notes](https://github.com/hashicorp/go-getter/releases)
    - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
    - [Commits](hashicorp/go-getter@v1.6.2...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-getter
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8818e64 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (#1556)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    dfe76b5 View commit details
    Browse the repository at this point in the history
  3. Support app auth and PAT via two provider instances (#1538)

    Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    3 people authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bd36a1f View commit details
    Browse the repository at this point in the history
  4. fix: support repository autolink references on non-default ports (#1552)

    Resolves #1551
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    isometry and kfcampbell authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    92449fd View commit details
    Browse the repository at this point in the history
  5. Add Schema Attribute Descriptions For Remaining Resources (#1544)

    * Add Schema Attribute Descriptions For Remaining Resources
    
    * Description fixes.
    
    ---------
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    X-Guardian and kfcampbell authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8afbc19 View commit details
    Browse the repository at this point in the history
Loading