Skip to content

Commit

Permalink
chore(release): release version 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Feb 27, 2025
1 parent 99dcdfe commit f774464
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Added
## [0.32.2 – 2025-02-27]
This patch release mainly fixes the docker building process, wich resulted in
0.32.1 not beeing built.

### Changed
- docker image: updated github CI to explicitly build tag versions (@robertcheramy)
Expand All @@ -21,13 +21,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- docker image: improve the documentation. Fixes #3336 (@robertcheramy)
- docker image: remove examples/podman-compose as this is better documented in docs/Docker.md (@robertcheramy)


## [0.32.1 – 2025-02-20]
This minor release fixes a javascript issue in oxidized-web, which is included
This patch release fixes a javascript issue in oxidized-web, which is included
in the Docker container of oxidized.

### Fixed
- powerconnect: Hide enable, and line secrets. Further Fixes #1212 (#clifcox)


## [0.32.0 – 2025-02-17]
This release fixes a security issue in oxidized-web, which is included in the
Docker container of oxidized. If you are not using the Docker container but
Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Oxidized
VERSION = '0.32.1'.freeze
VERSION_FULL = '0.32.1'.freeze
VERSION = '0.32.2'.freeze
VERSION_FULL = '0.32.2'.freeze
def self.version_set
version_full = %x(git describe --tags).chop rescue ""
version = %x(git describe --tags --abbrev=0).chop rescue ""
Expand Down

0 comments on commit f774464

Please sign in to comment.