Skip to content

Commit b8af2f4

Browse files
authored
Updates for LTS release 08_2024, bump version of main to 1.14.0 (#2641)
* Bump version 1.13.0 to 1.14.0 * Update LTS Schedule for LTS_08_2024 * Remove missing expired LTS from maintenance table
1 parent 0f497b3 commit b8af2f4

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

build_all/docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Device SDK for C"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.13.0
41+
PROJECT_NUMBER = 1.14.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

iothub_client/inc/iothub_client_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define IOTHUB_CLIENT_VERSION_H
1010

1111
/** @brief Macro representing current IoT Hub Client SDK version. */
12-
#define IOTHUB_SDK_VERSION "1.13.0"
12+
#define IOTHUB_SDK_VERSION "1.14.0"
1313

1414
#include "umock_c/umock_c_prod.h"
1515

iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ MOCKABLE_FUNCTION(, JSON_Object*, json_value_get_object, const JSON_Value *, val
7070
#define TEST_STRING_HANDLE_DEVICE_SAS ((STRING_HANDLE)0x2)
7171

7272
#define TEST_API_VERSION "?api-version=2016-11-14"
73-
#define TEST_IOTHUB_SDK_VERSION "1.13.0"
73+
#define TEST_IOTHUB_SDK_VERSION "1.14.0"
7474

7575
#define TEST_HTTP_HEADERS_HANDLE (HTTP_HEADERS_HANDLE)0x4443
7676
#define TEST_HTTPAPIEX_HANDLE (HTTPAPIEX_HANDLE)0x4444

iothub_client/tests/version_ut/version_ut.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BEGIN_TEST_SUITE(version_ut)
88

99
TEST_FUNCTION(the_version_constant_has_the_expected_value)
1010
{
11-
ASSERT_ARE_EQUAL(char_ptr, "1.13.0", IOTHUB_SDK_VERSION);
11+
ASSERT_ARE_EQUAL(char_ptr, "1.14.0", IOTHUB_SDK_VERSION);
1212
}
1313

1414
TEST_FUNCTION(IoTHubClient_GetVersionString_returns_the_version)

provisioning_client/inc/azure_prov_client/prov_client_const.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef PROV_CLIENT_CONST_H
55
#define PROV_CLIENT_CONST_H
66

7-
#define PROV_DEVICE_CLIENT_VERSION "1.13.0"
7+
#define PROV_DEVICE_CLIENT_VERSION "1.14.0"
88
#define PROV_GET_THROTTLE_TIME 1
99
#define MAX_PROV_GET_THROTTLE_TIME 5*60
1010

readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ Below is a table showing the mapping of the LTS branches to the packages release
276276

277277
| Package | GitHub Branch | LTS Tag | LTS Start Date | Maintenance End Date |
278278
| :-----: | :-----------: | :-----: | :------------: | :------------------: |
279+
| vcpkg: 2024-08-12 | lts_08_2024 | LTS_08_2024 | 2024-08-12 | 2025-08-12 |
279280
| vcpkg: 2024-03-04 | lts_03_2024 | LTS_03_2024 | 2024-03-04 | 2025-03-04 |
280-
| vcpkg: 2023-08-07 | lts_08_2023 | LTS_08_2023 | 2023-08-07 | 2024-08-07 |
281-
| vcpkg: 2023-04-20 | lts_01_2023 | LTS_01_2023_Ref02 | 2023-04-20 | 2024-04-20 |
282281

283282
'Maintenance End Date' refers to the end of life support of the related version.
284283

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.14.0

0 commit comments

Comments
 (0)