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

prepare all releases #82

Merged
merged 1 commit into from
Sep 19, 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
2 changes: 1 addition & 1 deletion pants-plugins/bitwarden/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_bitwarden",
version="0.3.0",
version="0.4.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/bitwarden/README.md",
Expand Down
4 changes: 4 additions & 0 deletions pants-plugins/bitwarden/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## 0.4.0 - 2024-09-19

- Now targets `pants` version `2.22`.

## [0.3.0] - 2023-11-21

* Target pants version is now 2.18.0, with support for 2.17.0.
Expand Down
4 changes: 2 additions & 2 deletions pants-plugins/bitwarden/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "pants_backend_bitwarden"
description = "A Bitwarden plugin for the Pants build system"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]

dependencies = [
"pants_backend_secrets>=0.3.0"
"pants_backend_secrets>=0.4.0"
]

readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/k8s/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_k8s",
version="0.3.0",
version="0.4.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/k8s/README.md",
Expand Down
3 changes: 2 additions & 1 deletion pants-plugins/k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

## Unreleased
## 0.4.0 - 2024-09-19

- Now targets `pants` version `2.22`.
- Kubeconfig files are no longer automatically picked up from the host. In order to support scripted
provisioning and local configuration files, all targets now take a `kubeconfig` field. This can
point to either `kubeconfig` target which uses a straight source or a generated, or a
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/k8s/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_k8s"
description = "A Kubernetes plugin for the Pants build system"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/kustomize/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_kustomize",
version="0.3.0",
version="0.4.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/kustomize/README.md",
Expand Down
3 changes: 2 additions & 1 deletion pants-plugins/kustomize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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]
## 0.4.0 - 2024-09-19

- Now targets `pants` version `2.22`.
- Add `tailor` support
- Import `git` to sandbox during expansion to support github downloads
- submodule check seems to fail so it might help to add `?submodules=false` to the link to disable it
Expand Down
4 changes: 2 additions & 2 deletions pants-plugins/kustomize/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "pants_backend_kustomize"
description = "A Kustomize plugin for the Pants build system"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]

dependencies = [
"pants_backend_k8s>=0.2"
"pants_backend_k8s>=0.4"
]

readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/mdbook/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_mdbook",
version="0.4.1",
version="0.5.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/mdbook/README.md",
Expand Down
3 changes: 3 additions & 0 deletions pants-plugins/mdbook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

## 0.5.0 - 2024-09-19

- Now targets `pants` version `2.22`.

## [0.4.1] - 2024-04-12

Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/mdbook/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_mdbook"
description = "A MdBook documentation builder plugin for the Pants buildsystem."
version = "0.4.1"
version = "0.5.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/oci/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_oci",
version="0.6.2",
version="0.7.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/oci/README.md",
Expand Down
4 changes: 4 additions & 0 deletions pants-plugins/oci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## 0.7.0 - 2024-09-19

- Now targets `pants` version `2.22`.

## 0.6.2 - 2024-09-19

- Adds `[oci].unsafe_tar_ignore_file_changed` flag that will set `--warning=no-file-changed`
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/oci/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_oci"
description = "An OCI plugin for the Pants build system"
version = "0.6.2"
version = "0.7.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/secrets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_secrets",
version="0.3.0",
version="0.4.0",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/secrets/README.md",
Expand Down
4 changes: 4 additions & 0 deletions pants-plugins/secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## 0.4.0 - 2024-09-19

- Now targets `pants` version `2.22`.

## [0.3.0] 2023-11-21

* Target pants version is now 2.18.0, with support for 2.17.0.
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/secrets/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_secrets"
description = "A secrets plumbing plugin for the Pants build system"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand Down
Loading