Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #233 from lsst-sqre/tickets/DM-39627
Browse files Browse the repository at this point in the history
DM-39627: Prepare 1.0.0 release
  • Loading branch information
rra authored Jun 16, 2023
2 parents 5446cd8 + ac568ef commit dba91ab
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 39 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

<!-- scriv-insert-here -->

<a id='changelog-1.0.0'></a>
## 1.0.0 (2023-06-16)

### Backwards-incompatible changes

- neophile is now intended to be run either via GitHub Actions or on a local checkout, and never as a Kubernetes service. The `neophile process` command, the configuration specific to that command (work area, lists of repositories), and support for running inside a virtualenv have been removed.
- When creating PRs, neophile now must be configured as a GitHub App with a suitable application ID and private key in environment variables.
- neophile no longer provides Docker images and instead is now a conventional Python package installable from PyPI.
- Support for Helm and Kustomize dependency checking and updating has been removed, along with the configuration options for Helm chart caching and version patterns in Helm charts. Mend Renovate and Dependabot support Helm and Kustomize dependency checking with more features, and we haven't used this support in several years.
- Add a new `neophile update` command that updates known dependencies in the provided tree and (if the `--pr` flag is given) creates a GitHub pull request. This replaces the `--update` and `--pr` flags to `neophile analyze`.
- When creating PRs, neophile no longer embeds the GitHub username and token in the remote URL. It instead uses the existing `origin` remote and assumes Git operations are already authenticated.
- Name and email address are now used only for Git commits, so the names of the environment variables to set them have changed accordingly to `NEOPHILE_COMMIT_NAME` and `NEOPHILE_COMMIT_EMAIL`.

### New features

- Add a new `neophile check` command that checks to see if all dependencies are up-to-date and exits with a non-zero status and messages to standard error if they are not. This is intended for use as a GitHub Actions check.
- The types of dependencies to analyze may now be specified as command-line arguments to `neophile analyze` (and the new `neophile check` and `neophile update` commands). The default continues to be to analyze all known dependencies.

### Bug fixes

- `neophile analyze` now prints nothing if no pending updates were found, and omits dependency types with no pending updates from its output.

### Other changes

- neophile now uses the [Ruff](https://beta.ruff.rs/docs/) linter instead of flake8 and isort.
- The neophile change log is now maintained using [scriv](https://scriv.readthedocs.io/en/latest/).
- neophile no longer creates a separate remote for pusing PRs and instead uses the `origin` remote directly.

## 0.4.0 (2023-05-03)

### Backwards-incompatible changes
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230605_094239_rra_DM_39519.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230608_081942_rra_DM_39594.md

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20230612_103114_rra_DM_39627.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230612_170105_rra_DM_39627.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230612_174406_rra_DM_39627.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20230613_173757_rra_DM_39627.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230613_180520_rra_DM_39627.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20230614_171744_rra_DM_39627.md

This file was deleted.

0 comments on commit dba91ab

Please sign in to comment.