Releases: open-cluster-management-io/managed-serviceaccount
Releases · open-cluster-management-io/managed-serviceaccount
v0.7.0
Managed ServiceAccount v0.7.0
What's Changed
- 🐛 Check if the token has expired by @zhujian7 in #116
- 🌱 Update chart version to 0.7.0 by @zhujian7 in #117
- 📖 doc: fix helm repo URL in the README by @mikeshng in #118
- 🐛 Use the real expire time to check if the token should refresh by @zhujian7 in #120
- 🌱 Merge manager and agent to one binary by @zhujian7 in #121
- 🌱 Add dependabot to auto update dependencies by @zhujian7 in #122
- 🌱 Bump the github-actions group with 7 updates by @dependabot in #124
- 🌱 Bump actions/setup-go from 2 to 5 by @dependabot in #126
- 🌱 Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 by @dependabot in #127
- 🌱 Change coverage configuration by @xuezhaojun in #131
- 🌱 Bump addon framework to 0.11 by @zhujian7 in #129
New Contributors
- @mikeshng made their first contribution in #118
- @dependabot made their first contribution in #124
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Managed ServiceAccount v0.6.0
What's Changed
- 🌱 CI should pass when on codecov upload fail by @zhujian7 in #103
- 🌱 Only verify PR title for main and release branch by @zhujian7 in #104
- 🌱 Use default agent install namespace by @zhujian7 in #106
- 🌱 Remove the default addondeploymentconfig by @zhujian7 in #107
⚠️ Deprecate managedserviceaccount rotation enabled field by @zhujian7 in #108- 🌱 add label to install namespace by @haoqing0110 in #109
- 🐛 fix CVE-2023-45288 by @haoqing0110 in #110
- 🐛 Update cluster-role by @RokibulHasan7 in #111
- 🌱 Add install namespace suffix to clusterrolebinding name by @zhujian7 in #113
- 🐛 Remove the enableAddOnDeploymentConfig value by @zhujian7 in #114
- 🌱 Update chart version to 0.6.0 by @zhujian7 in #115
New Contributors
- @RokibulHasan7 made their first contribution in #111
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Managed ServiceAccount v0.5.0
What's Changed
- 🌱 Use serviceAccountName instead of deprecated serviceAccount by @tamalsaha in #91
- 🌱 Deprecate managedserviceaccount v1alpha1 by @zhujian7 in #92
- ✨ Get token from secret when the apiserver does not have token request api by @zhujian7 in #93
- 🌱 upgrade addon-framework version by @haoqing0110 in #94
- 🐛 do not create lease if deploy using addontemplate by @zhiweiyin318 in #95
- 🌱 Update dependencies to k8s 1.29 client libs by @tamalsaha in #96
- 🌱 Update chart version to 0.5.0 by @zhujian7 in #99
- 🌱 auto update chart version by @zhujian7 in #100
New Contributors
- @tamalsaha made their first contribution in #91
- @zhiweiyin318 made their first contribution in #95
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Managed ServiceAccount v0.4.0
What's Changed
- Add: codecov configuration. by @xuezhaojun in #67
- Enable CGO by @zhujian7 in #68
- support using addon template to deploy agent by @zhujian7 in #69
- Test(agent): Refreshing tokens should preserve existing annotations/labels by @yue9944882 in #52
- Upgrade ginkgo to v2 by @zhujian7 in #71
- Upgrade addon framework to support image override by @zhujian7 in #70
- bump k8s to 0.27.4 and golang to 1.20 by @zhujian7 in #73
- narrow down permissions by @zhujian7 in #72
- update owners by @zhujian7 in #75
- Use helm to install managed service account addon in template way by @zhujian7 in #76
- add v1beta1 managed service account by @zhujian7 in #78
- add addon deployment config by @zhujian7 in #79
- orphan the agent namespace when deployed by addontemplate by @zhujian7 in #80
- Update permission config in addontemplate by @zhujian7 in #81
- Enable leader election only when the replica > 1 by @zhujian7 in #85
- Fix condition not set occasionally by @zhujian7 in #82
- 🌱 Add pr-verify action by @zhujian7 in #87
- 🌱 Add github workflows to generate release notes by @zhujian7 in #86
- 🌱 Add GitHub issue templates by @zhujian7 in #88
- 🌱 Update github action for release by @zhujian7 in #89
Full Changelog: v0.3.0...v0.4.0
v0.3.0
add changelog and upgrade ocp api (#64) Signed-off-by: ldpliu <[email protected]>
v0.2.0
Bump golang & addon framework: csr beta compatibility (#33) * bump addon framework Signed-off-by: yue9944882 <[email protected]> * bump golang 1.17 Signed-off-by: yue9944882 <[email protected]> * bump golang 1.17 for Dockerfile Signed-off-by: yue9944882 <[email protected]> * bump github-action environment golang version Signed-off-by: yue9944882 <[email protected]>
v0.1.1
update default value of agent-image-name org to open-cluster-manageme…
v0.1.0
fixes gh action release (#5) Signed-off-by: yue9944882 <[email protected]>