Skip to content

Commit cb95d65

Browse files
authored
Merge pull request #117 from camaraproject/Kevsy-patch-10
Updated versions and URL for alpha.1
2 parents 6a6b3c5 + a811588 commit cb95d65

4 files changed

+11
-11
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NOTE:
44

55
## Table of contents
66

7-
- **[v1.1.0-alpha.1](#v110---alpha1)**
7+
- **[v0.4.1-alpha.1](#v041---alpha1)**
88
- **[r1.2](#r12)**
99
- **[r1.1 - rc](#r11---rc)**
1010

@@ -19,12 +19,12 @@ respect to the previous pre-release
1919
* for a public API version, the consolidated changes since the release of the
2020
previous public API version
2121

22-
# v1.1.0-alpha.1
22+
# v0.4.1-alpha.1
2323

2424
This alpha pre-release contains the definition and documentation of
25-
* connectivity-insights v1.1.0-alpha.1
26-
* connectivity-insights-subscriptions v1.1.0-alpha.1
27-
* application-profiles v1.1.0-alpha.1
25+
* connectivity-insights v0.4.1-alpha.1
26+
* connectivity-insights-subscriptions v0.4.1-alpha.1
27+
* application-profiles v0.3.1-alpha.1
2828

2929
The API definition(s) are based on
3030
* Commonalities 0.5.0-alpha.1 (r2.1)

code/API_definitions/application-profiles.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Connectivity Insights - Application Profiles
4-
version: wip
4+
version: 0.3.1-alpha.1
55
license:
66
name: Apache 2.0
77
url: https://www.apache.org/licenses/LICENSE-2.0.html
@@ -40,7 +40,7 @@ info:
4040
x-camara-commonalities: 0.5
4141

4242
servers:
43-
- url: "{apiRoot}/application-profiles/vwip"
43+
- url: "{apiRoot}/application-profiles/v0alpha1"
4444
variables:
4545
apiRoot:
4646
default: http://localhost:9091

code/API_definitions/connectivity-insights-subscriptions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Connectivity Insights
4-
version: wip
4+
version: 0.4.1-alpha.1
55
x-camara-commonalities: 0.5
66
description: |
77
With CAMARA Connectivity Insights, application developers gain essential
@@ -129,7 +129,7 @@ externalDocs:
129129
url: https://github.com/camaraproject/ConnectivityInsights
130130

131131
servers:
132-
- url: "{apiRoot}/connectivity-insights-subscriptions/vwip/check-network-quality"
132+
- url: "{apiRoot}/connectivity-insights-subscriptions/v0alpha1/check-network-quality"
133133
variables:
134134
apiRoot:
135135
default: http://localhost:9091

code/API_definitions/connectivity-insights.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Connectivity Insights
4-
version: wip
4+
version: 0.4.1-alpha.1
55
x-camara-commonalities: 0.5
66
description: |
77
With CAMARA Connectivity Insights, application developers gain essential
@@ -72,7 +72,7 @@ externalDocs:
7272
url: https://github.com/camaraproject/ConnectivityInsights
7373

7474
servers:
75-
- url: "{apiRoot}/connectivity-insights/vwip"
75+
- url: "{apiRoot}/connectivity-insights/v0alpha1"
7676
variables:
7777
apiRoot:
7878
default: http://localhost:9091

0 commit comments

Comments
 (0)