Releases: theforeman/foremanctl
Releases · theforeman/foremanctl
1.1.0
What's Changed
- Use the Hashicorp cloud again for CentOS boxes by @evgeni in #234
- explicit become: false for the install flag creation by @evgeni in #236
- Don't restart Candlepin every time a deployment runs by @evgeni in #237
- Update dev setup doc to run test successfully by @arvind4501 in #239
- update development profile with what we use in our tests by @evgeni in #240
- adjust checked memory inside the check, not in the profile by @evgeni in #242
- Update dev setup doc by @arvind4501 in #241
- better note format by @evgeni in #243
- Configure hammer for root by @arvind4501 in #244
- Set Pulp SECRET_KEY by @arvind4501 in #246
- Remove SCA-irrelevant event handling from broker filter by @jeremylenz in #247
- Restart service on podman secret update by @arvind4501 in #249
- Use sdnotify: true for foreman by @ekohl in #161
- drop container-related test excludes by @evgeni in #256
- use shared action to setup vagrant by @evgeni in #258
- Share /var/run/foreman between Foreman and Dynflow containers so that Manifest can be imported by @evgeni in #248
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #260
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #261
- Allow increasing the disk space on the Vagrant VM by @ehelms in #255
- Add a pre_install role for setup tasks by @evgeni in #262
- add smoker for basic UI testing by @evgeni in #263
- Use scram-sha-256 for password encryption by @stejskalleos in #251
- Drop Python 2 compatibility by @ekohl in #267
- Restart foreman and plup services when env var update by @arvind4501 in #273
- Excplicitly call setup-python for ansible-lint by @evgeni in #274
- Drop user roles from ansible.cfg by @ehelms in #278
- Run selinux steps only if selinux is enabled by @ehelms in #275
- move seed username/password to secrets by @evgeni in #270
- Add option to scale workers for puma service by @arvind4501 in #272
- Add a dummy job that can be used as a required check by @evgeni in #285
- Scale pulp-api and pulp-content service workers. by @arvind4501 in #282
- Refactor to use ansible_facts dict instead of top-level facts by @evgeni in #286
- add a target to group the services by @evgeni in #265
- Add Foreman development environment by @ehelms in #259
- Fix Dynflow container restart policy by @evgeni in #289
- make clean-var by @stejskalleos in #290
- include
devel-testsin test suite summary by @evgeni in #292 - ensure apps are started after databases, and stopped before by @evgeni in #291
- add a basic "upgrade" test by @evgeni in #257
- Add doc that covers deployment design by @ehelms in #129
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #300
- Foreman Proxy by @stejskalleos in #279
- no passlib in prod by @evgeni in #302
- Add available plugins as choices for development plugins by @ehelms in #303
- foreman proxy uses .yml not .yaml, so adjust template names by @evgeni in #307
- correct the task name when deploying the proxy container by @evgeni in #310
- Can't enable generated services by @arvind4501 in #306
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #313
- Add ability to config pulp worker by @arvind4501 in #287
- Remove misleading is_enabled checks for generated services by @arvind4501 in #314
- Bump default PostgreSQL
max_connectionsto 500 by @pablomh in #315 - Add pulp workers in parameters doc by @arvind4501 in #317
- don't ignore paths when running CI by @evgeni in #318
- use a real container to reset pulp admin user password by @evgeni in #319
- Move default PostgreSQL
max_connectionsfrom vars to role defaults by @pablomh in #322 - Bump default PostgreSQL
shared_buffersto 512MB by @pablomh in #323 - Fix typo in parameter name for Puma threads min by @pablomh in #324
- Move
foreman_puma_workersto foreman role defaults by @pablomh in #325 - Expose /pub directory by @arvind4501 in #316
- ensure collections are uptodate by depending on the requirement files by @evgeni in #327
- Initial tuning code by @pablomh in #320
- don't set working_dir, it's already in the containerfile by @evgeni in #333
- Drop checks role from setup-foreman-proxy by @ehelms in #326
- Don't set DYNFLOW_SIDEKIQ_SCRIPT - it's unused by @evgeni in #335
- use relative path to dynflow script by @evgeni in #334
- foremanctl.log by @stejskalleos in #295
- add tests for fapolicyd by @evgeni in #339
- take foremanctl.spec from packaging, not this repo by @evgeni in #340
- document how the utility handles upgrades by @evgeni in #301
- Start pulp-worker target after db migartion by @arvind4501 in #342
- make features and flavors configurable by @evgeni in #188
- don't skip foreman-tasks test by @evgeni in #343
- Update release doc by @arvind4501 in #347
- Refactor SSH config generation from vagrant to ansible inventory by @ehelms in #346
- Test external database by @ehelms in #141
- add quadlet recurring job runner and timers for core rake tasks by @archanaserver in #288
- ensure we generate certs with expiration far in the future by @evgeni in #341
- refactor ext db test into normal test matrix by @evgeni in #348
- SAT-40191 Compute resources & plugins by @stejskalleos in #344
- Change default Puma threads min and max values to match Foreman ones by @pablomh in #328
- httpd configuration by @stejskalleos in #293
- Do not execute YAML file by @maximiliankolb in #349
- Cleanup curl options in tests/httpd_test.py by @stejskalleos in #350
- set TOKEN_AUTH_DISABLED=True and FLATPAK_INDEX=True by @evgeni in #351
- Add a document for certificates by @ehelms in #294
- Run
pulpcore-manager check --deployas part of the tests by @evgeni in #352 - explicitly checkout ${{ github.ref }} when doing a release by @evgeni in #354
- Set PostgreSQL tuning values by @pablomh in #331
- Derive the version from git tags by @ekohl in #182
- Change the default tuning profile to default by @pablomh in #330
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in...
1.0.0
What's Changed
- add copr command so one doesn't need to use the UI by @evgeni in #204
- don't pull proxy image, we don't use it anymore by @evgeni in #205
- Add katello-certs-check as foreman-certificate-check by @ehelms in #154
- make ansible-lint happy again by @evgeni in #211
- Add Subuid/Subguid check by @archanaserver in #209
- Add hostname check by @archanaserver in #207
- Pull PostgreSQL image by @evgeni in #206
- execute checks during deploy too by @evgeni in #212
- run upterm if things fail by @evgeni in #169
- build every commit into our copr by @evgeni in #216
- correct owner in packit config by @evgeni in #217
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #222
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #223
- Add remote db check by @archanaserver in #210
- Add .var to .gitignore by @stejskalleos in #224
- Add database connectivity checks for Candlepin and Pulp by @archanaserver in #221
- Add initial admin username & password parameters by @stejskalleos in #225
- add system requirement check by @archanaserver in #218
- Use owenthereal/action-upterm@v1 by @evgeni in #229
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #227
- only emit password once by @evgeni in #228
- Don't set pulp_rhsm_url by @ekohl in #214
- Fixes for Candlepin 4.6 and Foreman 3.16 by @evgeni in #231
- Server fqdn/hostname fixture cleanup by @evgeni in #232
- Readme updates by @evgeni in #233
- Release 1.0.0 for Foreman 3.16 by @evgeni in #230
New Contributors
- @dependabot[bot] made their first contribution in #222
- @stejskalleos made their first contribution in #224
Full Changelog: 0.0.4...1.0.0
0.0.4
What's Changed
- drop the usage of the callbacks from ansible.posix in production by @evgeni in #196
- Use Pulp images from quay.io/foreman by @ehelms in #186
- use RHEL for copr builds, not EPEL by @evgeni in #199
- document how to release an RPM by @evgeni in #198
- Use foreman nightly by @ehelms in #191
- use pulp_smart_proxy not smart_proxy_pulp by @evgeni in #81
- don't log postgresql passwords while looping by @evgeni in #201
- introduce default vars that should be "always" available by @evgeni in #202
- Release 0.0.4 by @evgeni in #203
Full Changelog: 0.0.3...0.0.4
0.0.3
0.0.2
What's Changed
- make dist with a lock file, if there is one by @evgeni in #187
- Mount Pulp volumes for database migration by @ehelms in #190
- add hammer setup on the host by @evgeni in #184
- Align container image and tag variables by @ehelms in #189
- Release 0.0.2 by @evgeni in #192
Full Changelog: 0.0.1.1...0.0.2
0.0.1.1
What's Changed
Full Changelog: 0.0.1...0.0.1.1