Skip to content

Commit 068d70f

Browse files
Upgrade dependencies (#1082)
<!-- Include the issue number below --> ## Proposed Changes * Upgrade Tekton * Upgrade Config Connector ## Release Notes <!-- kf follows the Keep A Changelog standard for release notes. https://keepachangelog.com/en/1.0.0/ Changelog entries should be one per line and start with one of the following words: `Added` for new features. `Changed` for changes in existing functionality. `Deprecated` for soon-to-be removed features. `Removed` for now removed features. `Fixed` for any bug fixes. `Security` in case of vulnerabilities. If one of the changes is breaking include that as a second word e.g. Removed BREAKING support for manifests v1 --> ```release-note * Upgrade Tekton * Upgrade Config Connector ```
2 parents 2ec6ee4 + 852601d commit 068d70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/kf/commands/dependencies/dependencies.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func newDependencies() []dependency {
108108
// dep matrix right now is fairly impossible. To ensure we still
109109
// testing against the right version though, we are going to hard
110110
// code this.
111-
ResolveVersion: staticVersionResolver("v0.65.1"),
111+
ResolveVersion: staticVersionResolver("v0.68.0"),
112112
ResolveURL: func(version string) (string, error) {
113113
const URL = "https://github.com/tektoncd/pipeline/releases/download/%s/release.yaml"
114114
return fmt.Sprintf(URL, version), nil
@@ -132,7 +132,7 @@ func newDependencies() []dependency {
132132
InfoURL: "https://cloud.google.com//config-connector/docs/how-to/advanced-install",
133133
// This version needs to be updated by hand until we have a
134134
// programtic way to fetch it.
135-
ResolveVersion: staticVersionResolver("1.111.0"),
135+
ResolveVersion: staticVersionResolver("1.129.2"),
136136
ResolveURL: func(version string) (string, error) {
137137
const URL = "gs://configconnector-operator/%s/release-bundle.tar.gz"
138138
return fmt.Sprintf(URL, version), nil

0 commit comments

Comments
 (0)