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

3.3 #6

Merged
merged 4 commits into from
Jan 7, 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
9 changes: 8 additions & 1 deletion dhcp_ipv6_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## 3.3

- Added codenotary

## 3.2

- Fixed config

## 3.1

- Fixed startup script
- Added codenotary

## 3.0

Expand Down
2 changes: 1 addition & 1 deletion dhcp_ipv6_server/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build_from:
i386: ghcr.io/home-assistant/i386-base:3.19
codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io
base_image: notary@home-assistant.io
2 changes: 1 addition & 1 deletion dhcp_ipv6_server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.2"
version: "3.3"
slug: dhcp_ipv6_server
name: DHCPv6 server
description: A simple DHCPv6 server
Expand Down