Skip to content

Commit

Permalink
add changelog and upgrade ocp api (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: ldpliu <daliu@redhat.com>
  • Loading branch information
ldpliu committed Jun 5, 2023
1 parent 4439d50 commit 793bffb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ jobs:
- name: submit charts to OCM chart repo
uses: actions/github-script@v6
with:
debug: ${{ secrets.ACTIONS_RUNNER_DEBUG }}
github-token: ${{ secrets.PAT_TOKEN }}
github-token: ${{ secrets.OCM_BOT_PAT }}
script: |
try {
const result = await github.rest.actions.createWorkflowDispatch({
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG/CHANGELOG-v0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog since v0.2.0
All notable changes to this project will be documented in this file.

## v0.3.0

### New Features
N/A

### Added
* Generate ManagedServiceAccount Client ([#38](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/38) [@Min Kim](https://github.com/yue9944882))
* Add agent-image-pull-secret param to manager ([#40](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/40) [@Hao Liu](https://github.com/TheRealHaoLiu))
* Support addon deployment config ([#54](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/54) [@Wei Liu](https://github.com/skeeey))


### Changes
* Refreh token until remaining lifetime < 20% validity([#49](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/49) [Yang Le](https://github.com/elgnay))
* Use fine grained rbac for addon ([#57](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/57) [@Wei Liu](https://github.com/skeeey))
* Upgrade helm to 3.11.1 ([#60](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/60) [@Jian Zhu](https://github.com/zhujian7))


### Bug Fixes
* Quick restart container when hubconfig changed([#55](https://github.com/open-cluster-management-io/managed-serviceaccount/pull/55) [@xuezhaojun](https://github.com/xuezhaojun))

### Removed & Deprecated
N/A
2 changes: 1 addition & 1 deletion charts/managed-serviceaccount/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: managed-serviceaccount
description: A Helm chart for Managed ServiceAccount Addon
type: application
version: 0.2.0
version: 0.3.0
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
k8s.io/klog/v2 v2.80.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
open-cluster-management.io/addon-framework v0.6.1
open-cluster-management.io/api v0.10.1
open-cluster-management.io/api v0.11.0
sigs.k8s.io/controller-runtime v0.14.5
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 h1:KTgPnR10d5zhztWptI952TNtt/4u5
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
open-cluster-management.io/addon-framework v0.6.1 h1:gnBZaCRgtiPRjCBJoaRqMivajng/XOKp0NQhJUqLd+U=
open-cluster-management.io/addon-framework v0.6.1/go.mod h1:Uu4XC3Ec0ATS7U73PJtzAP4NCDfbDBVy1k5RUUwQDqY=
open-cluster-management.io/api v0.10.1 h1:/qv1qfIkAVSz6RQmKGehSv6zYI34Xmb8hK7sIUVmduM=
open-cluster-management.io/api v0.10.1/go.mod h1:6BB/Y6r3hXlPjpJgDwIs6Ubxyx/kXXOg6D9Cntg1I9E=
open-cluster-management.io/api v0.11.0 h1:zBxa33Co3wseLBF4HEJobhl0P6ygj+Drhe7Wrfo0/h8=
open-cluster-management.io/api v0.11.0/go.mod h1:WgKUCJ7+Bf40DsOmH1Gdkpyj3joco+QLzrlM6Ak39zE=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down

0 comments on commit 793bffb

Please sign in to comment.