Skip to content

Commit

Permalink
bump to 23.05.5 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Nov 10, 2024
1 parent 7287601 commit 0f25f0c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for lede-dockerbuilder

## v3.7 [2024-11-10]

* Upgrade to OpenWrt 23.05.5

## v3.6 [2024-08-13]

* Upgrade to OpenWrt 23.05.4
Expand All @@ -13,7 +17,7 @@
## v3.4 [2023-04-19]

* Upgrade to OpenWrt 22.03.4

## v3.3 [2022-09-19]

* Upgrade to OpenWrt 22.03.0
Expand Down Expand Up @@ -55,11 +59,11 @@
* add new `profile` option to show available profiles
* ci uses matrix build now

## v2.7 [2021-03-17]
## v2.7 [2021-03-17]

* bump to OpenWrt 19.07.7

## v2.6 [2021-02-17]
## v2.6 [2021-02-17]

* bump to OpenWrt 19.07.6
* bump alpine in builder image to 3.13
Expand All @@ -82,7 +86,7 @@
## v2.2 [2020-01-24]

* examples upgraded to use 19.07.0

## v2.1 [2019-12-01]

* new environment variable `REPOSITORIES_CONF` added to specify custom
Expand All @@ -92,7 +96,7 @@
## v2.0 [2019-07-28]

* add new option `--dockerless` to allow dockerless operation using buildah
and podman.
and podman.
* `build` option does now longer implicitly builds the docker image. Must now
explicitly call `build-docker-image` before building an OpenWrt image.
* minor optimizations in Dockerfile
Expand All @@ -104,7 +108,7 @@
## v1.4 [2019-03-29]

* build container now uses Alpine 3.9 as base image
* examples upgraded to use 18.06.2
* examples upgraded to use 18.06.2

## v1.3 [2019-02-02]

Expand All @@ -119,7 +123,7 @@
* output dir will be automatically created
* minor changes

## v1.1 [2018-08-02]
## v1.1 [2018-08-02]

* Support for [OpenWRT 18.06](https://openwrt.org/releases/18.06/notes-18.06.0) added.
Since LEDE and OpenWRT projects merged, all examples will now use OpenWRT.
Expand Down
2 changes: 1 addition & 1 deletion example-glinet-gl-ar750.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LEDE profile to use: GL.iNet GL-AR750
LEDE_PROFILE=glinet_gl-ar750
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=ath79
LEDE_SUBTARGET=generic

Expand Down
2 changes: 1 addition & 1 deletion example-glinet-gl-mt300n-v2.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# profile to use: GL.iNet GL-MT300N V2
LEDE_PROFILE=glinet_gl-mt300n-v2
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt76x8

Expand Down
2 changes: 1 addition & 1 deletion example-nexx-wt3020.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LEDE profile to use: NEXX WT3020
LEDE_PROFILE=nexx_wt3020-8m
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt7620

Expand Down
2 changes: 1 addition & 1 deletion example-rpi2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LEDE_PROFILE=rpi-2
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=bcm27xx
LEDE_SUBTARGET=bcm2709

Expand Down
2 changes: 1 addition & 1 deletion example-rpi4.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo for Raspberry 4.
LEDE_PROFILE=rpi-4
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=bcm27xx
LEDE_SUBTARGET=bcm2711

Expand Down
2 changes: 1 addition & 1 deletion example-wrt1043nd.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenWRT profile to use: tp link WR1043ND
LEDE_PROFILE=tplink_tl-wr1043nd-v2
LEDE_TARGET=ath79
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_SUBTARGET=generic

# list packages to include in the image. prepend packages to deinstall with "-".
Expand Down
2 changes: 1 addition & 1 deletion example-x86_64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See README.md for info on running this image with QEMU.
#
LEDE_PROFILE=generic
LEDE_RELEASE=23.05.4
LEDE_RELEASE=23.05.5
LEDE_TARGET=x86
LEDE_SUBTARGET=64

Expand Down

0 comments on commit 0f25f0c

Please sign in to comment.