Original PR: https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pull/2 Author: @salatamartin Created: 6/6/2022 Status: ✅ Merged Merged: 6/7/2022 Merged by: @salatamartin
Base: master ← Head: feature/token-requestor
master
feature/token-requestor
8f3e13a
3f865bb
make install
12 files changed (+1569 additions, -66 deletions)
📝 .github/ISSUE_TEMPLATE/bug.md (+1 -4) 📝 .github/ISSUE_TEMPLATE/feature.md (+1 -4) 📝 .github/ISSUE_TEMPLATE/flaking-test.md (+1 -4) 📝 .github/ISSUE_TEMPLATE/support.md (+1 -2) 📝 .github/pull_request_template.md (+0 -2) 📝 .gitignore (+1 -0) 📝 Dockerfile (+4 -4) 📝 Makefile (+26 -2) 📝 cmd/gardener-extension-shoot-fleet-agent/main.go (+5 -4) 📝 go.mod (+134 -36) ➕ go.sum (+1388 -0) 📝 pkg/controller/actuator.go (+7 -4)
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/flaking-test.md
.github/ISSUE_TEMPLATE/support.md
.github/pull_request_template.md
.gitignore
Dockerfile
Makefile
cmd/gardener-extension-shoot-fleet-agent/main.go
go.mod
go.sum
pkg/controller/actuator.go
This updates all dependencies, docker image versions, etc. so that the extension is ready for the token requestor functionality
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pull/2
Author: @salatamartin
Created: 6/6/2022
Status: ✅ Merged
Merged: 6/7/2022
Merged by: @salatamartin
Base:
master← Head:feature/token-requestor📝 Commits (2)
8f3e13aUpdate dependencies3f865bbFixmake install📊 Changes
12 files changed (+1569 additions, -66 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug.md(+1 -4)📝
.github/ISSUE_TEMPLATE/feature.md(+1 -4)📝
.github/ISSUE_TEMPLATE/flaking-test.md(+1 -4)📝
.github/ISSUE_TEMPLATE/support.md(+1 -2)📝
.github/pull_request_template.md(+0 -2)📝
.gitignore(+1 -0)📝
Dockerfile(+4 -4)📝
Makefile(+26 -2)📝
cmd/gardener-extension-shoot-fleet-agent/main.go(+5 -4)📝
go.mod(+134 -36)➕
go.sum(+1388 -0)📝
pkg/controller/actuator.go(+7 -4)📄 Description
This updates all dependencies, docker image versions, etc. so that the extension is ready for the token requestor functionality
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.