Skip to content
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
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@ Skupper V2 collection Release Notes

.. contents:: Topics

v2.2.1-preview
v2.2.2-preview
==============

v2.2.1
======

Release Summary
---------------

Updated components to 2.2.1 and added reload_type to controller module

Major Changes
-------------

- Added reload_type property to the controller module (#100)
- Updated cli image to 2.2.1
- Updated skupper-controller image to 2.2.1

v2.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 2.2.1-preview
VERSION := 2.2.2-preview
TARBALL := skupper-v2-$(VERSION).tar.gz

IMAGES = default ubuntu2404
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.2.1-preview
version: 2.2.2-preview
13 changes: 11 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,14 @@ releases:
release_summary: Updated components to 2.2.0 and added new redeem option to
resource module
release_date: '2026-05-29'
2.2.1-preview:
release_date: '2026-05-29'
2.2.1:
changes:
major_changes:
- Added reload_type property to the controller module (#100)
- Updated cli image to 2.2.1
- Updated skupper-controller image to 2.2.1
release_summary: Updated components to 2.2.1 and added reload_type to controller
module
release_date: '2026-06-10'
2.2.2-preview:
release_date: '2026-06-10'
Loading
Loading