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 go 1.20.11 45.x and kubernetes v0.25.13 on line 0.45.x #1401

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
256c4c2
Bumping etcd version
sethiyash Apr 14, 2023
0bae9f4
Bumping golang.org/x/net in kc/cli (#1155)
sethiyash Apr 6, 2023
b79ea5c
Bumping golang.org/x/net to v0.8.0
sethiyash Mar 30, 2023
1f4b031
Bumping golang version to v1.20.3 and making golint happy
sethiyash Apr 27, 2023
c52fb09
Bumping dependencies in KC v0.45.x line
sethiyash May 8, 2023
39d13f2
Add readinessProbe to no auth registry
praveenrewar May 11, 2023
58878b1
Merge pull request #1190 from carvel-dev/bump-etcd-45.x
sethiyash May 12, 2023
c002ac1
Bump checkout action to v3.5.2
neil-hickey Jun 2, 2023
6000323
Merge pull request #1194 from carvel-dev/flaky-test-fix
neil-hickey Jun 13, 2023
5635e3a
Merge pull request #1236 from carvel-dev/cherry-pick-14e2fb-v0.45.x
sethiyash Jun 13, 2023
1fd3ee5
Bumping Go version to 1.20.4
sethiyash May 29, 2023
1d2311c
Bumping go version to 1.20.5
sethiyash Jun 12, 2023
238da27
Bumping dependencies for KC v0.45.2
sethiyash Jun 13, 2023
951c182
Reverting helm and cue changes
sethiyash Jun 13, 2023
e3beee2
Merge pull request #1234 from carvel-dev/bump-dependency-v0.45.2
sethiyash Jun 14, 2023
9adbe85
Merge pull request #1252 from carvel-dev/update-nginx-img-in-test
kumaritanushree Jun 20, 2023
17b48c2
Merge pull request #1255 from carvel-dev/cherry-pick-413f8f-v0.45.x
kumaritanushree Jun 20, 2023
305e0eb
Bump golang from 1.20.5 to 1.20.7
dependabot[bot] Aug 2, 2023
65b7c2e
Bumping go version to 1.20.7 in git actions
sethiyash Aug 9, 2023
c2e7b65
Bumping dependencies for KC v0.45.3
sethiyash Aug 17, 2023
8e5f7ce
Bump photon from 4.0 to 5.0
dependabot[bot] May 9, 2023
a454ddd
Merge pull request #1299 from carvel-dev/bump-deps-v0.45.3
sethiyash Aug 17, 2023
5d1a94a
Bump go 1.20.10 in 0.45.x line
Oct 18, 2023
dbbf530
Updated dependencies in 0.45.x line
Oct 18, 2023
6f0e072
Merge pull request #1358 from carvel-dev/bump-dependency-0.45.x
kumaritanushree Oct 18, 2023
8b297a9
updated x/net 1.17.0 in 0.45.x line
Oct 18, 2023
f768741
Merge pull request #1357 from carvel-dev/bump-go1.20.10-45.x
kumaritanushree Oct 18, 2023
7bace03
Merge pull request #1359 from carvel-dev/update-net-0.45.x
kumaritanushree Oct 18, 2023
ad94c4d
Bump go version to 1.20.11
sethiyash Nov 9, 2023
40b747a
Bump kubernetes v0.25.13
rcmadhankumar Nov 14, 2023
4e73d9a
Bump kubernetes v0.25.13 in kctrl
rcmadhankumar Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bumping go version to 1.20.7 in git actions
Signed-off-by: sethiyash <yashsethiya97@gmail.com>
  • Loading branch information
sethiyash committed Aug 16, 2023
commit 65b7c2e3acfe77837cb05f4f929dcff4da0cc977
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-go@v3 # default version of go is 1.10
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Install Carvel Tools
run: ./hack/install-deps.sh
# Run benchmark with `go test -bench` and stores the output to a file
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Update Dependencies File
run: go run ./hack/dependencies.go update
- name: Create Pull Request
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- uses: actions/checkout@v3.5.2
with:
fetch-depth: '0'
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7

- name: Run release script
run: |
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.3.0
with:
2 changes: 1 addition & 1 deletion .github/workflows/test-kctrl-gh.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.3.0
with:
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Build the kapp-controller artifacts
run: |
./hack/install-deps.sh
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.3.0
- name: Install Carvel Tools