Skip to content

Commit

Permalink
chore(release): preparing 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Aug 8, 2023
1 parent 6f9189c commit 4f59f73
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.2...HEAD)
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.3...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->
## [v0.7.3](https://github.com/eduNEXT/drydock/compare/v0.7.2...v0.7.3) - 2023-08-08

### [0.7.3](https://github.com/eduNEXT/drydock/compare/v0.7.2...v0.7.3) (2023-08-08)

### Bug Fixes

- set the correct path to use pvc volume ([#45](https://github.com/eduNEXT/drydock/issues/45)) ([6f9189c](https://github.com/eduNEXT/drydock/commit/6f9189c64699f9bbedbcc03d2ee2152ed58bdb2e))

## [v0.7.2](https://github.com/eduNEXT/drydock/compare/v0.7.1...v0.7.2) - 2023-07-14

### [0.7.2](https://github.com/eduNEXT/drydock/compare/v0.7.1...v0.7.2) (2023-07-14)
Expand Down
2 changes: 1 addition & 1 deletion drydock_backups/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config = {
"defaults": {
"VERSION": __version__,
"IMAGE": "ednxops/shipyard-utils:v1.0.0",
"IMAGE": "ednxops/shipyard-utils:v1.1.0",
"CRON_SCHEDULE": '0 2 * * *',
"AWS_ACCESS_KEY": "",
"AWS_SECRET_KEY": "",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2
current_version = 0.7.3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion tutor_plugin/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit 4f59f73

Please sign in to comment.