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

Update go-github to 35.1.0 #772

Merged
merged 3 commits into from
May 11, 2021
Merged

Conversation

Erouan50
Copy link
Contributor

go-github released the Go client library to 35.1.0 3 days ago. The
33, 34, 35 versions don't bring a lot of breaking changes that would
impact the provider. Only the change on ListRepo and ListUserRepos
from release 34 seems to have an impact.

To give some more context, I need this version to enhance the
github-ip-ranges by adding the missing IP ranges (actions, web,
etc...)

I didn't run the full ACC tests so if someone can run them for me and
communicate me any failing, I'll be more than happy to fix them.

Fix #766

go-github released the Go client library to [35.1.0][1] 3 days ago. The
33, 34, 35 versions don't bring a lot of breaking changes that would
impact the provider. Only the [change][2] on ListRepo and ListUserRepos
from release 34 seems to have an impact.

To give some more context, I need this version to enhance the
`github-ip-ranges` by adding the missing [IP ranges][3] (actions, web,
etc...)

I didn't run the full ACC tests so if someone can run them for me and
communicate me any failing, I'll be more than happy to fix them.

Fix integrations#766

[1]: https://github.com/google/go-github/releases/tag/v35.1.0
[2]: google/go-github#1794
[3]: https://docs.github.com/en/rest/reference/meta
@jcudit
Copy link
Contributor

jcudit commented Apr 28, 2021

Thanks for the summary, the new IP ranges look neat. That's been a long-standing ask for the provider so glad to see it has arrived.

I can run through the acceptance testing dance and report back any blockers.

@jcudit jcudit modified the milestones: v4.9.0, v4.9.3 Apr 29, 2021
@jcudit jcudit modified the milestones: v4.9.3, v4.9.4 May 7, 2021
@jcudit
Copy link
Contributor

jcudit commented May 7, 2021

@Erouan50 any chance you can run gofmt and send another commit to make CI happy? Aiming to cut a release for this afterwards.

@Erouan50
Copy link
Contributor Author

Erouan50 commented May 7, 2021

@jcudit sure, it should be good now :)

@jcudit jcudit merged commit ce1163c into integrations:master May 11, 2021
@Erouan50 Erouan50 deleted the bump-to-v35 branch May 11, 2021 13:05
kfcampbell pushed a commit to kfcampbell/terraform-provider-github that referenced this pull request Jul 26, 2022
* Update go-github to 35.1.0

go-github released the Go client library to [35.1.0][1] 3 days ago. The
33, 34, 35 versions don't bring a lot of breaking changes that would
impact the provider. Only the [change][2] on ListRepo and ListUserRepos
from release 34 seems to have an impact.

To give some more context, I need this version to enhance the
`github-ip-ranges` by adding the missing [IP ranges][3] (actions, web,
etc...)

I didn't run the full ACC tests so if someone can run them for me and
communicate me any failing, I'll be more than happy to fix them.

Fix integrations#766

[1]: https://github.com/google/go-github/releases/tag/v35.1.0
[2]: google/go-github#1794
[3]: https://docs.github.com/en/rest/reference/meta

* Fix Go file formats

Co-authored-by: Jeremy Udit <jcudit@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump to go-github version 35.0.0
2 participants