File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ Unreleased ]
8-
9- ### Added
7+ ## [ 0.32.2 – 2025-02-27 ]
8+ This patch release mainly fixes the docker building process, wich resulted in
9+ 0.32.1 not beeing built.
1010
1111### Changed
1212- docker image: updated github CI to explicitly build tag versions (@robertcheramy )
@@ -21,13 +21,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2121- docker image: improve the documentation. Fixes #3336 (@robertcheramy )
2222- docker image: remove examples/podman-compose as this is better documented in docs/Docker.md (@robertcheramy )
2323
24+
2425## [ 0.32.1 – 2025-02-20]
25- This minor release fixes a javascript issue in oxidized-web, which is included
26+ This patch release fixes a javascript issue in oxidized-web, which is included
2627in the Docker container of oxidized.
2728
2829### Fixed
2930- powerconnect: Hide enable, and line secrets. Further Fixes #1212 (#clifcox)
3031
32+
3133## [ 0.32.0 – 2025-02-17]
3234This release fixes a security issue in oxidized-web, which is included in the
3335Docker container of oxidized. If you are not using the Docker container but
Original file line number Diff line number Diff line change 11module Oxidized
2- VERSION = '0.32.1 ' . freeze
3- VERSION_FULL = '0.32.1 ' . freeze
2+ VERSION = '0.32.2 ' . freeze
3+ VERSION_FULL = '0.32.2 ' . freeze
44 def self . version_set
55 version_full = %x(git describe --tags) . chop rescue ""
66 version = %x(git describe --tags --abbrev=0) . chop rescue ""
You can’t perform that action at this time.
0 commit comments