Skip to content

Commit

Permalink
chore: bump version number, update CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moooofly committed Oct 24, 2018
1 parent 47ef550 commit cb6fc99
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/moooofly/harbor-go-client/compare/v0.9.6...v1.0.0) (2018-10-24)


### Features

* add replications trigger API ([0753d6c](https://github.com/moooofly/harbor-go-client/commit/0753d6c))
* add syncregistry and email_ping APIs ([2b18258](https://github.com/moooofly/harbor-go-client/commit/2b18258))
* add usergroups APIs ([47ef550](https://github.com/moooofly/harbor-go-client/commit/47ef550))
* support both linux and darwin platform compilation ([a665e0f](https://github.com/moooofly/harbor-go-client/commit/a665e0f))
* support darwin platform, fix [#1](https://github.com/moooofly/harbor-go-client/issues/1) ([c671c20](https://github.com/moooofly/harbor-go-client/commit/c671c20))



<a name="0.9.6"></a>
# [0.9.6](https://github.com/moooofly/harbor-go-client/compare/v0.9.5...v0.9.6) (2018-10-17)

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Current Harbor API support status:
- [x] GET /api/labels/{id}
- [x] PUT /api/labels/{id}
- replications
- [ ] POST /api/replications
- [x] POST /api/replications
- targets
- [x] GET /api/targets
- [x] POST /api/targets
Expand All @@ -104,7 +104,7 @@ Current Harbor API support status:
- [x] PUT /api/targets/{id}
- [x] GET /api/targets/{id}/policies/
- internal
- [ ] POST /api/internal/syncregistry
- [x] POST /api/internal/syncregistry
- systeminfo
- [x] GET /api/systeminfo
- [x] GET /api/systeminfo/volumes
Expand All @@ -115,17 +115,17 @@ Current Harbor API support status:
- [ ] GET /api/ldap/users/search
- [ ] POST /api/ldap/users/import
- usergroups
- [ ] GET /api/usergroups
- [ ] POST /api/usergroups
- [ ] DELETE /api/usergroups/{group_id}
- [ ] GET /api/usergroups/{group_id}
- [ ] PUT /api/usergroups/{group_id}
- [x] GET /api/usergroups
- [x] POST /api/usergroups
- [x] DELETE /api/usergroups/{group_id}
- [x] GET /api/usergroups/{group_id}
- [x] PUT /api/usergroups/{group_id}
- configurations
- [x] GET /api/configurations
- [x] PUT /api/configurations
- [x] POST /api/configurations/reset
- email
- [ ] POST /api/email/ping
- [x] POST /api/email/ping


Additional features supported:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
1.0.0

0 comments on commit cb6fc99

Please sign in to comment.