Skip to content

Commit

Permalink
馃敄: bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Searge committed Apr 14, 2024
1 parent c6937a8 commit 4448066
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0] - 2024-04-14

### 馃殌 Features

- Update Python version to 3.12 and adjust environment management
- Add Ansible playbook to test connection to webservers
- Add Kubernetes inventory and Ansible variables
- Update README with additional information and instructions
- Update commit_parsers in cliff.toml & create bump script

### 馃悰 Bug/Lint Fixes

- Bump pyproject.toml version to v0.0.1

### 馃殰 Refactor

- Refactor Vagrant configuration and SSH setup

### 鈿欙笍 Miscellaneous Tasks

- Update Vagrantfile and remove unused script
- Add .gitignore and default.nix files
- Update Vagrant tasks in Taskfile.dist.yml
- Define the path where to check MD file
- Create ansible-lint check
- Add bump task to Taskfile.dist.yml

### 馃┕

- *(vm/utils/ssh)* Copy SSH keys to shared folder

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ keywords:
- vagrant
license: BSD-3-Clause
commit: 6e2e71f
version: v0.0.1
version: v0.1.0
date-released: '2024-03-03'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "k8s_hard_way_ansible"
description = "Provisioning of Kubernetes the hard way with Ansible"
version = "v0.0.1"
version = "v0.1.0"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand Down

0 comments on commit 4448066

Please sign in to comment.