Skip to content

Commit dc2dea2

Browse files
Merge pull request #69 from sypakine/release_v0.3.0
Create release v0.3.0.
2 parents 5e82945 + 087410f commit dc2dea2

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.3.0]
10+
11+
### Added
12+
13+
- Introduced `FQDNNetworkPolicy` API. For more information,
14+
see <https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies>.
15+
- Introduced `Subnetwork` API.
16+
17+
### Changed
18+
19+
- `Network` API is now GA.
20+
21+
### Removed
22+
23+
- `Network` v1alpha1 APIs.
24+
925
## [0.2.0]
1026

1127
### Added
@@ -35,7 +51,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3551
- CRD generation scripts were updated to use the `kube_generator`
3652
script istead of the deprecated `generate_group` script.
3753

38-
[Unreleased]: https://github.com/GoogleCloudPlatform/gke-networking-api/compare/v0.2.0...HEAD
54+
[Unreleased]: https://github.com/GoogleCloudPlatform/gke-networking-api/compare/v0.3.0...HEAD
55+
[0.3.0]: https://github.com/GoogleCloudPlatform/gke-networking-api/compare/v0.2.0...v0.3.0
3956
[0.2.0]: https://github.com/GoogleCloudPlatform/gke-networking-api/compare/v0.1.1...v0.2.0
4057
[0.1.1]: https://github.com/GoogleCloudPlatform/gke-networking-api/compare/v0.1.0...v0.1.1
4158
[0.1.0]: https://github.com/GoogleCloudPlatform/gke-networking-api/releases/v0.1.0

0 commit comments

Comments
 (0)