Skip to content

Commit ac3fdea

Browse files
authored
Merge pull request #12 from consideRatio/pr/add-changelog-for-1.1.0
Add changelog for 1.1.0
2 parents 4f54ef4 + c5f87ff commit ac3fdea

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
# Changelog
22

3-
## [1.0]
3+
## 1.1
44

5-
### [1.0.0]
5+
### 1.1.0 - 2021-09-25
6+
7+
#### Enhancements made
8+
9+
- Show PersistentVolumes and PersistentVolumeClaims [#11](https://github.com/jupyterhub/action-k8s-namespace-report/pull/11) ([@manics](https://github.com/manics))
10+
- Add pod-selector input to limit reporting [#6](https://github.com/jupyterhub/action-k8s-namespace-report/pull/6) ([@consideRatio](https://github.com/consideRatio))
11+
- Show info about restarted pods before pending/non-ready pods [#4](https://github.com/jupyterhub/action-k8s-namespace-report/pull/4) ([@consideRatio](https://github.com/consideRatio))
12+
13+
#### Bugs fixed
14+
15+
- fix: don't let namespace modify kubeconfig's current context [#5](https://github.com/jupyterhub/action-k8s-namespace-report/pull/5) ([@consideRatio](https://github.com/consideRatio))
16+
17+
#### Continuous integration
18+
19+
- ci: ensure actions-tagger has the permissions to update branches/tags [#8](https://github.com/jupyterhub/action-k8s-namespace-report/pull/8) ([@consideRatio](https://github.com/consideRatio))
20+
21+
#### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyterhub/action-k8s-namespace-report/graphs/contributors?from=2021-01-11&to=2021-09-25&type=c))
24+
25+
[@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k8s-namespace-report+involves%3AconsideRatio+updated%3A2021-01-11..2021-09-25&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k8s-namespace-report+involves%3Amanics+updated%3A2021-01-11..2021-09-25&type=Issues)
26+
27+
## 1.0
28+
29+
### 1.0.1 - 2021-01-11
30+
31+
Critical bugfix and documentation improvements.
32+
33+
### 1.0.0 - 2021-01-11
634

735
Initial release.

0 commit comments

Comments
 (0)