Skip to content

Commit 0800f40

Browse files
authored
[sc-301766] Release AKS plugin 3.1.0 (#82)
* [sc-301766] Release AKS plugin 3.1.0 * Revert LICENSE bottom date * Move date to NOTICE * Remove remaining date * Remove appendix * Correct start date
1 parent fa1279f commit 0800f40

5 files changed

Lines changed: 16 additions & 30 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version next
3+
## Version 3.1.0
44
- Expose flags to activate OIDC issuer and Workload Identity
55

66
## Version 3.0.2 - Bugfix release

LICENSE

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
4-
Copyright 2021-2022 Dataiku SAS
5-
64
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
75

86
1. Definitions.
@@ -175,28 +173,3 @@
175173
of your accepting any such warranty or additional liability.
176174

177175
END OF TERMS AND CONDITIONS
178-
179-
APPENDIX: How to apply the Apache License to your work.
180-
181-
To apply the Apache License to your work, attach the following
182-
boilerplate notice, with the fields enclosed by brackets "[]"
183-
replaced with your own identifying information. (Don't include
184-
the brackets!) The text should be enclosed in the appropriate
185-
comment syntax for the file format. We also recommend that a
186-
file or class name and description of purpose be included on the
187-
same "printed page" as the copyright notice for easier
188-
identification within third-party archives.
189-
190-
Copyright 2019 Dataiku
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.

NOTICE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2019-2026 Dataiku
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ For more details, please see [the DSS reference documentation](https://doc.datai
88

99

1010
## License
11-
Copyright (C) 2019-2021 Dataiku
11+
Copyright (C) 2019-2026 Dataiku
1212

1313
Licensed under the Apache License, version 2.0

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "aks-clusters",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"meta": {
55
"label": "AKS clusters",
66
"description": "Interact with or create Microsoft Azure Kubernetes Service clusters",

0 commit comments

Comments
 (0)