Skip to content

Commit 431f021

Browse files
committed
Bumped version to 0.8.6
1 parent f5d6810 commit 431f021

File tree

5,608 files changed

+1155032
-447784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,608 files changed

+1155032
-447784
lines changed

CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
### 2021-09-30 version 0.8.5.3
1+
### 2021-09-30 version 0.8.6
22

33
#### New features and enhancements
4-
* Create go wrapper for NetconfSession and other path APIs ([#779](https://github.com/CiscoDevNet/ydk-gen/issues/779))
5-
* Added SSH support for NetconfServiceProvider in Go
64
* Upgraded pyang version to 2.5.0
5+
* Create go wrapper for NetconfSession and other path APIs ([#779](https://github.com/CiscoDevNet/ydk-gen/issues/779))
6+
* Added SSL support for NetconfServiceProvider in Go
77
* Dropped Python2 support in the code
88

99
#### Resolved GitHub issues

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ This gives the developer an ability to customize scope of their bundle based on
9797

9898
# Backward Compatibility
9999

100-
The YDK-0.8.5 core is backward compatible with all previously generated model bundles starting from release of YDK-0.7.3.
101-
However the YDK-0.8.5 generates different code and model API comparing to YDK-0.8.4.
102-
The YDK-0.8.5 generated code is not compatible with YDK-0.7.2 and earlier bundle packages due to changes in modeling and handling of YList objects.
100+
The YDK-0.8.6 core is backward compatible with all previously generated model bundles starting from release of YDK-0.7.3.
101+
However the YDK-0.8.6 generates different code and model API comparing to YDK-0.8.4.
102+
The YDK-0.8.6 generated code is not compatible with YDK-0.7.2 and earlier bundle packages due to changes in modeling and handling of YList objects.
103103

104-
**NOTE.** Starting from release 0.8.5 the YDK does not support Python2 interpreter as it was deprecated.
104+
**NOTE.** Starting from release 0.8.6 the YDK does not support Python2 interpreter as it was deprecated.
105105

106106
# Docker
107107

@@ -357,7 +357,7 @@ All other attributes, like `"author"` and `"copyright"`, are optional and will n
357357
{
358358
"name":"cisco-ios-xr",
359359
"version": "6.5.3",
360-
"core_version": "0.8.5",
360+
"core_version": "0.8.6",
361361
"author": "Cisco",
362362
"copyright": "Cisco",
363363
"description": "Cisco IOS-XR Native Models From Git",
@@ -427,7 +427,7 @@ Check Python packages installed:
427427

428428
```
429429
pip list | grep ydk
430-
ydk (0.8.5)
430+
ydk (0.8.6)
431431
ydk-models-<name-of-bundle> (0.5.1)
432432
...
433433
```
@@ -510,7 +510,7 @@ and easily let the user see if dependencies have been satisfied.
510510

511511
## Python requirements
512512

513-
Starting from release 0.8.5 YDK supports only Python3 version. At least Python 3.5 along with corresponding pip3 utility
513+
Starting from release 0.8.6 YDK supports only Python3 version. At least Python 3.5 along with corresponding pip3 utility
514514
must be installed on your the system. It is also required for Python installation to include corresponding shared
515515
library. As example:
516516

@@ -648,10 +648,10 @@ Please refer [here](https://github.com/ygorelik/ydk-gen/blob/master/sdk/go/core/
648648
649649
- Read the online [YDK documentation](http://ydk.cisco.com/py/docs) (release 0.8.3) for details on how to use the YDK and API for specific models
650650
- Check [GitHub Pages](https://ygorelik.github.io/ydk-gen/) for the latest YDK release documentation
651-
- Find hundreds of sample apps in the [YDK-PY samples repository](https://github.com/CiscoDevNet/ydk-py-samples)
651+
- Find hundreds of sample apps in the [ydk-py-samples](https://github.com/CiscoDevNet/ydk-py-samples) repository
652652
- Join the [YDK community](https://communities.cisco.com/community/developer/ydk) to connect with YDK users and developers
653653
654654
# Release Notes
655655
656-
The current YDK release version is 0.8.5.3.
656+
The current YDK release version is 0.8.6.
657657
YDK-Gen is licensed under the Apache 2.0 License.

docs/about_ydk.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>About YDK &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>About YDK &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="index.html"/>
3636
<link rel="next" title="Getting Started" href="getting_started.html"/>
3737
<link rel="prev" title="Contents:" href="index.html"/>
3838

@@ -65,7 +65,7 @@
6565

6666

6767
<div class="version">
68-
0.8.5.3
68+
0.8.6
6969
</div>
7070

7171

@@ -168,12 +168,12 @@ <h2>License<a class="headerlink" href="#license" title="Permalink to this headli
168168
</div>
169169
<div class="section" id="version">
170170
<h2>Version<a class="headerlink" href="#version" title="Permalink to this headline"></a></h2>
171-
<p>Version : 0.8.5.3</p>
171+
<p>Version : 0.8.6</p>
172172
<p>This YDK documentation was generated using
173173
<a class="reference external" href="https://github.com/ygorelik/ydk-gen/blob/master/generate.py">ydk-gen/generate.py</a> script.</p>
174174
<p>To check out this version of ydk-gen use the below commands:</p>
175175
<div class="highlight-sh"><div class="highlight"><pre><span></span>$ git clone https://github.com/ygorelik/ydk-gen.git
176-
$ git checkout fbe17423d1e71f189a22fd6bd11f969474dfde6a
176+
$ git checkout f5d6810d9442edd0221aaba38baa10f5ee5041a7
177177
</pre></div>
178178
</div>
179179
</div>
@@ -227,7 +227,7 @@ <h2>Release Changes<a class="headerlink" href="#release-changes" title="Permalin
227227
<script type="text/javascript">
228228
var DOCUMENTATION_OPTIONS = {
229229
URL_ROOT:'./',
230-
VERSION:'0.8.5.3',
230+
VERSION:'0.8.6',
231231
COLLAPSE_INDEX:false,
232232
FILE_SUFFIX:'.html',
233233
HAS_SOURCE: false

docs/api/class_hierarchy.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>YDK API &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>YDK API &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../index.html"/>
3636
<link rel="up" title="API Guide" href="../api_guide.html"/>
3737
<link rel="next" title="Services" href="services/services.html"/>
3838
<link rel="prev" title="API Guide" href="../api_guide.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -226,7 +226,7 @@ <h1>YDK API<a class="headerlink" href="#ydk-api" title="Permalink to this headli
226226
<script type="text/javascript">
227227
var DOCUMENTATION_OPTIONS = {
228228
URL_ROOT:'../',
229-
VERSION:'0.8.5.3',
229+
VERSION:'0.8.6',
230230
COLLAPSE_INDEX:false,
231231
FILE_SUFFIX:'.html',
232232
HAS_SOURCE: false

docs/api/errors.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Errors &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>Errors &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../index.html"/>
3636
<link rel="up" title="YDK API" href="class_hierarchy.html"/>
3737
<link rel="next" title="YDK Path API" href="path/path.html"/>
3838
<link rel="prev" title="Types" href="types.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -267,7 +267,7 @@
267267
<script type="text/javascript">
268268
var DOCUMENTATION_OPTIONS = {
269269
URL_ROOT:'../',
270-
VERSION:'0.8.5.3',
270+
VERSION:'0.8.6',
271271
COLLAPSE_INDEX:false,
272272
FILE_SUFFIX:'.html',
273273
HAS_SOURCE: false

docs/api/filters.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Filters &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>Filters &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../index.html"/>
3636
<link rel="up" title="YDK API" href="class_hierarchy.html"/>
3737
<link rel="next" title="Types" href="types.html"/>
3838
<link rel="prev" title="RESTCONF Service Provider" href="providers/restconf_provider.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -279,7 +279,7 @@
279279
<script type="text/javascript">
280280
var DOCUMENTATION_OPTIONS = {
281281
URL_ROOT:'../',
282-
VERSION:'0.8.5.3',
282+
VERSION:'0.8.6',
283283
COLLAPSE_INDEX:false,
284284
FILE_SUFFIX:'.html',
285285
HAS_SOURCE: false

docs/api/path/annotation.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Annotation &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>Annotation &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../../index.html"/>
3636
<link rel="up" title="YDK Path API" href="path.html"/>
3737
<link rel="next" title="Capability" href="capability.html"/>
3838
<link rel="prev" title="YDK Path API" href="path.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -227,7 +227,7 @@
227227
<script type="text/javascript">
228228
var DOCUMENTATION_OPTIONS = {
229229
URL_ROOT:'../../',
230-
VERSION:'0.8.5.3',
230+
VERSION:'0.8.6',
231231
COLLAPSE_INDEX:false,
232232
FILE_SUFFIX:'.html',
233233
HAS_SOURCE: false

docs/api/path/capability.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Capability &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>Capability &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../../index.html"/>
3636
<link rel="up" title="YDK Path API" href="path.html"/>
3737
<link rel="next" title="Codec" href="codec.html"/>
3838
<link rel="prev" title="Annotation" href="annotation.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -230,7 +230,7 @@
230230
<script type="text/javascript">
231231
var DOCUMENTATION_OPTIONS = {
232232
URL_ROOT:'../../',
233-
VERSION:'0.8.5.3',
233+
VERSION:'0.8.6',
234234
COLLAPSE_INDEX:false,
235235
FILE_SUFFIX:'.html',
236236
HAS_SOURCE: false

docs/api/path/codec.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Codec &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>Codec &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../../index.html"/>
3636
<link rel="up" title="YDK Path API" href="path.html"/>
3737
<link rel="next" title="DataNode" href="data_node.html"/>
3838
<link rel="prev" title="Capability" href="capability.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -261,7 +261,7 @@
261261
<script type="text/javascript">
262262
var DOCUMENTATION_OPTIONS = {
263263
URL_ROOT:'../../',
264-
VERSION:'0.8.5.3',
264+
VERSION:'0.8.6',
265265
COLLAPSE_INDEX:false,
266266
FILE_SUFFIX:'.html',
267267
HAS_SOURCE: false

docs/api/path/data_node.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>DataNode &mdash; YANG Development Kit 0.8.5.3 documentation</title>
11+
<title>DataNode &mdash; YANG Development Kit 0.8.6 documentation</title>
1212

1313

1414

@@ -32,7 +32,7 @@
3232

3333

3434

35-
<link rel="top" title="YANG Development Kit 0.8.5.3 documentation" href="../../index.html"/>
35+
<link rel="top" title="YANG Development Kit 0.8.6 documentation" href="../../index.html"/>
3636
<link rel="up" title="YDK Path API" href="path.html"/>
3737
<link rel="next" title="Repository" href="repository.html"/>
3838
<link rel="prev" title="Codec" href="codec.html"/>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.8.5.3
69+
0.8.6
7070
</div>
7171

7272

@@ -439,7 +439,7 @@
439439
<script type="text/javascript">
440440
var DOCUMENTATION_OPTIONS = {
441441
URL_ROOT:'../../',
442-
VERSION:'0.8.5.3',
442+
VERSION:'0.8.6',
443443
COLLAPSE_INDEX:false,
444444
FILE_SUFFIX:'.html',
445445
HAS_SOURCE: false

0 commit comments

Comments
 (0)