chore(deps): update module github.com/google/go-github/v89 to v90.0.0 - #282
Open
renovate-vince-riv[bot] wants to merge 1 commit into
Open
chore(deps): update module github.com/google/go-github/v89 to v90.0.0#282renovate-vince-riv[bot] wants to merge 1 commit into
renovate-vince-riv[bot] wants to merge 1 commit into
Conversation
Argo-Diff - Ephemeral Environment TestThis argo-diff should have the same output every run 3 of 3 apps with changes compared to live state 9:40PM UTC, 21 Aug 2026 === Basic-Deployment ===Synced ✅ ===== /ConfigMap basic-deployment/config-env =====--- /tmp/argocd-diff787865679/config-env-live.yaml 2026-08-21 21:40:25.334360111 +0000
+++ /tmp/argocd-diff787865679/config-env 2026-08-21 21:40:25.334360111 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment basic-deployment/test =====--- /tmp/argocd-diff2516389543/test-live.yaml 2026-08-21 21:40:25.336360116 +0000
+++ /tmp/argocd-diff2516389543/test 2026-08-21 21:40:25.335360113 +0000
@@ -5,6 +5,8 @@
argocd.argoproj.io/tracking-id: basic-deployment:apps/Deployment:basic-deployment/test
deployment.kubernetes.io/revision: "1"
generation: 1
+ labels:
+ app.kubernetes.io/name: argo-diff-test
managedFields:
- apiVersion: apps/v1
fieldsType: FieldsV1
@@ -77,6 +79,7 @@
selector:
matchLabels:
app: test
+ app.kubernetes.io/name: argo-diff-test
strategy:
rollingUpdate:
maxSurge: 25%
@@ -86,12 +89,13 @@
metadata:
labels:
app: test
+ app.kubernetes.io/name: argo-diff-test
spec:
containers:
- command:
- sh
- -c
- - while true ; do sleep 1; done
+ - while true ; do sleep 2; done
envFrom:
- configMapRef:
name: config-env
=== Meta ===Synced ✅ ===== argoproj.io/Application argocd/helm-deployment =====--- /tmp/argocd-diff3611294768/helm-deployment-live.yaml 2026-08-21 21:40:25.459360393 +0000
+++ /tmp/argocd-diff3611294768/helm-deployment 2026-08-21 21:40:25.458360390 +0000
@@ -143,10 +143,10 @@
- $values/test/helm-deployment.values.yaml
path: charts/test-basic-deployment
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
- ref: values
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
syncPolicy:
automated:
prune: true
=== Helm-Deployment ===Synced ✅ ===== /ConfigMap helm-deployment/config-env =====--- /tmp/argocd-diff2817165721/config-env-live.yaml 2026-08-21 21:40:25.704360945 +0000
+++ /tmp/argocd-diff2817165721/config-env 2026-08-21 21:40:25.704360945 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment helm-deployment/test =====--- /tmp/argocd-diff3467460000/test-live.yaml 2026-08-21 21:40:25.706360949 +0000
+++ /tmp/argocd-diff3467460000/test 2026-08-21 21:40:25.706360949 +0000
@@ -87,7 +87,7 @@
uid: 1be7dd82-267d-4ad3-a96d-40a8d55c5248
spec:
progressDeadlineSeconds: 600
- replicas: 1
+ replicas: 2
revisionHistoryLimit: 10
selector:
matchLabels:
@@ -116,7 +116,7 @@
name: config-env
- secretRef:
name: test-secret
- image: busybox:latest@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
+ image: busybox:latest@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616
imagePullPolicy: IfNotPresent
name: test
resources: {}
|
Argo-Diff - Ephemeral Environment TestThis argo-diff should have the same output every run 0 of 1 apps with changes compared to live state 9:40PM UTC, 21 Aug 2026 === Broken-Deployment ===Unknown ❓ |
renovate-vince-riv
Bot
force-pushed
the
renovate/major-go-github
branch
4 times, most recently
from
August 21, 2026 21:37
8321cca to
cf3e9fd
Compare
renovate-vince-riv
Bot
force-pushed
the
renovate/major-go-github
branch
from
August 22, 2026 21:37
cf3e9fd to
72192af
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v89.0.0→v90.0.0Release Notes
google/go-github (github.com/google/go-github/v89)
v90.0.0Compare Source
This release contains the following breaking API changes:
UpdateConnectedExternalGrouprequest body by value via newUpdateConnectedExternalGroupRequest(#4425)BREAKING CHANGE:
TeamsService.UpdateConnectedExternalGroupnow takesUpdateConnectedExternalGroupRequest(with non-pointerGroupID) by value.PullRequestReviewDismissalRequesttoPullRequestDismissReviewRequest, addPullRequestSubmitReviewRequest, and pass review request bodies by value (#4406)BREAKING CHANGE:
PullRequestReviewDismissalRequestis nowPullRequestDismissReviewRequestwith non-pointerMessageandPullRequestsService.DismissReviewtakes it by value;PullRequestsService.SubmitReviewnow takes a newPullRequestSubmitReviewRequest.CreateOrUpdateCustomRepoRoleOptionsintoCreateCustomRepoRoleRequestandUpdateCustomRepoRoleRequestand pass by value (#4401)BREAKING CHANGE:
CreateOrUpdateCustomRepoRoleOptionsis split intoCreateCustomRepoRoleRequest(with non-pointerNameandBaseRole) andUpdateCustomRepoRoleRequest;OrganizationsService.CreateCustomRepoRoleandUpdateCustomRepoRolenow take these request types by value.EditLabeltoUpdateLabel, SplitLabelintoCreateLabelRequest&UpdateLabelRequestand pass by value (#4400)BREAKING CHANGE:
IssuesService.CreateLabelnow takesCreateLabelRequestby value (with required non-pointerName);IssuesService.EditLabelrenamed toUpdateLabel, taking anUpdateLabelRequestby value.AutolinkOptionstoCreateAutolinkRequest,AddAutolinktoCreateAutolink, and pass the body by value (#4399)BREAKING CHANGE:
AutolinkOptionsis nowCreateAutolinkRequestwith non-pointerKeyPrefixandURLTemplate;RepositoriesService.AddAutolinkis nowCreateAutolinkand passesbodyby value.IssueRequestintoCreateIssueRequest&UpdateIssueRequestand pass by value (#4396)BREAKING CHANGE:
IssueService.Editis renamed toIssueService.Update.NewPullRequesttoCreatePullRequestand pass it by value (#4395)BREAKING CHANGE:
NewPullRequestis renamed toCreatePullRequest,PullRequests.Createnow takes it by value, andCreatePullRequest.HeadandCreatePullRequest.Baseare nowstring.SarifAnalysisby value (#4394)BREAKING CHANGE:
CodeScanningService.UploadSarifnow takesbodyby value and its required fields are no longer pointers.CreateDeploymentBranchPolicyRequestandUpdateDeploymentBranchPolicyRequestby value (#4382)BREAKING CHANGE:
RepositoriesService.CreateDeploymentBranchPolicyandUpdateDeploymentBranchPolicynow takebodyby value and the requiredNamefield is of typestring.TemplateRepoRequestby value inRepositories.CreateFromTemplate(#4378)BREAKING CHANGE:
RepositoriesService.CreateFromTemplatenow passesbodyby value andNameis now required and passed by value.RepositoryMergeRequestandRepoMergeUpstreamRequestby value (#4372)BREAKING CHANGE:
RepositoriesService.MergeandRepositoriesService.MergeUpstreamnow passbodyby value and required struct fields are now values.BREAKING CHANGE:
DependabotServicemethods involving secrets have new params and return values....and the following additional changes:
MetaService.ListAPIVersions(#4422)DeleteCodeQLDatabasefor code scanning (#4421)Stackfield toPullRequestfor stacked pull requests (#4423)search_typesupport to issue search (#4414)Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.