Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tags and version for NCS v2.8.0 #18890

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-rc2
2.8.0
22 changes: 11 additions & 11 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 0bc3393fb112ec80ebeab48cd023d69b1e9db757
revision: v3.7.99-ncs1
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -129,7 +129,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: 4594a8693738004af89929cad12d33cdc82fbe6c
revision: v2.1.0-ncs2
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand All @@ -138,27 +138,27 @@ manifest:
- name: mbedtls
path: modules/crypto/mbedtls
repo-path: sdk-mbedtls
revision: v3.6.2-ncs1-rc2
revision: v3.6.2-ncs1
- name: oberon-psa-crypto
path: modules/crypto/oberon-psa-crypto
repo-path: sdk-oberon-psa-crypto
revision: b41e899e7302462eb952b0b6a7c6903e368fb395
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: 342901a77938defa0edfa045f9bd90350958ae90
revision: v2.8.0
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
revision: v2.1.1-ncs1-rc2
revision: v2.1.1-ncs1
- name: psa-arch-tests
repo-path: sdk-psa-arch-tests
path: modules/tee/tf-m/psa-arch-tests
revision: 3da9313e64806d352c519e3205e81cf959067588
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: v2.8.0-rc2
revision: v2.8.0
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand All @@ -179,7 +179,7 @@ manifest:
- name: nrf-802154
repo-path: sdk-nrf-802154
path: nrf-802154
revision: v2.8.0-rc2
revision: v2.8.0
groups:
- nrf-802154
- name: soc-hwmv1
Expand Down Expand Up @@ -207,12 +207,12 @@ manifest:
compare-by-default: false
- name: sidewalk
repo-path: sdk-sidewalk
revision: 82dcf74f590a131f71b9d65526ea58bfc160074a
revision: v2.8.0
groups:
- sidewalk
- name: find-my
repo-path: sdk-find-my
revision: v2.8.0-rc2
revision: v2.8.0
groups:
- find-my
- name: azure-sdk-for-c
Expand Down Expand Up @@ -243,10 +243,10 @@ manifest:
upstream-sha: c6eaeda5a1c1c5dbb24dce7e027340cb8893a77b
compare-by-default: false
- name: suit-generator
revision: v2.8.0-rc2
revision: v2.8.0
path: modules/lib/suit-generator
- name: suit-processor
revision: v2.8.0-rc2
revision: v2.8.0
path: modules/lib/suit-processor
- name: doc-internal
repo-path: doc-internal
Expand Down
Loading