·
12 commits
to main
since this release
1.5.0
- Add ability to specify cmd and environment variables for
k8s.execute
- Improve generated name for k8s db dumps.
Also add--add-date-to-generated-filename
option to add timestamp for db
dumps from k8s(including commands for django and alembic). - Add new options for
DBSettings
andK8SDBSettings
dump_additional_params
additional params for dump command (Default: ``)dump_no_owner
add--no-owner
to dump command (Default:True
)dump_include_table
add--table={dump_include_table}
to dump command (Default: ``)dump_exclude_table
add--exclude-table={dump_exclude_table}
to dump command (Default: ``)dump_exclude_table_data
add--exclude-table-data={dump_exclude_table_data}
to dump command (Default: ``)dump_exclude_extension
add--exclude-extension={dump_exclude_extension}
to dump command (Default: ``)
- Add
builder-env
andclear-cache
fordocker.buildpack
What's Changed
- Bump the pip group with 3 updates by @dependabot[bot] in #139
- Bump identify from 2.6.10 to 2.6.12 in the pip group by @dependabot[bot] in #140
- Bump the pip group with 2 updates by @dependabot[bot] in #141
- Bump typing-extensions from 4.13.2 to 4.14.0 in the pip group by @dependabot[bot] in #142
- Bump the pip group with 2 updates by @dependabot[bot] in #143
- Bump typing-extensions from 4.14.0 to 4.14.1 in the pip group by @dependabot[bot] in #144
- Minor improvements for k8s invocations by @TheSuperiorStanislav in #145
- Bump the pip group with 2 updates by @dependabot[bot] in #148
- Extend dump options for db configs by @TheSuperiorStanislav in #146
- Add
builder-env
andclear-cache
fordocker.buildpack
by @TheSuperiorStanislav in #147
Full Changelog: 1.4.0...1.5.0